Jump to content

deleting reg keys


Recommended Posts

hey guys i want to remove all the new documents except new text document and bitmap image from the new menu in explorer how would i go about deleting the other keys

<snip>

Edited by prathapml
Link to comment
Share on other sites


As Asta says above, you can use

reg delete /?

at command-line.

Or if you use .REG files, you can delete those reg keys in this way:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew]
"Bitmap Image"=-

That is, you have a "dash" as the value, to clear out that key.

Link to comment
Share on other sites

True, I did not say you were wrong... :)

I just tell the other possibilities (that might be easier).

@jamesas

Do not post such huge lots of code, attaching it is a better option. Preferably, host larger files elsewhere and link to it instead of attaching to post. In this case, the extra code has been removed directly, since its already been discussed (search would have told you how to delete the reg keys).

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