Merrik 0 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) Share this post Link to post Share on other sites
Merrik 0 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 Share this post Link to post Share on other sites
wraithdu 82 Posted March 16, 2011 Why the hell would you do that? And does this really warrant a post in the example forum? Share this post Link to post Share on other sites