Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Change a Service DescriptionContent of Change a Service Description.vbsMD5 Hash: 6AE23FF61302C2A2F54EF36AB411D0DB |
||
Const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "." Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "System\CurrentControlSet\Services\SerialKeys" strValueName = "Description" strValue = "This is the SerialKeys service." objRegistry.SetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |