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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reg File

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi Everybody!

I'd like to create a reg file that will destroy several keys in the registry.
What is the format of this reg file?

Thanks!
 
The best way to do this is export the registry key to a .reg file and edit it by putting a - behind the key to delete so that
----------------------------------
REGEDIT4

[HKEY_USERS\.Default\Control Panel\Appearance\Schemes]
------------------------------------------------------
ends up as
------------------------------------------------------
REGEDIT4

[-HKEY_USERS\.Default\Control Panel\Appearance\Schemes]
[sig][/sig]
 
So in this case, the "Schemes" Hive would be deleted?
What if only a single key needed to be deleted?
Thanks much.
>:):O> [sig]<a href=mailto: anongod@hotmail.com> anongod@hotmail.com</a><br><a href= > </a><br>"Drawing on my fine command of language, I said nothing."[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top