You are here

Writereg Problem

2 posts / 0 new
Last post
speedy233
Offline
Last seen: 14 years 2 months ago
Joined: 2010-06-17 10:52
Writereg Problem

Hi,

When i try to write something in "HKLM" Nothing Happened
But when i try to write something in "HKCU" it Worked successfully

HKEY_LOCAL_MACHINE
WriteRegStr HKLM "SOFTWARE\Test" "Test" "Test"

HKEY_CURRENT_USER
WriteRegStr HKCU "SOFTWARE\Test" "Test" "Test"

Whats the Problem???
System:
Windows 7 (64-bit)

THANKS

computerfreaker
computerfreaker's picture
Offline
Last seen: 13 years 2 months ago
Developer
Joined: 2009-08-11 11:24
Do you have admin rights? You

Do you have admin rights? You can't write to HKLM without them.

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

Log in or register to post comments