Make your machine look like a sandbox/vm. This might harden your computer against infections.
- Have fake processes like
Wireshark.exe
,ProcessHacker.exe
, etc. be created at startup - Create VM software artifacts like dlls and services
- Open Powershell as Administrator
- Disable Windows Defender's real time protection
- Clone the GitHub repostiroy
- Run
.\ImASandox.ps1
- Save the script output to a file
- Enable Windows Defender back
Currently, there isn't a way to revert the changes made. Fortunately, the script logs every change to the console, making it easy for you to track what got modified.