User Policies

Madz

Well-known member
Joined
Jan 22, 2003
Messages
155
I have made this application. with which i can make changes to registry but ....
Can any one enhance it so that when application loads it should show which Registry Setting is Enabled or Disabled
 

Attachments

It seems to me that all you need to do is onLoad loop through the tree like you do when apply is clicked, only instead of setting the registry, read from the registry. If the keys are there and the values are not deleted, then they are enabled.
 
Back
Top