added psexec environment fix for accessing system VMs
authorOliver Maurhart <oliver.maurhart@ait.ac.at>
Tue, 01 Jul 2014 10:50:48 +0200
changeset 211cb04add9c85a
parent 210 88a9f86b9b65
child 212 59ebaa44c12c
added psexec environment fix for accessing system VMs
OpenSecurity/psexec-environment-fixes.txt
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/OpenSecurity/psexec-environment-fixes.txt	Tue Jul 01 10:50:48 2014 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +psexec -i -s cmd.exe
     1.5 +set VBOX_INSTALL_PATH=c:\Program Files\Oracle\VirtualBox\
     1.6 +set VBOX_USER_HOME=c:\Windows\System32\config\systemprofile\.VirtualBox
     1.7 +set PATH=C:\Program Files\Oracle\VirtualBox;%PATH%
     1.8 \ No newline at end of file