New
#1
lil bit of .reg file help. cant figure out how to reset string
here's an example
[HKEY_CLASSES_ROOT\.bash_auto_file]
@="Bash Script"
it adds the value "Bash Script" to the default value of the .bash_auto_file key.
i'm trying to reset the default string to its natural state with (value not set)
[HKEY_CLASSES_ROOT\.bash_auto_file]
@=""
results in the value of the default string being blank, not returned to its (value not set) state. I have to actually open the string with its already blank value, then hit ok and it then populates with (value not set)
if it were any other key, i could just delete the key entirely - alas its not an option here. I'm preeetty new to making my own .reg files and even if as i assume, blank and (value not set) are functionally the same, id love a way to return it to its "not touched" state if possible.