Jump to content

Recommended Posts


Posted

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()
Next

Execute as:

start %systemdrive%\install\Tools\shutdown.vbs

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...