diff --git a/src/playbook/Configuration/tweaks.yml b/src/playbook/Configuration/tweaks.yml index 9a0688b4da..0d3cef504f 100644 --- a/src/playbook/Configuration/tweaks.yml +++ b/src/playbook/Configuration/tweaks.yml @@ -19,22 +19,6 @@ features: - tweaks\statuses\status-ngen.yml - tweaks\scripts\script-ngen.yml - # ----------------------------------------------------- - # Misc - # ----------------------------------------------------- - # >>> Description <<< - # - # Miscellaneous tweaks which do not fit into other - # categories. - # ----------------------------------------------------- - - tweaks\statuses\status-misc.yml - - tweaks\misc\config-time.yml - - tweaks\misc\disable-fast-user-switching.yml - - tweaks\misc\disable-game-mode.yml - - tweaks\misc\fix-no-downloads-bug.yml - - tweaks\misc\oem-information.yml - - tweaks\misc\rebuild-perf-counters.yml - # ----------------------------------------------------- # Networking # ----------------------------------------------------- @@ -349,3 +333,20 @@ features: - tweaks\scripts\script-wallpaper.yml - tweaks\scripts\script-finalize.yml - tweaks\scripts\script-backup2.yml + + # ----------------------------------------------------- + # Misc + # ----------------------------------------------------- + # >>> Description <<< + # + # Miscellaneous tweaks which do not fit into other + # categories. + # ----------------------------------------------------- + - tweaks\statuses\status-misc.yml + - tweaks\misc\config-time.yml + - tweaks\misc\disable-fast-user-switching.yml + - tweaks\misc\disable-game-mode.yml + - tweaks\misc\fix-no-downloads-bug.yml + - tweaks\misc\oem-information.yml + - tweaks\misc\rebuild-perf-counters.yml + - tweaks\misc\delete-nsudo.yml \ No newline at end of file diff --git a/src/playbook/Configuration/tweaks/misc/delete-nsudo.yml b/src/playbook/Configuration/tweaks/misc/delete-nsudo.yml new file mode 100644 index 0000000000..963db3cd1c --- /dev/null +++ b/src/playbook/Configuration/tweaks/misc/delete-nsudo.yml @@ -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'} \ No newline at end of file diff --git a/src/playbook/Executables/AtlasModules/README.md b/src/playbook/Executables/AtlasModules/README.md index e1fbd59d55..c4e7358a41 100644 --- a/src/playbook/Executables/AtlasModules/README.md +++ b/src/playbook/Executables/AtlasModules/README.md @@ -6,6 +6,8 @@ To verify the legitmacy of these binaries (executables), there is information pr - SHA256 Hash: `10A9AB81DE68A6ACEBD6E0D393ECC8869A4DAE852F78CF9093740AD8752DA0DE` - Source: https://github.com/Atlas-OS/Atlas-Utilities/releases/download/filepicker-rs-v0.1/filepicker.exe - Repository: https://github.com/Atlas-OS/Atlas-Utilities +- Version: v0.1 +- License: [GNU General Public License v3.0](https://github.com/Atlas-OS/utilities/blob/main/LICENSE) - Last Verified: 29/07/23 by he3als ### Multi-Choice @@ -13,5 +15,16 @@ To verify the legitmacy of these binaries (executables), there is information pr - SHA256 Hash: `6AB2FF0163AFE0FAC4E7506F9A63293421A1880076944339700A59A06578927D` - Source: https://github.com/Atlas-OS/Atlas-Utilities/releases/download/multichoice-v0.4/multichoice-compressed.exe - Repository: https://github.com/Atlas-OS/Atlas-Utilities -- Last Verified: 29/07/23 by he3als +- Version: v0.4 - Renamed to `multichoice.exe` +- License: [GNU General Public License v3.0](https://github.com/Atlas-OS/utilities/blob/main/LICENSE) +- Last Verified: 29/07/23 by he3als + +## NSudo +- Directory: `\AtlasModules\Tools\nsudo.exe` +- SHA256 Hash: `BDD9286EAEFC70E313748693A0372EAA18DE535FFEBFAE0EF658F88F53073E6F` +- Source: https://github.com/M2TeamArchived/NSudo/releases/download/9.0-Preview1/NSudo_9.0_Preview1_9.0.2676.0.zip +- Repository: https://github.com/M2TeamArchived/NSudo +- Version: 9.0 Preview 1 (9.0.2676.0) +- License: [The MIT License](https://github.com/M2TeamArchived/NSudo/blob/master/License.md) +- Last Verified: 04/08/23 by he3als diff --git a/src/playbook/Executables/AtlasModules/Tools/NSudoLG.exe b/src/playbook/Executables/AtlasModules/Tools/NSudoLG.exe new file mode 100644 index 0000000000..5414a0da53 Binary files /dev/null and b/src/playbook/Executables/AtlasModules/Tools/NSudoLG.exe differ