![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Activate Windows Offline
|
||
' Description: Uses the offline method to activate Windows. Requires a valid activation number.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colWindowsProducts = objWMIService.ExecQuery _ ("Select * from Win32_WindowsProductActivation") For Each objWindowsProduct in colWindowsProducts objWindowsProduct.ActivateOffline("1234-1234") Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |