Skip to content

sclow/RTVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

182 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scripts to prepare VM's for testing based on ZeroPointSecurity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors