Don't worry, it already does that with "echo Removing !AppFullName!..." and "echo Restoring !AppFullName!...". I'll send you the code in PM. Just don't run it yet
Maybe "Grant Admin Full Control" (I'm not sure who to credit for it (?)): Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\runas] @="Grant Admin Full Control" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\*\shell\runas\command] @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" [HKEY_CLASSES_ROOT\exefile\shell\runas2] @="Grant Admin Full Control" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\exefile\shell\runas2\command] @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" [HKEY_CLASSES_ROOT\Directory\shell\runas] @="Grant Admin Full Control" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\Directory\shell\runas\command] @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t" "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t" ... and "GOD-Mode": Code: Create a Folder on c:\ to get the GOD-Mode going, which gives you plenty usable short-cuts: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
If you have the system installed on SSD: Disable Superfetch Code: sc config SysMain start= disabled Disable Prefetch Code: reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnablePrefetcher" /t REG_DWORD /d "0" /f - Default value is 3 Disable ReadyBoot Code: reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger\ReadyBoot" /v "Start" /t REG_DWORD /d "0" /f - Default value is 1 Disable Bing on Search Code: Add reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "BingSearchEnabled" /t REG_DWORD /d "0" /f Restore reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "BingSearchEnabled" /f
The wider is what I mean. Look again at the photo, half the wide side is empty it should be able to re-size Up and Down re-size alright but not the right side
There's a bug as this script doesn't disable runtime brooker. It will stop for a sec and will start again