Results 1 to 4 of 4

Thread: Remove Registry Key from Windows XP

  1. #1
    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????

  2. #2
    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...!

  3. #3
    Join Date
    Apr 2008
    Posts
    3,267

    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...!

    *!* 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\")

  4. #4
    Join Date
    May 2008
    Posts
    2,680

    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.

Similar Threads

  1. Remove Metro user-interface via registry on windows 8
    By Rhoswen in forum Customize Desktop
    Replies: 3
    Last Post: 08-08-2012, 11:35 AM
  2. How to remove startup items from Windows registry
    By Eleeazar in forum Windows Software
    Replies: 4
    Last Post: 04-11-2009, 10:33 PM
  3. Replies: 0
    Last Post: 07-04-2009, 03:27 PM
  4. Replies: 2
    Last Post: 19-01-2007, 12:07 AM
  5. Replies: 1
    Last Post: 26-01-2005, 11:30 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,030,607.56026 seconds with 16 queries