RT Windows gives you a trial Windows 10 Enterprise VM with these additional customizations:
- chocolatey
- 7zip
- python
- Eric Zimmerman Tools
- FakeDNS
The following SW must be installed on the host machine before following the installation steps:
- Download & Install the driver: https://developer.hashicorp.com/vagrant/downloads/vmware
- Install the vagrant plugin
vagrant plugin install vagrant-vmware-desktop
- Open VS Code
- Click "Clone Repository"
- Enter "https://github.com/dowrite/rtwin.git"
- Open Terminal in VS Code. Type the following commands in VS Code's terminal.
cd rtwin vagrant up - While vagrant creates the VM for the first time, do
ctrl + fin the terminal and do CASESENSITIVE search forE:to highlight potential issues.
The first time vagrant up is run, the VM is created and vagrant provision is automatically run. However, this step is most problematic since we're installing many tools.
- If provisioning fails/stalls
- Reboot the VM and run
vagrant provision, which re-runs the provisioning scripts
- Reboot the VM and run
- If errors continue, force a new download of the
gusztavvargadr/windows-10box:vagrant box remove gusztavvargadr/windows-10 vagrant up
- Login to rtwin (default creds: vagrant/vagrant)