Skip to content
Jym Cheong edited this page Dec 20, 2021 · 13 revisions

Welcome to the FreeEDR-agents wiki!

Standalone Mode

This mode of installation does not require backend. It provides standalone protection for your Windows host!

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;"'
  1. Move mouse towards the above command, click once on the copy icon

  1. Press WinKey + R, type powershell to start a powershell session
  2. Paste the command into powershell, press ENTER (you will need local admin rights)

Full Mode

Please refer to https://github.com/jymcheong/FreeEDR#demo

Clone this wiki locally