Difference between revisions of "Zabbix Agent Uninstall"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "HKLM:SYSTEM\CurrentControlSet\Services\EventLog\Application\Zabbix Agent 2 ``` Get-item "HKLM:SYSTEM\CurrentControlSet\Services\EventLog\Application\Zabbix Agent 2" Remove-It...")
(No difference)

Revision as of 22:26, 8 August 2021

HKLM:SYSTEM\CurrentControlSet\Services\EventLog\Application\Zabbix Agent 2

Get-item "HKLM:SYSTEM\CurrentControlSet\Services\EventLog\Application\Zabbix Agent 2"

Remove-Item "HKLM:SYSTEM\CurrentControlSet\Services\EventLog\Application\Zabbix Agent 2" -Recurse