Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preventing Registry Values' reset problem

Status
Not open for further replies.

rchandr3

Programmer
Jun 16, 2003
244
US
Hi,

I changed a value in registry from 1 to 0. But it is not remaining the same. When I run my program which depends on that, sometimes it changes itself to 0. Is there a way by which I can lock the registry value to remain 1 as I wish???

Please help me and thanks a lot

Cheers,

Ravi
 
Everything I've seen in 2000 has an access control list, even the registry. Try changing the permissions of the entry. rather than run regedit, run regedt32.exe instead. You can adjust the entry to require security of say... administrator only. no administrators group, nothing else. Try running the program with a user other than administrator.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top