Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure the System Failure Options on a Windows Server 2003 ComputerContent of Configure the System Failure Options on a Windows Server 2003 Computer.vbsMD5 Hash: 139623F7EC6C9CCC9739976F567077FF |
||
Const SMALL_MEMORY_DUMP = 3
strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colRecoveryOptions = objWMIService.ExecQuery _ ("Select * From Win32_OSRecoveryConfiguration") For Each objOption in colRecoveryOptions objOption.DebugInfoType = SMALL_MEMORY_DUMP objOption.AutoReboot = FALSE objOption.SendAdminAlert = FALSE objOption.Put_ Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |