- Fastest Method:
- to copy the following code
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) ; choco install -y acme typingtrainer -s https://choco.aolccbc.com/api/v2 ; choco install -y vcredist2010
- Type
WIN+X, A
to open Powershell as admin. - If on a remote session, open this page on the remote computer: aolccbc.com/tt
- Right click on the powershell window and hit ENTER to install Typing Trainer
- to copy the following code
- Download ACME from CloudFlare
- Download Typing Trainer from CloudFlare
- Download VisualC++ 2013 Redistributable
- Method 1.
- Press WIN+X, A to start Powershell as admin
- Type
winget install vcredist2010x86
- Method 2. Download from Microsoft
- Method 1.
- Enable .NET 3.5:
- Method 1
WIN+X, A
to open Powershell as Admin (On Remote Sessions, tell student to selectYes
on the prompt.- Type
Get-WindowsOptionalFeature -Online *netfx* | Enable-WindowsOptionalFeature -Online
- Method 2
- Type
turn windows features on or off
in the Cortana Search box and click the first option - Find .NET 3.5 in the list as pictured
- Type
- Method 1