durex Posted October 22, 2004 Posted October 22, 2004 Ive found how to remove reg entries via batch files (reg delete), and I know that you can remove registry hives in .reg files by placing a '-" in front of the hive name (ie: [-HKEY_CLASSES_ROOT\.avi\ShellEx].If its even possible, what would the syntax be if you wanted to delete a key, such as a sting value, using a reg file?Thanks.
Lucius Snow Posted October 22, 2004 Posted October 22, 2004 For deleting a value, you have to put a "-" as well. For example :[HKEY_CLASSES_ROOT\ASFFile\shell\play]"LegacyDisable"=-
durex Posted October 23, 2004 Author Posted October 23, 2004 I just tried this and it doesnt seem to work. I even rebooted as well... reg entry is still there... anyone else know how to do this?
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