-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the FreeEDR-agents wiki!
This SOFTWARE PRODUCT is provided by THE PROVIDER "as is" and "with all faults." THE PROVIDER makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this SOFTWARE PRODUCT. You are solely responsible for determining whether this SOFTWARE PRODUCT is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and THE PROVIDER will not be liable for any damages you may suffer in connection with using, modifying, or distributing this SOFTWARE PRODUCT.
- FreeEDR protects the computer with APPLICATION CONTROL
- ONLY program & library files owned by
SYSTEM
,TrustedInstaller
&Administrators Group
are allowed to run (or load) - If your existing program cannot start after installation, you WILL NEED TO WHITELIST it. Please refer to https://endpointdefense.notion.site/Troubleshooting-20e3e29d34044064ab384053c5ce282b#b5154cb3942b47398d246525d035bd2b
This mode provides standalone protection for your Windows host without connecting to any 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;"'
- Move mouse towards the above command, click once on the copy icon
- Press WinKey + R, type
powershell
then press enter to start a powershell session - Paste the command into powershell, press ENTER (you will need local admin rights)
- Alternatively, download https://github.com/freeEDR/installHelper/blob/main/install.exe.zip?raw=true
- Unzip to any folder
- Locate & right-click
install.exe
- Unblock the file since it is not signed
- Double-clicked
install.exe
to run
Please refer to https://github.com/freeEDR#demo