Jump to content

Recommended Posts

Posted

Hi there

when I'm importing reg values I want a folder "key" to be deleted or actually renamed so it gets disabled

Is there a way to do that?

for example this registry is for speeding up the avi extraction

in order to disable it I either have to delete the key or put a "-" infront

This -->

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]

@="Avi Properties Handler"

to

That --->

[HKEY_CLASSES_ROOT\CLSID\-{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]

@="Avi Properties Handler"

Thanks


Posted

hehe okay I'll answer it myself :)

just found the answer

to delete a key

for example {87D62D94-71B3-4b9a-9489-5FE6850DC73E}

reg Delete {87D62D94-71B3-4b9a-9489-5FE6850DC73E}

you can always get the details by typing

reg /?

reg delete /?

:rolleyes:

there is also add copy compate load unload commands...

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