This commit is contained in:
2022-04-11 12:36:27 -04:00
parent 6f431192bd
commit 3bdcabb695
+2 -2
View File
@@ -21,5 +21,5 @@ Catch { LogErr $_.Exception.Message }
LogMsg "Starting Atera agent"
Start-Service -Name 'AteraAgent'
#LogMsg "Forcefully ending all reg.exe and conhost.exe processes"
#Get-Process | Where { ($_.Name -like 'reg') -or ($_.Name -like 'conhost') } | Stop-Process -Force
LogMsg "Forcefully ending all reg.exe and conhost.exe processes"
Get-Process | Where { ($_.Name -like 'reg') -or ($_.Name -like 'conhost') } | Stop-Process -Force