diff --git a/payloads/library/execution/Make_Windows_performant_but_ugly_and_boring/Make_Windows_performant_but_ugly_and_boring.gif b/payloads/library/execution/Make_Windows_performant_but_ugly_and_boring/Make_Windows_performant_but_ugly_and_boring.gif new file mode 100644 index 0000000..3fb4c59 Binary files /dev/null and b/payloads/library/execution/Make_Windows_performant_but_ugly_and_boring/Make_Windows_performant_but_ugly_and_boring.gif differ diff --git a/payloads/library/execution/Make_Windows_performant_but_ugly_and_boring/README.md b/payloads/library/execution/Make_Windows_performant_but_ugly_and_boring/README.md new file mode 100644 index 0000000..41bae4d --- /dev/null +++ b/payloads/library/execution/Make_Windows_performant_but_ugly_and_boring/README.md @@ -0,0 +1,19 @@ +# Make Windows performant (but ugly and boring) + +This script can be used to change some advanced Windows settings to make it as efficient as possible albeit losing some of the fluidity and beauty of the operating system. + +This script is Plug-And-Play <3 + +**Category**: Execution + +![](Make_Windows_performant_but_ugly_and_boring.gif) + +## Description + +This script can be used to change some advanced Windows settings to make it as efficient as possible albeit losing some of the fluidity and beauty of the operating system. + +The script opens the Windows advanced settings via sysdm.cpl and accesses the advanced settings by changing the selected option for best performance and unchecking all possible features. + +### Dependencies + +* Nothing is needed, this script is Plug-And-Play <3 \ No newline at end of file diff --git a/payloads/library/execution/Make_Windows_performant_but_ugly_and_boring/payload.txt b/payloads/library/execution/Make_Windows_performant_but_ugly_and_boring/payload.txt new file mode 100644 index 0000000..58692aa --- /dev/null +++ b/payloads/library/execution/Make_Windows_performant_but_ugly_and_boring/payload.txt @@ -0,0 +1,47 @@ +REM ################################################################## +REM # | +REM # Title : Make Windows performant (but ugly and boring) | +REM # Author : Aleff | +REM # Version : 1.0 | +REM # Category : Execution | +REM # Target : Windows 10/11 | +REM # | +REM ################################################################## + +REM Plug-And-Play <3 + +REM Requirements: +REM - Nothing + +REM Note: +REM - Payload tested on Windows 11 Eng + + +DEFAULT_DELAY 500 +GUI r +DELAY 2000 + +REM Open advanced settings +STRINGLN sysdm.cpl +DELAY 2000 + +REM Goto nav bar +REPEAT 5 TAB + +REM Goto Advanced +REPEAT 2 RIGHTARROW + +REM Open Settings +TAB +REM Invia il comando +ENTER + +REM Adjust for best performance +REPEAT 2 DOWNARROW + +REM Save it +REPEAT 4 TAB +DELAY 3000 + +REM Close the windows (not the os lol) +REPEAT 2 ALT F4