-
-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add NSudo for general use in the playbook
NSudo can be used in AME Wizard for de-elevation from TrustedInstaller to the current user (admin or not), which can be useful for restarting Explorer properly, uninstalling certain applications, etc... It is deleted after the playbook has completed to prevent any false flags in antiviruses after installation.
- Loading branch information
Showing
4 changed files
with
37 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Delete Temporary NSudo | ||
description: Deletes the temporary NSudo used for de-elevation in AME Wizard | ||
privilege: TrustedInstaller | ||
actions: | ||
!file: {path: 'C:\Windows\AtlasModules\Tools\NSudoLG.exe'} |
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
Binary file not shown.