Quote
Meaby you should use REG DELETE instead of REG ADD
You have done the same here
Quote
REG ADD %KEY%\022 /V 01 /D ^"REG DELETE
????
Quote
"REG DELETE \"HKEY_CURRENT_USER\Software\VicMan Software"
This is the line that would be entered into the ROE registry, and should delete the regkey... but it wasnt...
As I was applying reg settings for my Ua installed apps, it is easier to simply remove the key with the [-hkey...] syntax, and then import the new settings, from the same regfile.. easy peasy!!!
I did not know about the ^ key, only putting / before the quotes which you wanted to show... as per instructions in the link... I will test that out at some point... but Im happy with the method I have now.. its simple!!!
Thanks for your help...