Jump to content

Deleting in the Registry


Recommended Posts


this one had me stumped for ages!! i could add all the reg's in the world, but could i delete one? no!

well anyways, all you have to do is add a minus (-) before the line of registry you want to delete.

will post an example in a minute

Link to comment
Share on other sites

this will delete that entire -Site0 key:

[-HKEY_LOCAL_MACHINE\Software\Macromedia\Sites\-Site0]

delete a value (will delete the line about local directory):

[HKEY_LOCAL_MACHINE\Software\Macromedia\Sites\-Site0]

-"Local Directory"=dword:00000001

delete contents of a value (will blank the local directory value):

[HKEY_LOCAL_MACHINE\Software\Macromedia\Sites\-Site0]

"Local Directory"=-

that should all work ok, hope this is of use to you.

:thumbup

Whoops, fixed mistake as mentioned below, sorry!

Edited by paul3vanz
Link to comment
Share on other sites

REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v MsnMsgr /f

That deletes the Run entry value after installing MSN so it won't start with Win. I use that in Runoncex after it's installed.

Open a command prompt and type REG DELETE /?

REG DELETE HKLM\Software\Macromedia\Sites\-Site0 /f

Deletes the registry key -Site0 and its all subkeys and values

/f Forces it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...