Admin Tip #235: Delete registry entries from the commandline |
Hits: Failed to execute CGI : Win32 Error Code = 3
|
Available starting with Supplement 2, the syntax to delete a registry value:
reg delete HKLM\Software\Somevalue
reg can operate on remote PCs if you have access authority using syntax
reg delete HKLM\Software\Somevalue \\waynespc
Download the updated version of this utility from Microsoft
Always check Microsoft for update resource kit executables. This is not an alternative to owning the actual resource kit, but a method of keeping the executables uptodate.
See .REG files for background information on .REG files.