Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 592 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 592 Bytes

Setup

Overview

Quick installation of a Windows 10 host to be able to support testing.

Based on ZeroPointSecurity's RTOVMSetup (https://github.com/ZeroPointSecurity/RTOVMSetup)

Windows

1. Install Boxstarter

Launch an administrative cmd prompt:

powershell -exec bypass
. { Invoke-WebRequest -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force

2. Install Boxstarter Package

$Cred = Get-Credential $env:USERNAME
Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/sclow/RTVM/main/win10.choco -Credential $Cred