Jump to content

Reg Delete


Merrik
 Share

Recommended Posts

I thought someone else might find this helpful.

I needed to delete a registry key if it existed or not.

RegDelete is one way, but you can also do it this way:

autoitRunWait(@ComSpec & " /C " & 'REG ' & 'DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SOMEFOLDER\SOMEKEY " /f', "", @SW_HIDE)

/autoit

Make sure there is a space after REG and after SOMEKEY (somekey is just an example)

Link to comment
Share on other sites

UPDATE:

I thought someone else might find this helpful.

I needed to delete a registry key if it existed or not.

RegDelete is one way, but you can also do it this way:

autoitRunWait(@ComSpec & " /C " & 'REG ' & 'DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SOMEFOLDER\SOMEKEY" /f', "", @SW_HIDE)

/autoit

Make sure there is a space after REG

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
 Share

  • Recently Browsing   0 members

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