Merrik Posted March 16, 2011 Share Posted March 16, 2011 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)/autoitMake sure there is a space after REG and after SOMEKEY (somekey is just an example) Link to comment Share on other sites More sharing options...
Merrik Posted March 16, 2011 Author Share Posted March 16, 2011 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)/autoitMake sure there is a space after REG Link to comment Share on other sites More sharing options...
wraithdu Posted March 16, 2011 Share Posted March 16, 2011 Why the hell would you do that? And does this really warrant a post in the example forum? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now