Budman Posted February 17, 2004 Posted February 17, 2004 I need to change the (Default) action in a registry key. I have tried deleting the value & then writing it as well as just writing to a value named (Default). For example: RegWrite ("HKEY_CLASSES_ROOT\regfile", "(Default)", "REG_SZ", "edit") The above code simply creates an additional registry entry called (Default). I could just use an exported .reg file if necessary but I'd appreciate any other advice available. Thanks.
Valik Posted February 17, 2004 Posted February 17, 2004 RegWrite ("HKEY_CLASSES_ROOT\regfile", "", "REG_SZ", "edit")
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