diff --git a/sandbox.bat b/sandbox.bat new file mode 100644 index 0000000..95020fb --- /dev/null +++ b/sandbox.bat @@ -0,0 +1,10 @@ +net stop CmService +net stop vmcompute +net stop svchost + +net start CmService +net start vmcompute +net start svchost + + +WindowsSandbox.exe \ No newline at end of file