update
This commit is contained in:
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user