VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



reads/writes registry value

by richard hanning (3 Submissions)
Category: Registry
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 22nd April 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

reads/writes registry value

Rate reads/writes registry value



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

Download this snippet    Add to My Saved Code

reads/writes registry value Comments

No comments have been posted about reads/writes registry value. Why not be the first to post a comment about reads/writes registry value.

Post your comment

Subject:
Message:
0/1000 characters