how to install:
hit download ZIP button top right corner
then unzip somewhere
in a windows explorer enter in the location bar:
%LOCALAPPDATA%\Microsoft\Windows\Themes
then copy those unzipped .theme files there
| ;@echo off &title Files.html listing from directory context-menu by AveYo v1.0 | |
| ;if not exist "%~1" ( goto :setup ) else pushd "%~1\.." &echo Listing "%~1" - please wait... &set "fn=%~nx1 Files.html" | |
| ;del /f/q "%fn%" >nul 2>nul &cd.>"%fn%" 2>nul | |
| ;if exist "%fn%" ( set "files=%CD%\%fn%" ) else set "files=%USERPROFILE%\Desktop\%fn%" | |
| ;pushd "%~1" | |
| ;set "ampersand=&" &set "escape=&" | |
| ;> "%files%" findstr -bv ; "%~f0" | |
| ;>>"%files%" echo ^<p^>%DATE%, %TIME%^</p^>^<div class="filetree"^> | |
| ;>>"%files%" <nul set/p="<ul class="main-tree"><li class="tree-title">%~1</li>" | |
| ;>>"%files%" echo. |
| @echo off &title WebSearchChoice | |
| set "browser=iexplore.exe" | |
| set "url=google.com/search?q=" | |
| echo. | |
| echo Will override Cortana search Edge browser with: %browser% | |
| set/p "browser_choice=-Enter new choice, or press Enter to use above: " | |
| if "%browser_choice%"=="0" goto uninstall | |
| echo. |
| @echo off &title Multiple GUI choices via powershell snippet by AveYo &rem preview: https://i.imgur.com/JjazNR0.png | |
| :: setup gui dialog choices | |
| set all_choices=Option 1,Option 2,Option 3,Option4,Option5 | |
| set def_choices=Option 1,Option 2,Option5 | |
| :: Show gui dialog choices 1=title 2=all_choices 3=def_choices 4=output_variable | |
| call :choices "Multiple GUI choices" "%all_choices%" "%def_choices%" CHOICES | |
| :: Quit if no choice selected | |
| if not defined CHOICES color 0c &echo ERROR! No choice selected.. &timeout /t 20 &color 07 &exit/b | |
| :: Print choices | |
| echo Choices: %CHOICES% & echo. |
windows_update_toggle.bat v10.1 final
~ one script to rule them all!
~ block build upgrades and/or automatic updates without breawking Store downloads and Defender protection updates
~ there is a lot of focus on Defender updates working independently, unlike any other updates "management" solution
~ ifeo safe blocking with no destructive changes of ownership, deleting files, removing tasks, or over-blocking
~ toggle everything from the Desktop right-click context menu!
but wait, there is more:
~ hide/unhide/install update lists with counter at the Desktop right-click context menu!
Previous update toggle batch suite scripts have been overwritten on pastebin, but will still be available here: