- This topic has 0 replies, 1 voice, and was last updated 12 years, 10 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Usually we are using REG files to add or replace things in registry.
Do you realize that we can delete registry keys and even values by using this interesting trick.
To delete a value:
; This will delete "DeleteMe" string value
[HKEY_LOCAL_MACHINESYSTEM To-Delete]
"DeleteMe"=-
To delete a key:
; This will delete "To-Delete" key
[-HKEY_LOCAL_MACHINESYSTEM To-Delete]
Sources:
© 2017 DomainWebCenter.com. All Rights Reserved. | Disclaimer | Contact the Editor