- Download https://modernievirt.blob.core.windows.net/vhd/VMBuild_20140627/Vagrant/IE8.XP.For.Vagrant.box
- Start >> Control Panel >> Administrative Tools >> Local Security Settings
- Security Settings >> Local Policies >> Security Options
- Select the Network Access : Sharing and security model for local accounts and set it to: Classic - Local Users authenticate as themselves
- Select: Security Settings >> Local Policies >> User Rights Assignment
- Make sure that the Access this computer from the network policy includes the Everyone or Administrators account.
- .Net Framework 2.0 SP1 https://www.microsoft.com/en-us/download/details.aspx?id=16614
- Windows Management Framework Core https://www.microsoft.com/en-us/download/details.aspx?id=16818
- winrm quickconfig -q
- winrm set winrm/config/winrs '@{MaxMemoryPerShellMB="512"}'
- winrm set winrm/config '@{MaxTimeoutms="1800000"}'
- winrm set winrm/config/service '@{AllowUnencrypted="true"}'
- winrm set winrm/config/service/auth '@{Basic="true"}'
- winrm set winrm/config/winrs '@{MaxShellsPerUser="100"}'
- winrm set winrm/config/winrs '@{MaxProcessesPerShell="100"}'
- winrm set winrm/config/service '@{MaxConcurrentOperationsPerUser="100"}'
- install Visual C++ Redistributable for VS2005 SP1 https://www.microsoft.com/en-us/download/details.aspx?id=5638
- install chocolatey
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
- Allow executing scripts:
set-executionpolicy unrestricted
- install win2003-mklink (in a new shell)
choco install win2003-mklink
- If step 4 doesn't work, install an older version of chocolatey instead, which can be found at
https://chocolatey.org/install-lastposhclient.ps1