remove commented line

This commit is contained in:
2022-04-14 17:38:25 -04:00
parent eae4413815
commit 9f6aefa71b
-1
View File
@@ -123,7 +123,6 @@ Remove-PSDrive -Name HKCR
$RegistryKeys | ForEach-Object { Remove-Path -Path $_ } $RegistryKeys | ForEach-Object { Remove-Path -Path $_ }
# Delete remaining directories # Delete remaining directories
#Write-Host "Waiting for file locks to be freed" ; Start-Sleep -Seconds 4
$Directories | ForEach-Object { Remove-Path -Path $_ } $Directories | ForEach-Object { Remove-Path -Path $_ }
# Atera's original script also deleted the following directories and registry keys # Atera's original script also deleted the following directories and registry keys