From 9f6aefa71ba34d671169e590b26590a0bf0bc46f Mon Sep 17 00:00:00 2001 From: David Yoder Date: Thu, 14 Apr 2022 17:38:25 -0400 Subject: [PATCH] remove commented line --- Uninstall-AteraAgent.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Uninstall-AteraAgent.ps1 b/Uninstall-AteraAgent.ps1 index 3d584f4..1fe4635 100644 --- a/Uninstall-AteraAgent.ps1 +++ b/Uninstall-AteraAgent.ps1 @@ -123,7 +123,6 @@ Remove-PSDrive -Name HKCR $RegistryKeys | ForEach-Object { Remove-Path -Path $_ } # Delete remaining directories -#Write-Host "Waiting for file locks to be freed" ; Start-Sleep -Seconds 4 $Directories | ForEach-Object { Remove-Path -Path $_ } # Atera's original script also deleted the following directories and registry keys