Skip to content
/ RTVM Public

Scripts to prepare VM's for testing based on ZeroPointSecurity

Notifications You must be signed in to change notification settings

sclow/RTVM

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

No packages published