Hey all, I don't know if I'm missing something but I try to run a command to delete a registry entry, however, when it doesn't find the key, it throws an error on the screen instead of suppressing it.
Here is my code:
"REG DELETE HKLM\Software /f /v KeyToDelete >NUL"
If the entrie exists, it works properly, however, I get an error "Error: The system was unable to find the specified registry key or value"
Any ideas?