From 397f3959bc4da9674fca70ae78373f57b3c9d023 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Thu, 22 Aug 2024 08:28:09 -0400 Subject: [PATCH] chore: Add alternative scripts for Tactical RMM agent locker --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 8883c01b..83624988 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -230,7 +230,7 @@ To undo the changes and make Tactical RMM visible again in the Control Panel, us ```powershell Remove-ItemProperty -Path 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{0D34D278-5FAF-4159-A4A0-4E2D2C08139D}_is1' -Name 'SystemComponent' ``` - +Alternative: Check out [some](https://github.com/amidaware/community-scripts/blob/main/scripts_wip/Win_TRMM_Agent_Locker.ps1) [scripts](https://github.com/amidaware/community-scripts/blob/main/scripts_wip/Win_TRMM_Agent_unLocker.ps1) ## I want to move and/or migrate my server? How do I do it?