MikeWarner
Programmer
I am trying to delete a registry key from the command line. The command runs correctly and will delete the key. The problem is that I cannot force the command without a prompt being displayed.
here is my current command:
reg delete "HKCU\Software\Mercury Interactive\QuickTest Professional\" /va /f
The "/f" does not seem to be working.
Any ideas?
thanks,
Mike
here is my current command:
reg delete "HKCU\Software\Mercury Interactive\QuickTest Professional\" /va /f
The "/f" does not seem to be working.
Any ideas?
thanks,
Mike