-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Jym Cheong edited this page Dec 20, 2021
·
13 revisions
Welcome to the FreeEDR-agents wiki!
This mode does not require backend.
start-process -verb runas -Filepath powershell -ArgumentList "-ExecutionPolicy Bypass", '-Command "$standAlone=1; $site=''https://raw.githubusercontent.com/jymcheong/FreeEDR-agents/main/install.ps1'';[scriptblock]::Create((New-Object System.Net.WebClient).DownloadString($site)).Invoke();pause;"'
- Copy the WHOLE command (use the copy icon) above
- Start a powershell session (click WinKey + R, type powershell)
- Paste the command into powershell, press ENTER (you will need local admin rights)