fix chars from paste
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ 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
|
||||
Get-Process | Where { ($_.Name -like 'reg') -or ($_.Name -like 'conhost') } | Stop-Process -Force
|
||||
Reference in New Issue
Block a user