With the connector version of Quickr 8.2 entry places are no longer listed by default. If you need to enable this again you need to follow the steps described in technote 1388263.
Deleting Registry Keys via Batch
For me to remember: [codesyntax lang=”text” title=”Registry Key”]
1 2 3 4 5 |
Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\key_to_be_deleted] [/codesyntax] |
If you want to delete a key from the registry you place a “-” before the name of the key in the registry file. Example: If your registry file is called “sample.reg”