jquintino Posted August 11, 2003 Posted August 11, 2003 i i have problems with psshutdowni now it needs a network card. there are another way to avoid this ? or other application?
Aaron Posted August 11, 2003 Posted August 11, 2003 Last option would be to use a vbs file, copy and paste the following into notepad and save as shutdown.vbs in /install/Tools:Set OpSysSet = GetObject("winmgmts:{(Shutdown)}//./root/cimv2").ExecQuery("select *from Win32_OperatingSystem where Primary=true")for each OpSys in OpSysSet OpSys.ShutDown()NextExecute as:start %systemdrive%\install\Tools\shutdown.vbs
jquintino Posted August 11, 2003 Author Posted August 11, 2003 well i found this some tools to reboot without networkhttp://www.simtel.iif.hu/pub/msdos/bootutil/
jquintino Posted August 11, 2003 Author Posted August 11, 2003 more directly to downloadhttp://ftp.iis.com.br/pub/simtelnet/msdos/bootutil/
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now