The situation I'm facing here, is that I'm trying to add a value with \'s in it. Specifically, \\server\path. Every attempt I've made so far, though, causes reg.exe to interpret that as a new key, rather than a value in the key I'm referencing.
Is there some way to do a 'reg add' with backslashes in the name of the value?
Is there some way to do a 'reg add' with backslashes in the name of the value?