New
#1
commenting out a line in a regedit file possible?
So i have a large .reg file that makes lots of changes. some i want to "save for later" but not remove from the reg file.
is this possible?
for example in a robocopy script you can precede any command with :: and it will not execute that command.
Does something like this exist for regedit? If so does it preceding the key invalidate that key and the string below it or must it precede both? (id imagine both as the key would indicate where the string is to go, but rather not test the theory and have a string flung in some no-mans-land in my registry lol)