-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support disabling of protected services #74
Add new ways to disable Defender on Windows: 1. Disable through renaming required files 2. Disable using registry changes 3. Disable using TrustedInstaller user Add support for running code as TrustedInstaller 🥳. It allows running commands in OS-protected areas. It is written in PowerShell and it uses PowerShell syntax like backticks that are inlined in special way. So the commit extends inlining support and allows writing PowerShell using: - Comments - Here-strings - Backticks Add disabling of more Defender service Improve documentation and categorization of services.
- Loading branch information
1 parent
e6152fa
commit ab8bce7
Showing
5 changed files
with
843 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.