View Single Post
  #281 (permalink)  
Old 04-02-2008, 03:18 PM
tiermann's Avatar
tiermann
VIP Member
Offline
Threadstarter
Location: PA, USA
 
Join Date: Apr 2007
Posts: 815
Reputation: 3165
tiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to tiermann Send a message via Yahoo to tiermann
Re: Official Personal OEMizer Thread

The official format is REGEDIT4. Exported regs in "Windows Registry Editor Version 5.00" format will work too, but the rgu file itself must have REGEDIT4 at the top.

To remove an entire key (folder) you can use..
Code:
[-HKEY_LOCAL_MACHINE\SomePath\ToTheRegKey]
To remove a single entry, no matter if it's dword or string..
Code:
[HKEY_LOCAL_MACHINE\SomePath\ToTheRegKey]
"EntryToDelete"=-
Reply With Quote