Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



Remove Registry Key from Windows XP

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 27-08-2009
Member
 
Join Date: Aug 2009
Posts: 3
Remove Registry Key from Windows XP

I want to delete registry key of all the registries subkey. I was looking for a script or a batch file which does this work for me...! Please Help...! Can someone provide me with the script or a batch file for the same????
Reply With Quote
  #2  
Old 27-08-2009
Member
 
Join Date: Jul 2009
Posts: 11
Re: Remove Registry Key from Windows XP

I think there is no such script or file available for deleting the subkey for all the registry. You have to do it by your own.... If some know such file or a script to do that please help...! any suggestion will be appreciated...!
Reply With Quote
  #3  
Old 27-08-2009
MrChris-'s Avatar
Member
 
Join Date: Apr 2008
Posts: 3,237
Re: Remove Registry Key from Windows XP

Here is the solution to your both question... The Microsoft Visual FoxPro code below demonstrates several examples of deleting registry keys and values. Hope this was the solution you finding for...!

Quote:
*!* Delete Registry Keys
WSHShell.Popup( "Delete value HKCU\MyRegKey\Entry\Value1")
WSHShell.RegDelete( "HKCU\MyRegKey\Entry\Value1")

WSHShell.Popup ("Delete key HKCU\MyRegKey\Entry")
WSHShell.RegDelete( "HKCU\MyRegKey\Entry\")

WSHShell.Popup ("Delete key HKCU\MyRegKey")
WSHShell.RegDelete( "HKCU\MyRegKey\")
Reply With Quote
  #4  
Old 27-08-2009
SalVatore's Avatar
Member
 
Join Date: May 2008
Posts: 2,618
Re: Remove Registry Key from Windows XP

I don't know about the above solution as using it is a risky for the computer but if you want to delete some file from it why you want to change the all the subkey of the registry just find that file & delete it. it will automatically delete the value stored in it & will be disable to perform. I hope this is the easy & simpler solution to your question.
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Remove Registry Key from Windows XP"
Thread Thread Starter Forum Replies Last Post
How to remove startup items from Windows registry Eleeazar Windows Software 4 04-11-2009 10:33 PM
How to Remove Virus From the Registry ? Aakaar Networking & Security 3 22-04-2009 11:58 PM
Registry tweak to remove arrows Shortcuts in Windows Vista Solitario Tips & Tweaks 0 07-04-2009 04:27 PM
Remove item from Safely Remove Hardware using registry? Rawling XP Hardware 5 20-01-2007 05:50 PM
How do I manually remove a network adapter in Windows XP's registry editor 32 (REGEDT32.EXE)? David O. XP Hardware 1 26-01-2005 11:30 AM


All times are GMT +5.5. The time now is 08:37 PM.