reads/writes registry value
reads/writes registry value
Rate reads/writes registry value
(2(2 Vote))
Set WshShell = CreateObject("WScript.Shell")
MsgBox WshShell.RegRead("HKLM\Software\....")
'HKLM = HKEY_LOCAL_MACHINE, also HKCU, etc...
'example of a key to read:
'HKLM\Software\Microsoft\Windows\CurrentVersion\Run\stcloader
reads/writes registry value Comments
No comments yet — be the first to post one!
Post a Comment