|
Registry - Delete Key |
<AMREGISTRY ACTIVITY="delete_value" KEY="text" VALUE="text" /> |
Description:
Delete the specified key from the registry. Any sub-keys will also be deleted.
IMPORTANT: Incorrectly editing the registry may severely damage your system. Before making changes to the registry, you should back up any valued data on your computer. |
Commonly used delete unused or unneeded registry keys.
General
Property |
Type |
Required |
Default |
Markup |
Description |
Registry key |
Text |
Yes |
(Empty) |
KEY="HKEY_CURRENT_USER\Software \NetAuto\AutoMate\\AMSERVICES" |
The registry key to delete. Click the folder icon to use the Registry Viewer to easily navigate to the desired key. |
NOTE: The sample AML code below can be copied and pasted directly into the Steps panel of the Task Builder. |
Description: Delete registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Network Automation\AutoMate 10\TaskService\Temp".
<AMREGISTRY ACTIVITY="delete_key" KEY="HKEY_LOCAL_MACHINE\SOFTWARE\Network Automation\AutoMate 10\TaskService\Temp" /> |