Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Read an Expanded String Registry ValueContent of Read an Expanded String Registry Value.vbsMD5 Hash: D50BBDD955F1037309554F93694B0A7B |
||
' Description: Uses WMI to read an expanded string registry value.
Const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _ strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon" strValueName = "UIHost" oReg.GetExpandedStringValue HKEY_LOCAL_MACHINE,strKeyPath, _ strValueName,strValue Wscript.Echo "The Windows logon UI host is: " & strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |