├── INSTALL
├── .gitkeep
├── Apps.xml
├── Classic.xml
├── Classic2.xml
├── Windhawk.xml
├── EN
│ ├── USERINIT_VALUE_RESTORE.BAT
│ └── MOVE_INSTALL_SCRIPT.BAT
├── FR
│ ├── USERINIT_VALUE_RESTORE.BAT
│ └── MOVE_INSTALL_SCRIPT.BAT
├── Basic.xml
└── DISABLE-DWM-EXTENDED-FRAMES.C
├── Themes
├── Icons
│ ├── .gitkeep
│ ├── Fleurs 1.ico
│ ├── Fleurs 1.png
│ ├── Fleurs 2.ico
│ ├── Fleurs 2.png
│ ├── Fleurs 3.ico
│ ├── Fleurs 3.png
│ ├── Fleurs 4.ico
│ ├── Fleurs 4.png
│ ├── Fleurs 5.ico
│ ├── Fleurs 5.png
│ ├── Fleurs 6.ico
│ ├── Fleurs 6.png
│ ├── Aero 10 Lite.ico
│ ├── Aero 10 Lite.png
│ ├── Aero 10 basic.ico
│ ├── Aero 10 basic.png
│ ├── Windows 10 1.ico
│ ├── Windows 10 1.png
│ ├── Windows 10 2.ico
│ ├── Windows 10 2.png
│ ├── Windows 10 3.ico
│ ├── Windows 10 3.png
│ ├── Windows 10 4.ico
│ ├── Windows 10 4.png
│ ├── Windows 10 5.ico
│ ├── Windows 10 5.png
│ ├── Windows Aero.ico
│ ├── Windows Aero.png
│ ├── Aero lite basic.ico
│ ├── Aero lite basic.png
│ ├── Windows Standard.ico
│ ├── Windows Standard.png
│ ├── Windows Classique.ico
│ ├── Windows Classique.png
│ ├── Contraste Elevé N°2.ico
│ ├── Contraste Elevé N°2.png
│ ├── Contraste Noir Elevé.ico
│ ├── Contraste Noir Elevé.png
│ ├── Contraste blanc élevé.ico
│ ├── Contraste blanc élevé.png
│ ├── Contraste élevé N°1.ico
│ ├── Contraste élevé N°1.png
│ ├── Contraste élevé N°1 Aerolite.ico
│ ├── Contraste élevé N°1 Aerolite.png
│ ├── Contraste élevé N°2 Aerolite.ico
│ ├── Contraste élevé N°2 Aerolite.png
│ ├── Aero 10 Lite - Autocolorization.ico
│ ├── Aero 10 Lite - Autocolorization.png
│ ├── Contraste Blanc élevé Aerolite.ico
│ ├── Contraste Blanc élevé Aerolite.png
│ ├── Contraste Noir Elevé Aerolite.ico
│ └── Contraste Noir Elevé Aerolite.png
├── WCTC_Schemes
│ ├── Rose.reg
│ ├── Desert.reg
│ ├── Lilac.reg
│ ├── Maple.reg
│ ├── Slate.reg
│ ├── Spruce.reg
│ ├── Wheat.reg
│ ├── Eggplant.reg
│ ├── Pumpkin.reg
│ ├── Rainy Day.reg
│ ├── Storm (VGA).reg
│ ├── Teal (VGA).reg
│ ├── Win10 - Aero.reg
│ ├── High Contrast #1.reg
│ ├── High Contrast #2.reg
│ ├── Win10 - Aerolite.reg
│ ├── Windows Classic.reg
│ ├── Windows Standard.reg
│ ├── High Contrast Black.reg
│ ├── High Contrast White.reg
│ ├── Marine (high color).reg
│ ├── Plum (high color).reg
│ ├── Win10 - High Contrast #1.reg
│ ├── Win10 - High Contrast #2.reg
│ ├── Red, White, and Blue (VGA).reg
│ ├── Win10 - High Contrast Black.reg
│ ├── Win10 - High Contrast White.reg
│ └── Brick.reg
├── EN
│ ├── Windows Aero.bat
│ ├── Windows Aerolite.bat
│ ├── Windows Aero Basic.bat
│ ├── Windows Aerolite Basic.bat
│ ├── High Contrast #1.bat
│ ├── High Contrast #2.bat
│ ├── High Contrast Black.bat
│ ├── High Contrast White.bat
│ ├── Windows 10 Flowers.bat
│ ├── Windows Aerolite Autocolorization.bat
│ ├── Windows 10.bat
│ ├── Windows Light (Aero).bat
│ ├── Windows Standard.bat
│ ├── High Contrast #1 Classic.bat
│ ├── High Contrast White Classic.bat
│ ├── High Contrast #2 Classic.bat
│ ├── High Contrast Black Classic.bat
│ └── Windows Classic.bat
└── FR
│ ├── Windows Aero.bat
│ ├── Windows Light (Aero).bat
│ ├── Windows Aero Basic.bat
│ ├── Windows Aerolite Basic.bat
│ ├── Windows 10.bat
│ ├── Windows 10 Flowers.bat
│ ├── High Contrast #1.bat
│ ├── High Contrast #2.bat
│ ├── High Contrast Black.bat
│ ├── High Contrast White.bat
│ ├── Windows Aerolite Autocolorization.bat
│ ├── Windows Aerolite.bat
│ ├── High Contrast #1 Classic.bat
│ ├── Windows Standard.bat
│ ├── Windows Classic.bat
│ ├── High Contrast #2 Classic.bat
│ ├── High Contrast Black Classic.bat
│ └── High Contrast White Classic.bat
├── Samples-scripts
├── .gitkeep
├── FR
│ ├── Classic.bat
│ ├── DWM-Effects.bat
│ └── Basic.bat
└── EN
│ ├── Classic.bat
│ ├── DWM-Effects.bat
│ └── Basic.bat
├── Installation_test_script
├── .gitkeep
├── Installation-Test_EN.bat
└── Test-d'inatallation_FR.bat
├── Switcher_scripts-Theme_type_only
├── .gitkeep
├── Classic_EN.bat
├── Basic_EN.bat
├── Basic_FR.bat
├── Classique_FR.bat
├── DWM-Effets_FR.bat
└── DWM-Effects_EN.bat
├── Automatic_Scripts_No_Explorer_restart
├── .gitkeep
├── Classic_FR.bat
├── Classic_EN.bat
├── DWM-Effects_EN.bat
├── DWM-Effects_FR.bat
└── Basic_FR.bat
├── Task_Scripts
├── UT.bat
├── CTEX.bat
├── UTNC.bat
├── DDEF.bat
├── @DWMClassicMods.bat
└── @DWMClassicIntegralMods.bat
├── ExplorerRestart
├── Explorer_Restart_EN.bat
└── Explorer_Restart_FR.bat
├── Themes_Files
├── aerolite.theme
├── aerolite2.theme
├── hc2classic.theme
├── hc1classic.theme
├── hcwhiteclassic.theme
├── windowsclassic.theme
├── hcblackclassic.theme
└── windowsstandard.theme
├── Switcher_Scripts
├── FR
│ ├── Classic.bat
│ ├── DWM-Style.bat
│ ├── Basic.bat
│ ├── DWM-Classic-NoComposition.bat
│ ├── DWM-Classic-IntegralNoComposition.bat
│ └── Basic-Classic-NoComposition.bat
└── EN
│ ├── Classic.bat
│ ├── DWM-Style.bat
│ ├── Basic.bat
│ ├── DWM-Classic-NoComposition.bat
│ ├── DWM-Classic-IntegralNoComposition.bat
│ └── Basic-Classic-NoComposition.bat
└── README.md
/INSTALL/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Themes/Icons/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Samples-scripts/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Installation_test_script/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Switcher_scripts-Theme_type_only/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Automatic_Scripts_No_Explorer_restart/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/INSTALL/Apps.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/INSTALL/Apps.xml
--------------------------------------------------------------------------------
/INSTALL/Classic.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/INSTALL/Classic.xml
--------------------------------------------------------------------------------
/INSTALL/Classic2.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/INSTALL/Classic2.xml
--------------------------------------------------------------------------------
/INSTALL/Windhawk.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/INSTALL/Windhawk.xml
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 1.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 1.ico
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 1.png
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 2.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 2.ico
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 2.png
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 3.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 3.ico
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 3.png
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 4.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 4.ico
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 4.png
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 5.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 5.ico
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 5.png
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 6.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 6.ico
--------------------------------------------------------------------------------
/Themes/Icons/Fleurs 6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Fleurs 6.png
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Rose.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Rose.reg
--------------------------------------------------------------------------------
/Themes/Icons/Aero 10 Lite.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Aero 10 Lite.ico
--------------------------------------------------------------------------------
/Themes/Icons/Aero 10 Lite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Aero 10 Lite.png
--------------------------------------------------------------------------------
/Themes/Icons/Aero 10 basic.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Aero 10 basic.ico
--------------------------------------------------------------------------------
/Themes/Icons/Aero 10 basic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Aero 10 basic.png
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 1.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 1.ico
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 1.png
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 2.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 2.ico
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 2.png
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 3.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 3.ico
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 3.png
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 4.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 4.ico
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 4.png
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 5.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 5.ico
--------------------------------------------------------------------------------
/Themes/Icons/Windows 10 5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows 10 5.png
--------------------------------------------------------------------------------
/Themes/Icons/Windows Aero.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows Aero.ico
--------------------------------------------------------------------------------
/Themes/Icons/Windows Aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows Aero.png
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Desert.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Desert.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Lilac.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Lilac.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Maple.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Maple.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Slate.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Slate.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Spruce.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Spruce.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Wheat.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Wheat.reg
--------------------------------------------------------------------------------
/Themes/Icons/Aero lite basic.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Aero lite basic.ico
--------------------------------------------------------------------------------
/Themes/Icons/Aero lite basic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Aero lite basic.png
--------------------------------------------------------------------------------
/Themes/Icons/Windows Standard.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows Standard.ico
--------------------------------------------------------------------------------
/Themes/Icons/Windows Standard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows Standard.png
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Eggplant.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Eggplant.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Pumpkin.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Pumpkin.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Rainy Day.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Rainy Day.reg
--------------------------------------------------------------------------------
/Themes/Icons/Windows Classique.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows Classique.ico
--------------------------------------------------------------------------------
/Themes/Icons/Windows Classique.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Windows Classique.png
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Storm (VGA).reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Storm (VGA).reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Teal (VGA).reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Teal (VGA).reg
--------------------------------------------------------------------------------
/Themes/Icons/Contraste Elevé N°2.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste Elevé N°2.ico
--------------------------------------------------------------------------------
/Themes/Icons/Contraste Elevé N°2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste Elevé N°2.png
--------------------------------------------------------------------------------
/Themes/Icons/Contraste Noir Elevé.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste Noir Elevé.ico
--------------------------------------------------------------------------------
/Themes/Icons/Contraste Noir Elevé.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste Noir Elevé.png
--------------------------------------------------------------------------------
/Themes/Icons/Contraste blanc élevé.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste blanc élevé.ico
--------------------------------------------------------------------------------
/Themes/Icons/Contraste blanc élevé.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste blanc élevé.png
--------------------------------------------------------------------------------
/Themes/Icons/Contraste élevé N°1.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste élevé N°1.ico
--------------------------------------------------------------------------------
/Themes/Icons/Contraste élevé N°1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste élevé N°1.png
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Win10 - Aero.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Win10 - Aero.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/High Contrast #1.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/High Contrast #1.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/High Contrast #2.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/High Contrast #2.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Win10 - Aerolite.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Win10 - Aerolite.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Windows Classic.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Windows Classic.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Windows Standard.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Windows Standard.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/High Contrast Black.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/High Contrast Black.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/High Contrast White.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/High Contrast White.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Marine (high color).reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Marine (high color).reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Plum (high color).reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Plum (high color).reg
--------------------------------------------------------------------------------
/Themes/Icons/Contraste élevé N°1 Aerolite.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste élevé N°1 Aerolite.ico
--------------------------------------------------------------------------------
/Themes/Icons/Contraste élevé N°1 Aerolite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste élevé N°1 Aerolite.png
--------------------------------------------------------------------------------
/Themes/Icons/Contraste élevé N°2 Aerolite.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste élevé N°2 Aerolite.ico
--------------------------------------------------------------------------------
/Themes/Icons/Contraste élevé N°2 Aerolite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste élevé N°2 Aerolite.png
--------------------------------------------------------------------------------
/Themes/Icons/Aero 10 Lite - Autocolorization.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Aero 10 Lite - Autocolorization.ico
--------------------------------------------------------------------------------
/Themes/Icons/Aero 10 Lite - Autocolorization.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Aero 10 Lite - Autocolorization.png
--------------------------------------------------------------------------------
/Themes/Icons/Contraste Blanc élevé Aerolite.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste Blanc élevé Aerolite.ico
--------------------------------------------------------------------------------
/Themes/Icons/Contraste Blanc élevé Aerolite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste Blanc élevé Aerolite.png
--------------------------------------------------------------------------------
/Themes/Icons/Contraste Noir Elevé Aerolite.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste Noir Elevé Aerolite.ico
--------------------------------------------------------------------------------
/Themes/Icons/Contraste Noir Elevé Aerolite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/Icons/Contraste Noir Elevé Aerolite.png
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Win10 - High Contrast #1.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Win10 - High Contrast #1.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Win10 - High Contrast #2.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Win10 - High Contrast #2.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Red, White, and Blue (VGA).reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Red, White, and Blue (VGA).reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Win10 - High Contrast Black.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Win10 - High Contrast Black.reg
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Win10 - High Contrast White.reg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OrthodoxWindows/ThemeSwitcherScripts/HEAD/Themes/WCTC_Schemes/Win10 - High Contrast White.reg
--------------------------------------------------------------------------------
/Task_Scripts/UT.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\untheme /v Disabled /f
5 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\untheme /v Disabled /t REG_DWORD /d 0
6 |
--------------------------------------------------------------------------------
/Task_Scripts/CTEX.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer /v Disabled /f
5 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer /v Disabled /t REG_DWORD /d 0
6 |
--------------------------------------------------------------------------------
/Task_Scripts/UTNC.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\unthemed-nocomposition /v Disabled /f
5 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\unthemed-nocomposition /v Disabled /t REG_DWORD /d 0
6 |
--------------------------------------------------------------------------------
/Task_Scripts/DDEF.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\disable-dwm-extended-frames /v Disabled /f
5 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 0
6 |
--------------------------------------------------------------------------------
/ExplorerRestart/Explorer_Restart_EN.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | set /P c=Do you want to restart explorer ?[Y\N]?
5 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
6 | goto :1)
7 | if /I "%c%" EQU "N" (goto :MSG)
8 |
9 | :1
10 | Set 7+=7+ Taskbar Tweaker.exe
11 | tasklist | find /i "%7+%">nul && (TASKKILL /f /im "7+ Taskbar Tweaker.exe"
12 | goto :2) || goto :2
13 |
14 | :2
15 | start explorer.exe
16 | timeout /t 5
17 | if exist "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker\7+ Taskbar Tweaker.exe" (start "" /D "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker" "7+ Taskbar Tweaker.exe")
18 | goto :END
19 |
20 | :MSG Task aborted
21 |
22 | :END
23 |
--------------------------------------------------------------------------------
/ExplorerRestart/Explorer_Restart_FR.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | set /P c=Voulez-vous redémarrer l'explorateur ?[Y\N]?
5 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
6 | goto :1)
7 | if /I "%c%" EQU "N" (goto :MSG)
8 |
9 | :1
10 | Set 7+=7+ Taskbar Tweaker.exe
11 | tasklist | find /i "%7+%">nul && (TASKKILL /f /im "7+ Taskbar Tweaker.exe"
12 | goto :2) || goto :2
13 |
14 | :2
15 | start explorer.exe
16 | timeout /t 5
17 | if exist "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker\7+ Taskbar Tweaker.exe" (start "" /D "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker" "7+ Taskbar Tweaker.exe")
18 | goto :END
19 |
20 | :MSG Opération annulée
21 |
22 | :END
23 |
--------------------------------------------------------------------------------
/Automatic_Scripts_No_Explorer_restart/Classic_FR.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (echo Le thème classique est déjà activé) else (ren "%userprofile%\tss\classic\classicthemetray_old.exe" classicthemetray.exe
5 | echo Le thème classique a été activé)
6 |
7 | Set BT5=uxsms.exe
8 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
9 | :1
10 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
11 | echo Le thème basic a été désactivé) else (echo Le thème basic est déjà désactivé)
12 |
13 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray.exe /enable
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 0
17 |
18 | :MSG
19 | echo Tâche terminée
20 |
--------------------------------------------------------------------------------
/Automatic_Scripts_No_Explorer_restart/Classic_EN.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (echo The classic theme is already active) else (ren "%userprofile%\tss\classic\classicthemetray_old.exe" classicthemetray.exe
5 | echo The classic theme has been activated)
6 |
7 | Set BT5=uxsms.exe
8 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
9 | :1
10 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
11 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
12 |
13 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray.exe /enable
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 0
17 |
18 | :MSG
19 | echo Task completed
20 |
--------------------------------------------------------------------------------
/Automatic_Scripts_No_Explorer_restart/DWM-Effects_EN.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | Set BT5=uxsms.exe
10 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
11 | :1
12 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
13 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 1
17 |
18 | :MSG
19 | echo Task completed
20 |
--------------------------------------------------------------------------------
/Automatic_Scripts_No_Explorer_restart/DWM-Effects_FR.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | :CTT
5 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
6 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
7 |
8 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
9 |
10 | Set BT5=uxsms.exe
11 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
12 | :1
13 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
14 | echo Le thème basic a été désactivé) else (echo Le thème basic est déjà désactivé)
15 |
16 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
17 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 1
18 |
19 | :MSG
20 | echo Tâche terminée
21 |
--------------------------------------------------------------------------------
/INSTALL/EN/USERINIT_VALUE_RESTORE.BAT:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | title Reset userinit value
5 | color 41
6 | echo.
7 | echo **********************************************
8 | echo * Do you want to reset the userinit value? *
9 | echo **********************************************
10 | echo.
11 | echo This will render ThemeSwitcherScripts inoperative.
12 | echo.
13 | echo Press Y to confirm, N to cancel.
14 | echo.
15 |
16 | CHOICE /C YN
17 | if "%errorlevel%"=="1" (goto :RESTORE_USER_INIT)
18 | if "%errorlevel%"=="2" (goto :ABORT)
19 |
20 | :RESTORE_USER_INIT
21 | title Restoring userinit value...
22 | FOR /F %%i in ('type userinit.txt') do REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Userinit /t REG_SZ /d ""%%i""
23 | title Restoration performed
24 | echo.
25 | echo Restoration performed
26 | echo.
27 | pause
28 | goto :END
29 |
30 | :ABORT
31 | title Operation canceled
32 | echo.
33 | echo Operation canceled
34 | echo.
35 | pause
36 | goto :END
37 |
38 | :END
39 |
--------------------------------------------------------------------------------
/Automatic_Scripts_No_Explorer_restart/Basic_FR.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (ren "%userprofile%\tss\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | if exist "%userprofile%"\tss\basic\uxsms.exe (goto :2) else (ren "%userprofile%\tss\basic\uxsms_old.exe" uxsms.exe
10 | echo Le thème basic a été activé)
11 | :2
12 | Set BT5=uxsms.exe
13 | tasklist | find /i "%BT5%">nul && echo Le thème basic est déjà activé || (start "" /D "%USERPROFILE%\TSS\Basic" uxsms.exe)
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 0
17 |
18 | :MSG
19 | echo Tâche terminée
20 | pause
21 |
--------------------------------------------------------------------------------
/INSTALL/FR/USERINIT_VALUE_RESTORE.BAT:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | title Réinitialisation de la valeur userinit
5 | color 41
6 | echo.
7 | echo **************************************************
8 | echo * Voulez-vous réinitialiser la valeur userinit ? *
9 | echo **************************************************
10 | echo.
11 | echo Cela rendra ThemeSwitcherScripts innopérent.
12 | echo.
13 | echo Appuyez sur Y pour confirmer,
14 | echo N pour annuler.
15 | echo.
16 |
17 | CHOICE /C YN
18 | if "%errorlevel%"=="1" (goto :RESTORE_USER_INIT)
19 | if "%errorlevel%"=="2" (goto :ABORT)
20 |
21 | :RESTORE_USER_INIT
22 | title Restauration de la valeur userinit...
23 | FOR /F %%i in ('type userinit.txt') do REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Userinit /t REG_SZ /d ""%%i""
24 | title Restauration effectuée
25 | echo.
26 | echo Restauration effectuée
27 | echo.
28 | pause
29 | goto :END
30 |
31 | :ABORT
32 | title Opération annulée
33 | echo.
34 | echo Opération annulée
35 | echo.
36 | pause
37 | goto :END
38 |
39 | :END
40 |
--------------------------------------------------------------------------------
/INSTALL/EN/MOVE_INSTALL_SCRIPT.BAT:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | title Installation completed
5 | color 2E
6 | echo.
7 | echo *****************************************************************************************
8 | echo * *
9 | echo * The installation of ThemeSwitcherScripts was successful! *
10 | echo * *
11 | echo * To modify or delete the installation, *
12 | echo * go to the installer: "%userprofile%\TSS\INSTALL\INSTALL.EXE" *
13 | ::echo * To modify or delete the installation, go to the "installation management" program *
14 | ::echo * located in the "ThemeSwitcherScript" folder of your Start menu *
15 | ::echo * *
16 | echo *****************************************************************************************
17 | echo.
18 | pause
19 | title Moving the installation script...
20 | move "INSTALL.EXE" "%userprofile%\TSS\INSTALL\INSTALL.EXE"
21 | pause
22 |
--------------------------------------------------------------------------------
/Switcher_scripts-Theme_type_only/Classic_EN.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ***************************
5 | echo * Classic Theme *
6 | echo ***************************
7 | echo.
8 |
9 | set /P c=Do you want apply the classic theme ?[Y\N]?
10 | if /I "%c%" EQU "Y" (goto :CTT)
11 | if /I "%c%" EQU "N" (goto :ABORT)
12 |
13 | :CTT
14 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (echo The classic theme is already active) else (ren "%userprofile%\tss\classic\classicthemetray_old.exe" classicthemetray.exe
15 | echo The classic theme has been activated)
16 |
17 | Set BT2=basicthemer2.exe
18 | tasklist | find /i "%BT2%">nul && (TASKKILL /f /im basicthemer2.exe) || echo INA
19 | if exist "%userprofile%"\tss\basic\basicthemer2.exe (ren "%userprofile%\tss\basic\basicthemer2.exe" basicthemer2_old.exe
20 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
21 |
22 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray.exe /enable
23 |
24 | set /P c=Do you want to restart explorer ?[Y\N]?
25 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
26 | start explorer.exe)
27 | if /I "%c%" EQU "N" (goto :MSG)
28 |
29 | :MSG
30 | echo Task completed
31 | pause
32 | goto :END
33 |
34 | :ABORT
35 | echo Task aborted
36 | pause
37 |
38 | :END
39 | End
40 |
--------------------------------------------------------------------------------
/Switcher_scripts-Theme_type_only/Basic_EN.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ***********************
5 | echo * Basic Theme *
6 | echo ***********************
7 | echo.
8 |
9 | set /P c=Do you want apply the basic theme ?[Y\N]?
10 | if /I "%c%" EQU "Y" (goto :CTT)
11 | if /I "%c%" EQU "N" (goto :ABORT)
12 |
13 | :CTT
14 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (ren "%userprofile%\tss\classic\classicthemetray.exe" classicthemetray_old.exe
15 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
16 |
17 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
18 |
19 | if exist "%userprofile%"\tss\basic\BasicThemer2.exe (echo The basic theme is already active) else (ren "%userprofile%\tss\basic\BasicThemer2_old.exe" basicthemer2.exe
20 | echo The basic theme has been activated)
21 | Set BT2=basicthemer2.exe
22 | tasklist | find /i "%BT2%">nul && echo AC || (start "" /D "%USERPROFILE%\TSS\Basic" basicthemer2.exe)
23 |
24 | set /P c=Do you want to restart explorer ?[Y\N]?
25 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
26 | start explorer.exe)
27 | if /I "%c%" EQU "N" (goto :MSG)
28 |
29 | :MSG
30 | echo Task completed
31 | pause
32 | goto :END
33 |
34 | :ABORT
35 | echo Task aborted
36 | pause
37 |
38 | :END
39 | End
--------------------------------------------------------------------------------
/Switcher_scripts-Theme_type_only/Basic_FR.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo **********************
5 | echo * Thème Basic *
6 | echo **********************
7 | echo.
8 |
9 | set /P c=Voulez-vous appliquer le thème Basic ?[Y\N]?
10 | if /I "%c%" EQU "Y" (goto :CTT)
11 | if /I "%c%" EQU "N" (goto :ABORT)
12 |
13 | :CTT
14 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (ren "%userprofile%\tss\classic\classicthemetray.exe" classicthemetray_old.exe
15 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
16 |
17 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
18 |
19 | if exist "%userprofile%"\tss\basic\basicthemer2.exe (echo Le thème basic est déjà activé) else (ren "%userprofile%\tss\basic\BasicThemer2_old.exe" basicthemer2.exe
20 | echo Le thème basic a été activé)
21 | Set BT2=basicthemer2.exe
22 | tasklist | find /i "%BT2%">nul && echo AC || (start "" /D "%USERPROFILE%\TSS\Basic" BasicThemer2.exe)
23 |
24 | set /P c=Voulez-vous redémarrer l'explorateur ?[Y\N]?
25 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
26 | start explorer.exe)
27 | if /I "%c%" EQU "N" (goto :MSG)
28 |
29 | :MSG
30 | echo Tâche terminée
31 | pause
32 | goto :END
33 |
34 | :ABORT
35 | echo Opération annulée
36 | pause
37 |
38 | :END
39 | End
--------------------------------------------------------------------------------
/Switcher_scripts-Theme_type_only/Classique_FR.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ***************************
5 | echo * Thème Classique *
6 | echo ***************************
7 | echo.
8 |
9 | set /P c=Voulez-vous appliquer le thème classique ?[Y\N]?
10 | if /I "%c%" EQU "Y" (goto :CTT)
11 | if /I "%c%" EQU "N" (goto :ABORT)
12 |
13 | :CTT
14 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (echo Le thème classique est déjà activé) else (ren "%userprofile%\tss\classic\classicthemetray_old.exe" classicthemetray.exe
15 | echo Le thème classique a été activé)
16 |
17 | Set BT2=basicthemer2.exe
18 | tasklist | find /i "%BT2%">nul && (TASKKILL /f /im basicthemer2.exe) || echo INA
19 | if exist "%userprofile%"\tss\basic\basicthemer2.exe (ren "%userprofile%\tss\basic\basicthemer2.exe" basicthemer2_old.exe
20 | echo Le thème basic a été désactivé) else (echo Le thème basic est déjà désactivé)
21 |
22 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray.exe /enable
23 |
24 | set /P c=Voulez-vous redémarrer l'explorateur ?[Y\N]?
25 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
26 | start explorer.exe)
27 | if /I "%c%" EQU "N" (goto :MSG)
28 |
29 | :MSG
30 | echo Tâche terminée
31 | pause
32 | goto :END
33 |
34 | :ABORT
35 | echo Opération annulée
36 | pause
37 |
38 | :END
39 | End
40 |
--------------------------------------------------------------------------------
/Switcher_scripts-Theme_type_only/DWM-Effets_FR.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo *************************
5 | echo * Thème Style-DWM *
6 | echo *************************
7 | echo.
8 |
9 | set /P c=Voulez-vous appliquer le thème Style-DWM ?[Y\N]?
10 | if /I "%c%" EQU "Y" (goto :CTT)
11 | if /I "%c%" EQU "N" (goto :ABORT)
12 |
13 | :CTT
14 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
15 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
16 |
17 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
18 |
19 | Set BT2=basicthemer2.exe
20 | tasklist | find /i "%BT2%">nul && (TASKKILL /f /im basicthemer2.exe) || echo INA
21 | if exist "%userprofile%"\tss\basic\basicthemer2.exe (ren "%userprofile%\tss\basic\basicthemer2.exe" basicthemer2_old.exe
22 | echo Le thème basic a été désactivé) else (echo Le thème basic est déjà désactivé)
23 |
24 | set /P c=Voulez-vous redémarrer l'explorateur ?[Y\N]?
25 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
26 | start explorer.exe)
27 | if /I "%c%" EQU "N" (goto :MSG)
28 |
29 | :MSG
30 | echo Tâche terminée
31 | pause
32 | goto :END
33 |
34 | :ABORT
35 | echo Opération annulée
36 | pause
37 |
38 | :END
39 | End
--------------------------------------------------------------------------------
/Switcher_scripts-Theme_type_only/DWM-Effects_EN.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ****************************
5 | echo * DWM-Styled Theme *
6 | echo ****************************
7 | echo.
8 |
9 | set /P c=Do you want apply the DWM-Styled theme ?[Y\N]?
10 | if /I "%c%" EQU "Y" (goto :CTT)
11 | if /I "%c%" EQU "N" (goto :ABORT)
12 |
13 | :CTT
14 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
15 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
16 |
17 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
18 |
19 | Set BT2=basicthemer2.exe
20 | tasklist | find /i "%BT2%">nul && (TASKKILL /f /im basicthemer2.exe) || echo INA
21 | if exist "%userprofile%"\tss\basic\basicthemer2.exe (ren "%userprofile%\tss\basic\basicthemer2.exe" basicthemer2_old.exe
22 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
23 |
24 | set /P c=Do you want to restart explorer ?[Y\N]?
25 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
26 | start explorer.exe)
27 | if /I "%c%" EQU "N" (goto :MSG)
28 |
29 | :MSG
30 | echo Task completed
31 | pause
32 | goto :END
33 |
34 | :ABORT
35 | echo Task aborted
36 | pause
37 |
38 | :END
39 | End
--------------------------------------------------------------------------------
/INSTALL/FR/MOVE_INSTALL_SCRIPT.BAT:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | title Installation terminée
5 | color 2E
6 | echo.
7 | echo ********************************************************************************************************
8 | echo * *
9 | echo * L’installation de ThemeSwitcherScripts s’est déroulée avec succès ! *
10 | echo * *
11 | echo * Pour modifier ou supprimer l’installation, *
12 | echo * rendez-vous dans le programme d’installation : "%userprofile%\TSS\INSTALL\INSTALL.EXE" *
13 | ::echo * Pour modifier ou supprimer l’installation, rendez-vous dans le programme "gestion de l’installation" *
14 | ::echo * situé dans le dossier "ThemeSwitcherScript" de votre menu Démarrer *
15 | ::echo * *
16 | echo ********************************************************************************************************
17 | echo.
18 | pause
19 | title Déplacement du script d'installation...
20 | move "INSTALL.EXE" "%userprofile%\TSS\INSTALL\INSTALL.EXE"
21 | pause
22 |
--------------------------------------------------------------------------------
/Themes/EN/Windows Aero.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aero *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Type de thème : DWM-Effect, Windows 10 Aero Visual Style *
20 | echo * Parameters set : This is the default theme in Windows 10 *
21 | echo ************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply the Windows 10 Aero theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aero.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Samples-scripts/FR/Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (echo Le thème classique est déjà activé) else (ren "%userprofile%\tss\classic\classicthemetray_old.exe" classicthemetray.exe
5 | echo Le thème classique a été activé)
6 |
7 | Set BT5=uxsms.exe
8 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
9 | :1
10 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
11 | echo Le thème basic a été désactivé) else (echo Le thème basic est déjà désactivé)
12 |
13 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray.exe /enable
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 0
17 |
18 | set /P c=Voulez-vous redémarrer l'explorateur ?[Y\N]?
19 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
20 | goto :EX1)
21 | if /I "%c%" EQU "N" (goto :MSG)
22 |
23 | :EX1
24 | Set 7+=7+ Taskbar Tweaker.exe
25 | tasklist | find /i "%7+%">nul && (TASKKILL /f /im "7+ Taskbar Tweaker.exe"
26 | goto :2) || goto :EX2
27 |
28 | :EX2
29 | start explorer.exe
30 | timeout /t 5
31 | if exist "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker\7+ Taskbar Tweaker.exe" (start "" /D "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker" "7+ Taskbar Tweaker.exe")
32 | goto :MSG
33 |
34 | :MSG
35 | echo Tâche terminée
36 |
--------------------------------------------------------------------------------
/Samples-scripts/EN/Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (echo The classic theme is already active) else (ren "%userprofile%\tss\classic\classicthemetray_old.exe" classicthemetray.exe
5 | echo The classic theme has been activated)
6 |
7 | Set BT5=uxsms.exe
8 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
9 | :1
10 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
11 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
12 |
13 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray.exe /enable
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 0
17 |
18 | set /P c=Do you want to restart explorer ?[Y\N]?
19 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
20 | goto :EX1)
21 | if /I "%c%" EQU "N" (goto :MSG)
22 |
23 | :EX1
24 | Set 7+=7+ Taskbar Tweaker.exe
25 | tasklist | find /i "%7+%">nul && (TASKKILL /f /im "7+ Taskbar Tweaker.exe"
26 | goto :2) || goto :EX2
27 |
28 | :EX2
29 | start explorer.exe
30 | timeout /t 5
31 | if exist "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker\7+ Taskbar Tweaker.exe" (start "" /D "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker" "7+ Taskbar Tweaker.exe")
32 | goto :MSG
33 |
34 | :MSG
35 | echo Task completed
36 |
--------------------------------------------------------------------------------
/Themes/EN/Windows Aerolite.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ***********************************************************
5 | echo * Windows 10 Aerolite *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ***********************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : DWM-Effect, Windows 10 Aerolite Visual Style *
20 | echo * Parameters set : This is the aerolite theme on Windows 10 *
21 | echo *************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply the Windows 10 Aerolite theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aerolite.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aerolite" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Samples-scripts/EN/DWM-Effects.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | Set BT5=uxsms.exe
10 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
11 | :1
12 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
13 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 1
17 |
18 | set /P c=Do you want to restart explorer ?[Y\N]?
19 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
20 | goto :EX1)
21 | if /I "%c%" EQU "N" (goto :MSG)
22 |
23 | :EX1
24 | Set 7+=7+ Taskbar Tweaker.exe
25 | tasklist | find /i "%7+%">nul && (TASKKILL /f /im "7+ Taskbar Tweaker.exe"
26 | goto :2) || goto :EX2
27 |
28 | :EX2
29 | start explorer.exe
30 | timeout /t 5
31 | if exist "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker\7+ Taskbar Tweaker.exe" (start "" /D "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker" "7+ Taskbar Tweaker.exe")
32 | goto :MSG
33 |
34 | :MSG
35 | echo Task completed
36 |
--------------------------------------------------------------------------------
/Samples-scripts/FR/DWM-Effects.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | Set BT5=uxsms.exe
10 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
11 | :1
12 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
13 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 1
17 |
18 | set /P c=Do you want to restart explorer ?[Y\N]?
19 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
20 | goto :EX1)
21 | if /I "%c%" EQU "N" (goto :MSG)
22 |
23 | :EX1
24 | Set 7+=7+ Taskbar Tweaker.exe
25 | tasklist | find /i "%7+%">nul && (TASKKILL /f /im "7+ Taskbar Tweaker.exe"
26 | goto :2) || goto :EX2
27 |
28 | :EX2
29 | start explorer.exe
30 | timeout /t 5
31 | if exist "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker\7+ Taskbar Tweaker.exe" (start "" /D "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker" "7+ Taskbar Tweaker.exe")
32 | goto :MSG
33 |
34 | :MSG
35 | echo Task completed
36 |
--------------------------------------------------------------------------------
/Samples-scripts/FR/Basic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (ren "%userprofile%\tss\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | if exist "%userprofile%"\tss\basic\uxsms.exe (goto :2) else (ren "%userprofile%\tss\basic\uxsms_old.exe" uxsms.exe
10 | echo Le thème basic a été activé)
11 | :2
12 | Set BT5=uxsms.exe
13 | tasklist | find /i "%BT5%">nul && echo Le thème basic est déjà activé || (start "" /D "%USERPROFILE%\TSS\Basic" uxsms.exe)
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 0
17 |
18 | set /P c=Voulez-vous redémarrer l'explorateur ?[Y\N]?
19 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
20 | goto :EX1)
21 | if /I "%c%" EQU "N" (goto :MSG)
22 |
23 | :EX1
24 | Set 7+=7+ Taskbar Tweaker.exe
25 | tasklist | find /i "%7+%">nul && (TASKKILL /f /im "7+ Taskbar Tweaker.exe"
26 | goto :2) || goto :EX2
27 |
28 | :EX2
29 | start explorer.exe
30 | timeout /t 5
31 | if exist "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker\7+ Taskbar Tweaker.exe" (start "" /D "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker" "7+ Taskbar Tweaker.exe")
32 | goto :MSG
33 |
34 | :MSG
35 | echo Tâche terminée
36 |
--------------------------------------------------------------------------------
/Samples-scripts/EN/Basic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (ren "%userprofile%\tss\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | if exist "%userprofile%"\tss\basic\uxsms.exe (goto :2) else (ren "%userprofile%\tss\basic\uxsms_old.exe" uxsms.exe
10 | echo The basic theme has been activated)
11 | :2
12 | Set BT5=uxsms.exe
13 | tasklist | find /i "%BT5%">nul && echo The basic theme is already active || (start "" /D "%USERPROFILE%\TSS\Basic" uxsms.exe)
14 |
15 | REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /f
16 | REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@disable-dwm-extended-frames /v Disabled /t REG_DWORD /d 0
17 |
18 | set /P c=Do you want to restart explorer ?[Y\N]?
19 | if /I "%c%" EQU "Y" (TASKKILL /f /im explorer.exe
20 | goto :EX1)
21 | if /I "%c%" EQU "N" (goto :MSG)
22 |
23 | :EX1
24 | Set 7+=7+ Taskbar Tweaker.exe
25 | tasklist | find /i "%7+%">nul && (TASKKILL /f /im "7+ Taskbar Tweaker.exe"
26 | goto :2) || goto :EX2
27 |
28 | :EX2
29 | start explorer.exe
30 | timeout /t 5
31 | if exist "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker\7+ Taskbar Tweaker.exe" (start "" /D "%userprofile%\AppData\Local\Programs\7+ Taskbar Tweaker" "7+ Taskbar Tweaker.exe")
32 | goto :MSG
33 |
34 | :MSG
35 | echo Task completed
36 |
--------------------------------------------------------------------------------
/Themes/FR/Windows Aero.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aero *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo **********************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aero *
20 | echo * Paramètres définis : Il s´agit du thème par défaut dans Windows 10 *
21 | echo **********************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Voulez-vous appliquer le thème Windows 10 Aero ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aero.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT opération annulée
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/EN/Windows Aero Basic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aero Basic *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *******************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : Basic, Windows 10 Aero Visual Style *
20 | echo * Parameters set : This is the default theme in Windows 10, but in Basic mode *
21 | echo *******************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply the Windows 10 Aero Basic theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\Basic.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aero.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/INSTALL/Basic.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 2022-03-18T23:44:25.5953002
5 |
6 | \Basic
7 |
8 |
9 |
10 | true
11 |
12 |
13 |
14 |
15 | S-1-5-32-545
16 | HighestAvailable
17 |
18 |
19 |
20 | IgnoreNew
21 | false
22 | true
23 | true
24 | false
25 | false
26 |
27 | true
28 | false
29 |
30 | true
31 | true
32 | false
33 | false
34 | false
35 | PT72H
36 | 7
37 |
38 |
39 |
40 | %userprofile%\TSS\Basic\uxsms.exe
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/Themes/EN/Windows Aerolite Basic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ***********************************************************
5 | echo * Windows 10 Aerolite Basic *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ***********************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ********************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : Basic, Windows 10 Aerolite Visual Style *
20 | echo * Parameters set : This is the aerolite theme on Windows 10, but in Basic mode *
21 | echo ********************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply the Windows 10 Aerolite Basic theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\Basic.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aerolite.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aerolite" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/EN/High Contrast #1.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 High Contrast #1 *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ************************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : DWM-Effect, Windows 10 Aerolite HC Visual style *
20 | echo * Parameters set : This is a high contrast theme included by default in Windows 10 *
21 | echo ************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply Windows 10 High Contrast #1 theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hc1.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - High Contrast #1" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
--------------------------------------------------------------------------------
/Themes/EN/High Contrast #2.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 High Contrast #2 *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ***********************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : DWM-Effect, Windows 10 Aerolite HC Visual style *
20 | echo * Parameters set: This is a high contrast theme included by default in Windows 10 *
21 | echo ***********************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply Windows 10 High Contrast #2 theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hc2.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - High Contrast #2" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/FR/Windows Light (Aero).bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aero - Light *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ***********************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aero *
20 | echo * Paramètres définis : Il s´agit du thème par défaut dans Windows 10, *
21 | echo * avec des couleur clairs sur les éléments de la barre des tâches *
22 | echo ***********************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Voulez-vous appliquer le thème Windows 10 Aero - Light ?[Y\N]?
27 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
28 | goto :THM)
29 | if /I "%c%" EQU "N" (goto :ABORT)
30 |
31 | :THM
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\Light.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
35 |
36 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
37 |
38 | goto :END
39 |
40 | :ABORT opération annulée
41 | pause
42 |
43 | :END
44 |
--------------------------------------------------------------------------------
/Themes/EN/High Contrast Black.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 High Contrast Black *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ***********************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : DWM-Effect, Windows 10 Aerolite HC Visual style *
20 | echo * Parameters set: This is a high contrast theme included by default in Windows 10 *
21 | echo ***********************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply Windows 10 High Contrast Black theme ?[[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hcblack.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - High Contrast Black" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/EN/High Contrast White.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 High Contrast White *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ***********************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : DWM-Effect, Windows 10 Aerolite HC Visual style *
20 | echo * Parameters set: This is a high contrast theme included by default in Windows 10 *
21 | echo ***********************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply Windows 10 High Contrast White theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hcwhite.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - High Contrast White" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/FR/Windows Aero Basic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aero Basique *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ********************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : Basic, style visuel Windows 10 Aero *
20 | echo * Paramètres définis : Il s´agit du thème par défaut dans Windows 10, mais en mode Basique *
21 | echo ********************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Voulez-vous appliquer le thème Windows 10 Aero Basique ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\Basic.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aero.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT opération annulée
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/FR/Windows Aerolite Basic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aerolite Basique *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ****************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : Basic, style visuel Windows 10 Aerolite *
20 | echo * Paramètres définis : Il s´agit du thème Aerolite de Windows 10, mais en mode Basique *
21 | echo ****************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Voulez-vous appliquer le thème Windows 10 Aerolite Basique ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\Basic.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aerolite.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aerolite" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT opération annulée
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/FR/Windows 10.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 - Autocolorization *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ********************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aero (Autolorization) *
20 | echo * Paramètres définis : Thème par défaut dans Windows 10, avec un diaporama en arrière-plan *
21 | echo ********************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Voulez-vous appliquer le thème Windows 10 - Autocolorization ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\theme1.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT opération annulée
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/EN/Windows 10 Flowers.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 - Flowers *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ****************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : DWM-Effect, Windows 10 Aero Visual Style (Autocolorization) *
20 | echo * Parameters set : This is a theme included by default in Windows 10, *
21 | echo * with a slideshow of flower images in the background *
22 | echo ****************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Do you want to apply the Windows 10 - Flowers theme ?[Y\N]?
27 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
28 | goto :THM)
29 | if /I "%c%" EQU "N" (goto :ABORT)
30 |
31 | :THM
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\theme2.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
35 |
36 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
37 |
38 | goto :END
39 |
40 | :ABORT operation canceled
41 | pause
42 |
43 | :END
44 |
--------------------------------------------------------------------------------
/Themes/FR/Windows 10 Flowers.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 - Fleurs *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *******************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aero (Autocolorization) *
20 | echo * Paramètres définis : Thème par défaut dans Windows 10, *
21 | echo * avec un diaporama d'images de fleurs en arrière-plan *
22 | echo *******************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Voulez-vous appliquer le thème Windows 10 - Fleurs ?[Y\N]?
27 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
28 | goto :THM)
29 | if /I "%c%" EQU "N" (goto :ABORT)
30 |
31 | :THM
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\theme2.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
35 |
36 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
37 |
38 | goto :END
39 |
40 | :ABORT opération annulée
41 | pause
42 |
43 | :END
44 |
--------------------------------------------------------------------------------
/Themes/EN/Windows Aerolite Autocolorization.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aerolite - Autocolorization *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo **********************************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : DWM-Effect, Windows 10 Aerolite Visual Style (Autocolorization) *
20 | echo * Parameters set : This is the aerolite theme on Windows 10, with the automatic colorization *
21 | echo **********************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply the Windows 10 Aerolite - Autocolorization theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aerolite.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aerolite" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/FR/High Contrast #1.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Contraste élevé N°1 *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aerolite HC *
20 | echo * Paramètres définis : Il s´agit d'un thème à contraste élevé inclu par défault dans Windows 10 *
21 | echo *************************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Voulez-vous appliquer le thème Windows 10 Contraste élevé N°1 ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hc1.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - High Contrast #1" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT opération annulée
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/FR/High Contrast #2.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Contraste élevé N°2 *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aerolite HC *
20 | echo * Paramètres définis : Il s´agit d'un thème à contraste élevé inclu par défault dans Windows 10 *
21 | echo *************************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Voulez-vous appliquer le thème Windows 10 Contraste élevé N°2 ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hc2.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - High Contrast #2" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT opération annulée
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/EN/Windows 10.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 - Autocolorization *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo **********************************************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : DWM-Effect, Windows 10 Aero Visual Style (Autocolorization) *
20 | echo * Parameters set : This is a theme included by default in Windows 10, with a slideshow in the background *
21 | echo **********************************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply the Windows 10 - Autocolorization theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\theme1.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/EN/Windows Light (Aero).bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aero - Light *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo **********************************************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : DWM-Effect, Windows 10 Aero Visual Style *
20 | echo * Parameters set : This is a theme included by default in Windows 10, with light colors on taskbar items *
21 | echo **********************************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Do you want to apply Windows 10 Aero - Light theme ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\Light.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aero" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT operation canceled
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/FR/High Contrast Black.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Contraste noir élevé *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aerolite HC *
20 | echo * Paramètres définis : Il s´agit d'un thème à contraste élevé inclu par défault dans Windows 10 *
21 | echo *************************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Voulez-vous appliquer le thème Windows 10 Contraste noir élevé ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hcblack.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - High Contrast Black" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT opération annulée
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/FR/High Contrast White.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Contraste blanc élevé *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aerolite HC *
20 | echo * Paramètres définis : Il s´agit d'un thème à contraste élevé inclu par défault dans Windows 10 *
21 | echo *************************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Voulez-vous appliquer le thème Windows 10 Contraste blanc élevé ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hcwhite.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - High Contrast White" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT opération annulée
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Installation_test_script/Installation-Test_EN.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ***********************************************************
5 | echo * ThemeSwitcherScripts installation test *
6 | echo * *
7 | echo * Version 1.0 *
8 | echo ***********************************************************
9 | echo.
10 |
11 | :CONFIRMATION
12 | set /P c=Do you want to test the installation of programs used by ThemeSwitcherScripts ?[Y\N]?
13 | if /I "%c%" EQU "Y" (goto :TEST)
14 | if /I "%c%" EQU "N" (goto :ANNULATION)
15 |
16 | :TEST
17 | echo.
18 | if exist %userprofile%\TSS (goto :ST) else (echo Installation folder does not exist
19 | goto :ANNULATION)
20 |
21 | :ST
22 | echo.
23 | if exist %userprofile%\TSS\classic\classicthemetray.exe (echo ClassicThemeTray is installed and activated)
24 | if exist %userprofile%\TSS\classic\classicthemetray_old.exe (echo ClassicThemeTray is installed and disabled)
25 | if not exist "%userprofile%\TSS\classic\" (echo ClassicThemeTray is not installed)
26 |
27 | echo.
28 | if exist %userprofile%\TSS\Basic\BasicThemer2.exe (echo BasicThemer2 is installed and activated)
29 | if exist %userprofile%\TSS\Basic\BasicThemer2_old.exe (echo BasicThemer2 is installed and disabled)
30 | if not exist "%userprofile%\TSS\Basic\" (BasicThemer2 is not installed)
31 |
32 | echo.
33 | if exist C:\Users\camil\TSS\ThemeSwitcher\ThemeSwitcher.exe (echo Winaero ThemeSwitcher is installed) else (echo Winaero ThemeSwitcher is not installed)
34 |
35 | echo.
36 | echo Task completed
37 | goto :FIN
38 |
39 | :ANNULATION
40 | echo.
41 | echo Task aborted
42 | goto :FIN
43 |
44 | :FIN
45 | pause
46 | end
--------------------------------------------------------------------------------
/Installation_test_script/Test-d'inatallation_FR.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ***********************************************************
5 | echo * Test d'installation de ThemeSwitcherScripts *
6 | echo * *
7 | echo * Version 1.0 *
8 | echo ***********************************************************
9 | echo.
10 |
11 | :CONFIRMATION
12 | set /P c=Voulez-vous tester l'installation des programmes utilisés par ThemeSwitcherScripts ?[Y\N]?
13 | if /I "%c%" EQU "Y" (goto :TEST)
14 | if /I "%c%" EQU "N" (goto :ANNULATION)
15 |
16 | :TEST
17 | echo.
18 | if exist %userprofile%\TSS (goto :ST) else (echo Le dossier d'installation n'existe pas
19 | goto :ANNULATION)
20 |
21 | :ST
22 | echo.
23 | if exist %userprofile%\TSS\classic\classicthemetray.exe (echo ClassicThemeTray est installé et activé)
24 | if exist %userprofile%\TSS\classic\classicthemetray_old.exe (echo ClassicThemeTray est installé et désactivé)
25 | if not exist "%userprofile%\TSS\classic\" (echo ClassicThemeTray n'est pas installé)
26 |
27 | echo.
28 | if exist %userprofile%\TSS\Basic\BasicThemer2.exe (echo BasicThemer2 est installé et activé)
29 | if exist %userprofile%\TSS\Basic\BasicThemer2_old.exe (echo BasicThemer2 est installé et désactivé)
30 | if not exist "%userprofile%\TSS\Basic\" (BasicThemer2 n'est pas installé)
31 |
32 | echo.
33 | if exist C:\Users\camil\TSS\ThemeSwitcher\ThemeSwitcher.exe (echo Winaero ThemeSwitcher est installé) else (echo Winaero ThemeSwitcher n'est pas installé)
34 |
35 | echo.
36 | echo Opération terminée
37 | goto :FIN
38 |
39 | :ANNULATION
40 | echo.
41 | echo Opération annulée
42 | goto :FIN
43 |
44 | :FIN
45 | pause
46 | end
--------------------------------------------------------------------------------
/Themes/EN/Windows Standard.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo **********************************************************
5 | echo * Windows Standard *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo **********************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *****************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : Classic *
20 | echo * Parameters set : This is the default theme in Windows ME et 2000 *
21 | echo * This is the default classic theme in later versions of Windows *
22 | echo * The theme is still present in the registry in current versions of Windows *
23 | echo *****************************************************************************
24 | echo.
25 |
26 | :APPLY
27 | set /P c=Do you want to apply the Windows Standard theme ?[Y\N]?
28 | if /I "%c%" EQU "Y" (goto :THM)
29 | if /I "%c%" EQU "N" (goto :ABORT)
30 |
31 | :THM
32 |
33 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\WindowsStandard.theme"
34 |
35 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Windows Standard" "1-Normal"
36 |
37 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
38 |
39 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
40 |
41 | goto :END
42 |
43 | :ABORT operation canceled
44 | pause
45 |
46 | :END
47 |
--------------------------------------------------------------------------------
/Themes/EN/High Contrast #1 Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * High Contrast #1 - Classic *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ********************************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : Classic *
20 | echo * Parameters set: This is a high contrast theme included by default in Windows ME and 2000 *
21 | echo * The theme is still present in the registry in current versions of Windows *
22 | echo ********************************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Do you want to apply High Contrast #1 - Classic theme ?[Y\N]?
27 | if /I "%c%" EQU "Y" (goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 |
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hc1classic.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "High Contrast #1" "1-Normal"
35 |
36 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
37 |
38 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
39 |
40 | goto :END
41 |
42 | :ABORT operation canceled
43 | pause
44 |
45 | :END
--------------------------------------------------------------------------------
/Themes/EN/High Contrast White Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * High Contrast White - Classic *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ********************************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : Classic *
20 | echo * Parameters set: This is a high contrast theme included by default in Windows ME and 2000 *
21 | echo * The theme is still present in the registry in current versions of Windows *
22 | echo ********************************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=High Contrast White - Classic theme ?[Y\N]?
27 | if /I "%c%" EQU "Y" (goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 |
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hcwhiteclassic.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "High Contrast White" "1-Normal"
35 |
36 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
37 |
38 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
39 |
40 | goto :END
41 |
42 | :ABORT operation canceled
43 | pause
44 |
45 | :END
46 |
--------------------------------------------------------------------------------
/Themes/FR/Windows Aerolite Autocolorization.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aerolite - Autocolorization *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ****************************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aerolite (Autocolorization) *
20 | echo * Paramètres définis : Il s´agit du thème Aerolite de Windows 10, avec l'application automatique de la couleur *
21 | echo ****************************************************************************************************************
22 | echo.
23 |
24 | :APPLY
25 | set /P c=Voulez-vous appliquer le thème Windows 10 Aerolite - Autocolorization ?[Y\N]?
26 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
27 | goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aerolite.theme"
32 |
33 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aerolite" "Normal"
34 |
35 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
36 |
37 | goto :END
38 |
39 | :ABORT opération annulée
40 | pause
41 |
42 | :END
43 |
--------------------------------------------------------------------------------
/Themes/FR/Windows Aerolite.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows 10 Aerolite *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo **************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : DWM-Effect, style visuel Windows 10 Aerolite *
20 | echo * Paramètres définis : Il s´agit d'un thème similaire au thème Aero par défault dans Windows 10, *
21 | echo * mais avec le style visuel Aerolite *
22 | echo **************************************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Voulez-vous appliquer le thème Windows 10 Aerolite ?[Y\N]?
27 | if /I "%c%" EQU "Y" (call "%userprofile%\TSS\Switcher_Scripts\DWM-Effects.bat"
28 | goto :THM)
29 | if /I "%c%" EQU "N" (goto :ABORT)
30 |
31 | :THM
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\aerolite.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Win10 - Aerolite" "Normal"
35 |
36 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
37 |
38 | goto :END
39 |
40 | :ABORT opération annulée
41 | pause
42 |
43 | :END
44 |
--------------------------------------------------------------------------------
/Themes/EN/High Contrast #2 Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * High Contrast #2 - Classic *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ********************************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : Classic *
20 | echo * Parameters set: This is a high contrast theme included by default in Windows ME and 2000 *
21 | echo * The theme is still present in the registry in current versions of Windows *
22 | echo ********************************************************************************************
23 | echo.
24 |
25 |
26 | :APPLY
27 | set /P c=Do you want to apply High Contrast #2 - Classic theme ?[Y\N]?
28 | if /I "%c%" EQU "Y" (goto :THM)
29 | if /I "%c%" EQU "N" (goto :ABORT)
30 |
31 | :THM
32 |
33 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hc2classic.theme"
34 |
35 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "High Contrast #2" "1-Normal"
36 |
37 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
38 |
39 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
40 |
41 | goto :END
42 |
43 | :ABORT operation canceled
44 | pause
45 |
46 | :END
47 |
--------------------------------------------------------------------------------
/Themes/EN/High Contrast Black Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * High Contrast Black - Classic *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ********************************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : Classic *
20 | echo * Parameters set: This is a high contrast theme included by default in Windows ME and 2000 *
21 | echo * The theme is still present in the registry in current versions of Windows *
22 | echo ********************************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Do you want to apply High Contrast Black - Classic theme ?[Y\N]?
27 | if /I "%c%" EQU "Y" (goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 |
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hcblackclassic.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "High Contrast Black" "1-Normal"
35 |
36 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
37 |
38 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
39 |
40 | goto :END
41 |
42 | :ABORT operation canceled
43 | pause
44 |
45 | :END
46 |
--------------------------------------------------------------------------------
/Themes/FR/High Contrast #1 Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Contraste élevé N°1 - Classique *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ******************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : Classic *
20 | echo * Paramètres définis : Il s´agit du thème à contraste élevé inclu par défaut dans Windows ME et 2000 *
21 | echo * Le thème est encore présent dans le registre dans les version actuelles de Windows *
22 | echo ******************************************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Voulez-vous appliquer le thème Contraste élevé N°1 - Classique ?[Y\N]?
27 | if /I "%c%" EQU "Y" (goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 |
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hc1classic.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "High Contrast #1" "1-Normal"
35 |
36 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
37 |
38 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
39 |
40 | goto :END
41 |
42 | :ABORT opération annulée
43 | pause
44 |
45 | :END
46 |
--------------------------------------------------------------------------------
/Themes/EN/Windows Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo **********************************************************
5 | echo * Windows Classic *
6 | echo * *
7 | echo * Press I for more information, C to continue *
8 | echo **********************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *******************************************************************************************************
18 | echo * Author : Microsoft design team *
19 | echo * Theme type : Classic *
20 | echo * Parameters set : This is a theme present in Windows ME, 2000, XP and Vista, *
21 | echo * designed to look like to the default Windows 98 theme. However, the wallpaper is a different color. *
22 | echo *******************************************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Do you want to apply the Windows Classic theme ?[Y\N]?
27 | if /I "%c%" EQU "Y" (goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 |
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\WindowsClassic.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Windows Classic" "1-Normal"
35 |
36 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
37 |
38 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
39 |
40 | goto :END
41 |
42 | :ABORT operation canceled
43 | pause
44 |
45 | :END
46 |
--------------------------------------------------------------------------------
/Themes/FR/Windows Standard.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows Standard *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo **************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : Classic *
20 | echo * Paramètres définis : Il s´agit du thème par défaut dans Windows ME et 2000 *
21 | echo * C´est le thème classique par défaut dans les version ultérieurs de Windows *
22 | echo * Le thème est encore présent dans le registre dans les version actuelles de Windows *
23 | echo **************************************************************************************
24 | echo.
25 |
26 | :APPLY
27 | set /P c=Voulez-vous appliquer le thème Windows Standard ?[Y\N]?
28 | if /I "%c%" EQU "Y" (goto :THM)
29 | if /I "%c%" EQU "N" (goto :ABORT)
30 |
31 | :THM
32 |
33 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\WindowsStandard.theme"
34 |
35 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Windows Standard" "1-Normal"
36 |
37 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
38 |
39 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
40 |
41 | goto :END
42 |
43 | :ABORT opération annulée
44 | pause
45 |
46 | :END
47 |
--------------------------------------------------------------------------------
/Themes/FR/Windows Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Windows Classique *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo *****************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : Classic *
20 | echo * Paramètres définis : Il s´agit d'un thème présent dans Windows ME, 2000, XP et Vista, *
21 | echo * concu pour ressembler au thème par défault de Windows 98. *
22 | echo * Le fond d'écran est cepandant d'une couleur différente. *
23 | echo *****************************************************************************************
24 | echo.
25 |
26 | :APPLY
27 | set /P c=Voulez-vous appliquer le thème Windows Classique ?[Y\N]?
28 | if /I "%c%" EQU "Y" (goto :THM)
29 | if /I "%c%" EQU "N" (goto :ABORT)
30 |
31 | :THM
32 |
33 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Themes\WindowsClassic.theme"
34 |
35 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "Windows Classic" "1-Normal"
36 |
37 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
38 |
39 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
40 |
41 | goto :END
42 |
43 | :ABORT opération annulée
44 | pause
45 |
46 | :END
47 |
--------------------------------------------------------------------------------
/Themes/FR/High Contrast #2 Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Contraste élevé N°2 - Classique *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ******************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : Classic *
20 | echo * Paramètres définis : Il s´agit du thème à contraste élevé inclu par défaut dans Windows ME et 2000 *
21 | echo * Le thème est encore présent dans le registre dans les version actuelles de Windows *
22 | echo ******************************************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Voulez-vous appliquer le thème Contraste élevé N°2 - Classique ?[Y\N]?
27 | if /I "%c%" EQU "Y" (goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 |
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hc2classic.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "High Contrast #2" "1-Normal"
35 |
36 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
37 |
38 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
39 |
40 | goto :END
41 |
42 | :ABORT opération annulée
43 | pause
44 |
45 | :END
46 |
--------------------------------------------------------------------------------
/Themes/FR/High Contrast Black Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Contraste noir élevé - Classique *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ******************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : Classic *
20 | echo * Paramètres définis : Il s´agit du thème à contraste élevé inclu par défaut dans Windows ME et 2000 *
21 | echo * Le thème est encore présent dans le registre dans les version actuelles de Windows *
22 | echo ******************************************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Voulez-vous appliquer le thème Contraste noir élevé - Classique ?[Y\N]?
27 | if /I "%c%" EQU "Y" (goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 |
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hcblackclassic.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "High Contrast Black" "1-Normal"
35 |
36 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
37 |
38 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
39 |
40 | goto :END
41 |
42 | :ABORT opération annulée
43 | pause
44 |
45 | :END
46 |
--------------------------------------------------------------------------------
/Themes/FR/High Contrast White Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | echo ************************************************************
5 | echo * Contraste blanc élevé - Classique *
6 | echo * *
7 | echo * Appuyer sur I pour plus d´informations, C pour continuer *
8 | echo ************************************************************
9 | echo.
10 |
11 | CHOICE /C IC
12 | if "%errorlevel%"=="1" goto :INF
13 | if "%errorlevel%"=="2" goto :APPLY
14 |
15 | :INF
16 | echo.
17 | echo ******************************************************************************************************
18 | echo * Auteur : Equipe de design de Microsoft *
19 | echo * Type de thème : Classic *
20 | echo * Paramètres définis : Il s´agit du thème à contraste élevé inclu par défaut dans Windows ME et 2000 *
21 | echo * Le thème est encore présent dans le registre dans les version actuelles de Windows *
22 | echo ******************************************************************************************************
23 | echo.
24 |
25 | :APPLY
26 | set /P c=Voulez-vous appliquer le thème Contraste blanc élevé - Classique ?[Y\N]?
27 | if /I "%c%" EQU "Y" (goto :THM)
28 | if /I "%c%" EQU "N" (goto :ABORT)
29 |
30 | :THM
31 |
32 | "%userprofile%\TSS\WTS\ThemeSwitcher.exe" "C:\Windows\Resources\Ease of Access Themes\hcwhiteclassic.theme"
33 |
34 | start "" /D "%userprofile%\TSS\CTC" "Themes_W10.exe" @appearance /Apply "High Contrast White" "1-Normal"
35 |
36 | call "%userprofile%\TSS\Switcher_Scripts\Classic.bat"
37 |
38 | call "%userprofile%\TSS\Explorer_Restart\Explorer_Restart.bat"
39 |
40 | goto :END
41 |
42 | :ABORT opération annulée
43 | pause
44 |
45 | :END
46 |
--------------------------------------------------------------------------------
/Themes_Files/aerolite.theme:
--------------------------------------------------------------------------------
1 | [Theme]
2 | ; Windows - IDS_THEME_DISPLAYNAME_AERO
3 | DisplayName=Aero Lite
4 | SetLogonBackground=0
5 |
6 | ; Computer - SHIDI_SERVER
7 | [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
8 | DefaultValue=%SystemRoot%\System32\imageres.dll,-109
9 |
10 | ; UsersFiles - SHIDI_USERFILES
11 | [CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
12 | DefaultValue=%SystemRoot%\System32\imageres.dll,-123
13 |
14 | ; Network - SHIDI_MYNETWORK
15 | [CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\DefaultIcon]
16 | DefaultValue=%SystemRoot%\System32\imageres.dll,-25
17 |
18 | ; Recycle Bin - SHIDI_RECYCLERFULL SHIDI_RECYCLER
19 | [CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
20 | Full=%SystemRoot%\System32\imageres.dll,-54
21 | Empty=%SystemRoot%\System32\imageres.dll,-55
22 |
23 | [Control Panel\Cursors]
24 | AppStarting=%SystemRoot%\cursors\aero_working.ani
25 | Arrow=%SystemRoot%\cursors\aero_arrow.cur
26 | Crosshair=
27 | Hand=%SystemRoot%\cursors\aero_link.cur
28 | Help=%SystemRoot%\cursors\aero_helpsel.cur
29 | IBeam=
30 | No=%SystemRoot%\cursors\aero_unavail.cur
31 | NWPen=%SystemRoot%\cursors\aero_pen.cur
32 | SizeAll=%SystemRoot%\cursors\aero_move.cur
33 | SizeNESW=%SystemRoot%\cursors\aero_nesw.cur
34 | SizeNS=%SystemRoot%\cursors\aero_ns.cur
35 | SizeNWSE=%SystemRoot%\cursors\aero_nwse.cur
36 | SizeWE=%SystemRoot%\cursors\aero_ew.cur
37 | UpArrow=%SystemRoot%\cursors\aero_up.cur
38 | Wait=%SystemRoot%\cursors\aero_busy.ani
39 | DefaultValue=Windows Default
40 | DefaultValue.MUI=@main.cpl,-1020
41 |
42 | [Control Panel\Desktop]
43 | Wallpaper=%SystemRoot%\web\wallpaper\Windows\img0.jpg
44 | TileWallpaper=0
45 | WallpaperStyle=10
46 | Pattern=
47 |
48 | [VisualStyles]
49 | Path=%ResourceDir%\Themes\aero\aerolite.msstyles
50 | ColorStyle=NormalColor
51 | Size=NormalSize
52 | AutoColorization=1
53 | ColorizationColor=0XC40078D7
54 | SystemMode=Dark
55 |
56 | [boot]
57 | SCRNSAVE.EXE=
58 |
59 | [MasterThemeSelector]
60 | MTSM=RJSPBS
61 |
62 | [Sounds]
63 | ; IDS_SCHEME_DEFAULT
64 | SchemeName=@%SystemRoot%\System32\mmres.dll,-800
65 |
66 |
--------------------------------------------------------------------------------
/Themes_Files/aerolite2.theme:
--------------------------------------------------------------------------------
1 | [Theme]
2 | ; Windows - IDS_THEME_DISPLAYNAME_AERO
3 | DisplayName=@%SystemRoot%\System32\themeui.dll,-2013
4 | SetLogonBackground=0
5 |
6 | ; Computer - SHIDI_SERVER
7 | [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
8 | DefaultValue=%SystemRoot%\System32\imageres.dll,-109
9 |
10 | ; UsersFiles - SHIDI_USERFILES
11 | [CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
12 | DefaultValue=%SystemRoot%\System32\imageres.dll,-123
13 |
14 | ; Network - SHIDI_MYNETWORK
15 | [CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\DefaultIcon]
16 | DefaultValue=%SystemRoot%\System32\imageres.dll,-25
17 |
18 | ; Recycle Bin - SHIDI_RECYCLERFULL SHIDI_RECYCLER
19 | [CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
20 | Full=%SystemRoot%\System32\imageres.dll,-54
21 | Empty=%SystemRoot%\System32\imageres.dll,-55
22 |
23 | [Control Panel\Cursors]
24 | AppStarting=%SystemRoot%\cursors\aero_working.ani
25 | Arrow=%SystemRoot%\cursors\aero_arrow.cur
26 | Crosshair=
27 | Hand=%SystemRoot%\cursors\aero_link.cur
28 | Help=%SystemRoot%\cursors\aero_helpsel.cur
29 | IBeam=
30 | No=%SystemRoot%\cursors\aero_unavail.cur
31 | NWPen=%SystemRoot%\cursors\aero_pen.cur
32 | SizeAll=%SystemRoot%\cursors\aero_move.cur
33 | SizeNESW=%SystemRoot%\cursors\aero_nesw.cur
34 | SizeNS=%SystemRoot%\cursors\aero_ns.cur
35 | SizeNWSE=%SystemRoot%\cursors\aero_nwse.cur
36 | SizeWE=%SystemRoot%\cursors\aero_ew.cur
37 | UpArrow=%SystemRoot%\cursors\aero_up.cur
38 | Wait=%SystemRoot%\cursors\aero_busy.ani
39 | DefaultValue=Windows Default
40 | DefaultValue.MUI=@main.cpl,-1020
41 |
42 | [Control Panel\Desktop]
43 | Wallpaper=%SystemRoot%\web\wallpaper\Windows\img0.jpg
44 | TileWallpaper=0
45 | WallpaperStyle=10
46 | Pattern=
47 |
48 | [VisualStyles]
49 | Path=%ResourceDir%\Themes\Aero\Aerolite.msstyles
50 | ColorStyle=NormalColor
51 | Size=NormalSize
52 | AutoColorization=0
53 | ColorizationColor=0XC40078D7
54 | SystemMode=Dark
55 |
56 | [boot]
57 | SCRNSAVE.EXE=
58 |
59 | [MasterThemeSelector]
60 | MTSM=RJSPBS
61 |
62 | [Sounds]
63 | ; IDS_SCHEME_DEFAULT
64 | SchemeName=@%SystemRoot%\System32\mmres.dll,-800
65 |
--------------------------------------------------------------------------------
/Themes_Files/hc2classic.theme:
--------------------------------------------------------------------------------
1 | [Theme]
2 | ; High Contrast #2 - Classic
3 | DisplayName=@%SystemRoot%\System32\themeui.dll,-2108
4 | SetLogonBackground=0
5 |
6 | ; Computer - SHIDI_SERVER
7 | [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
8 | DefaultValue=%SystemRoot%\System32\imageres.dll,-109
9 |
10 | ; UsersFiles - SHIDI_USERFILES
11 | [CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
12 | DefaultValue=%SystemRoot%\System32\imageres.dll,-123
13 |
14 | ; Network - SHIDI_MYNETWORK
15 | [CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\DefaultIcon]
16 | DefaultValue=%SystemRoot%\System32\imageres.dll,-25
17 |
18 | ; Recycle Bin - SHIDI_RECYCLERFULL SHIDI_RECYCLER
19 | [CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
20 | Full=%SystemRoot%\System32\imageres.dll,-54
21 | Empty=%SystemRoot%\System32\imageres.dll,-55
22 |
23 | [Control Panel\Colors]
24 | ActiveTitle=0 255 255
25 | Background=0 0 0
26 | Hilight=0 0 255
27 | HilightText=255 255 255
28 | TitleText=0 0 0
29 | Window=0 0 0
30 | WindowText=0 255 0
31 | Scrollbar=0 0 0
32 | InactiveTitle=0 0 255
33 | Menu=0 0 0
34 | WindowFrame=255 255 255
35 | MenuText=0 255 0
36 | ActiveBorder=0 255 255
37 | InactiveBorder=0 0 255
38 | AppWorkspace=255 255 255
39 | ButtonFace=0 0 0
40 | ButtonShadow=128 128 128
41 | GrayText=0 255 0
42 | ButtonText=0 255 0
43 | InactiveTitleText=255 255 255
44 | ButtonHilight=192 192 192
45 | ButtonDkShadow=255 255 255
46 | ButtonLight=255 255 255
47 | InfoText=0 0 0
48 | InfoWindow=255 255 0
49 | GradientActiveTitle=0 255 255
50 | GradientInactiveTitle=0 0 255
51 | ButtonAlternateFace=192 192 192
52 | HotTrackingColor=128 0 128
53 | MenuHilight=0 0 255
54 | MenuBar=0 0 0
55 |
56 | [Control Panel\Cursors]
57 | Arrow=
58 | Help=
59 | AppStarting=
60 | Wait=
61 | NWPen=
62 | No=
63 | SizeNS=
64 | SizeWE=
65 | Crosshair=
66 | IBeam=
67 | SizeNWSE=
68 | SizeNESW=
69 | SizeAll=
70 | UpArrow=
71 | DefaultValue=Windows Default
72 | DefaultValue.MUI=@main.cpl,-1020
73 | Hand=
74 | Link=
75 |
76 | [Control Panel\Desktop]
77 | Wallpaper=
78 | TileWallpaper=0
79 | WallpaperStyle=10
80 | Pattern=
81 |
82 | [VisualStyles]
83 | Path=%SystemRoot%\resources\themes\Aero\AeroLite.msstyles
84 | ColorStyle=NormalColor
85 | Size=NormalSize
86 | HighContrast=2
87 |
88 | [boot]
89 | SCRNSAVE.EXE=
90 |
91 | [MasterThemeSelector]
92 | MTSM=RJSPBS
93 |
94 | [Sounds]
95 | ; IDS_SCHEME_DEFAULT
96 | SchemeName=@%SystemRoot%\System32\mmres.dll,-800
97 |
--------------------------------------------------------------------------------
/Themes_Files/hc1classic.theme:
--------------------------------------------------------------------------------
1 | [Theme]
2 | ; High Contrast #1 - Classic
3 | DisplayName=@%SystemRoot%\System32\themeui.dll,-2107
4 | SetLogonBackground=0
5 |
6 | ; Computer - SHIDI_SERVER
7 | [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
8 | DefaultValue=%SystemRoot%\System32\imageres.dll,-109
9 |
10 | ; UsersFiles - SHIDI_USERFILES
11 | [CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
12 | DefaultValue=%SystemRoot%\System32\imageres.dll,-123
13 |
14 | ; Network - SHIDI_MYNETWORK
15 | [CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\DefaultIcon]
16 | DefaultValue=%SystemRoot%\System32\imageres.dll,-25
17 |
18 | ; Recycle Bin - SHIDI_RECYCLERFULL SHIDI_RECYCLER
19 | [CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
20 | Full=%SystemRoot%\System32\imageres.dll,-54
21 | Empty=%SystemRoot%\System32\imageres.dll,-55
22 |
23 | [Control Panel\Colors]
24 | ActiveTitle=0 0 255
25 | Background=0 0 0
26 | Hilight=0 128 0
27 | HilightText=255 255 255
28 | TitleText=255 255 255
29 | Window=0 0 0
30 | WindowText=255 255 0
31 | Scrollbar=0 0 0
32 | InactiveTitle=0 255 255
33 | Menu=0 0 0
34 | WindowFrame=255 255 255
35 | MenuText=255 255 255
36 | ActiveBorder=0 0 255
37 | InactiveBorder=0 255 255
38 | AppWorkspace=0 0 0
39 | ButtonFace=0 0 0
40 | ButtonShadow=128 128 128
41 | GrayText=0 255 0
42 | ButtonText=255 255 255
43 | InactiveTitleText=0 0 0
44 | ButtonHilight=192 192 192
45 | ButtonDkShadow=255 255 255
46 | ButtonLight=255 255 255
47 | InfoText=255 255 0
48 | InfoWindow=0 0 0
49 | GradientActiveTitle=0 0 255
50 | GradientInactiveTitle=0 255 255
51 | ButtonAlternateFace=192 192 192
52 | HotTrackingColor=128 0 128
53 | MenuHilight=0 128 0
54 | MenuBar=0 0 0
55 |
56 | [Control Panel\Cursors]
57 | Arrow=
58 | Help=
59 | AppStarting=
60 | Wait=
61 | NWPen=
62 | No=
63 | SizeNS=
64 | SizeWE=
65 | Crosshair=
66 | IBeam=
67 | SizeNWSE=
68 | SizeNESW=
69 | SizeAll=
70 | UpArrow=
71 | DefaultValue=Windows Default
72 | DefaultValue.MUI=@main.cpl,-1020
73 | Hand=
74 | Link=
75 |
76 | [Control Panel\Desktop]
77 | Wallpaper=
78 | TileWallpaper=0
79 | WallpaperStyle=10
80 | Pattern=
81 |
82 | [VisualStyles]
83 | Path=%SystemRoot%\resources\themes\Aero\AeroLite.msstyles
84 | ColorStyle=NormalColor
85 | Size=NormalSize
86 | HighContrast=1
87 |
88 | [boot]
89 | SCRNSAVE.EXE=
90 |
91 | [MasterThemeSelector]
92 | MTSM=RJSPBS
93 |
94 | [Sounds]
95 | ; IDS_SCHEME_DEFAULT
96 | SchemeName=@%SystemRoot%\System32\mmres.dll,-800
97 |
--------------------------------------------------------------------------------
/Themes_Files/hcwhiteclassic.theme:
--------------------------------------------------------------------------------
1 | [Theme]
2 | ; High Contrast White - Classic
3 | DisplayName=@%SystemRoot%\System32\themeui.dll,-2104
4 | SetLogonBackground=0
5 |
6 | ; Computer - SHIDI_SERVER
7 | [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
8 | DefaultValue=%SystemRoot%\System32\imageres.dll,-109
9 |
10 | ; UsersFiles - SHIDI_USERFILES
11 | [CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
12 | DefaultValue=%SystemRoot%\System32\imageres.dll,-123
13 |
14 | ; Network - SHIDI_MYNETWORK
15 | [CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\DefaultIcon]
16 | DefaultValue=%SystemRoot%\System32\imageres.dll,-25
17 |
18 | ; Recycle Bin - SHIDI_RECYCLERFULL SHIDI_RECYCLER
19 | [CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
20 | Full=%SystemRoot%\System32\imageres.dll,-54
21 | Empty=%SystemRoot%\System32\imageres.dll,-55
22 |
23 | [Control Panel\Colors]
24 | ActiveTitle=0 0 0
25 | Background=255 255 255
26 | Hilight=0 0 0
27 | HilightText=255 255 255
28 | TitleText=255 255 255
29 | Window=255 255 255
30 | WindowText=0 0 0
31 | Scrollbar=255 255 255
32 | InactiveTitle=255 255 255
33 | Menu=255 255 255
34 | WindowFrame=0 0 0
35 | MenuText=0 0 0
36 | ActiveBorder=128 128 128
37 | InactiveBorder=192 192 192
38 | AppWorkspace=128 128 128
39 | ButtonFace=255 255 255
40 | ButtonShadow=128 128 128
41 | GrayText=0 255 0
42 | ButtonText=0 0 0
43 | InactiveTitleText=0 0 0
44 | ButtonHilight=192 192 192
45 | ButtonDkShadow=0 0 0
46 | ButtonLight=192 192 192
47 | InfoText=0 0 0
48 | InfoWindow=255 255 255
49 | GradientActiveTitle=0 0 0
50 | GradientInactiveTitle=255 255 255
51 | ButtonAlternateFace=192 192 192
52 | HotTrackingColor=0 0 0
53 | MenuHilight=0 0 0
54 | MenuBar=255 255 255
55 |
56 | [Control Panel\Cursors]
57 | Arrow=
58 | Help=
59 | AppStarting=
60 | Wait=
61 | NWPen=
62 | No=
63 | SizeNS=
64 | SizeWE=
65 | Crosshair=
66 | IBeam=
67 | SizeNWSE=
68 | SizeNESW=
69 | SizeAll=
70 | UpArrow=
71 | DefaultValue=Windows Default
72 | DefaultValue.MUI=@main.cpl,-1020
73 | Hand=
74 | Link=
75 |
76 | [Control Panel\Desktop]
77 | Wallpaper=
78 | TileWallpaper=0
79 | WallpaperStyle=10
80 | Pattern=
81 |
82 | [VisualStyles]
83 | Path=%SystemRoot%\resources\themes\Aero\AeroLite.msstyles
84 | ColorStyle=NormalColor
85 | Size=NormalSize
86 | HighContrast=4
87 |
88 | [boot]
89 | SCRNSAVE.EXE=
90 |
91 | [MasterThemeSelector]
92 | MTSM=RJSPBS
93 |
94 | [Sounds]
95 | ; IDS_SCHEME_DEFAULT
96 | SchemeName=@%SystemRoot%\System32\mmres.dll,-800
97 |
--------------------------------------------------------------------------------
/Switcher_Scripts/FR/Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (echo Le thème classique est déjà activé) else (ren "%userprofile%\tss\classic\classicthemetray_old.exe" classicthemetray.exe
5 | echo Le thème classique a été activé)
6 |
7 | Set BT5=uxsms.exe
8 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
9 | :1
10 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
11 | echo Le thème basic a été désactivé) else (echo Le thème basic est déjà désactivé)
12 |
13 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray.exe /enable
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@ClassicMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Themes_Files/windowsclassic.theme:
--------------------------------------------------------------------------------
1 | [Theme]
2 | ; Windows Standard - IDS_THEME_DISPLAYNAME_CLASSIC
3 | DisplayName=Windows Classic
4 | BrandImage=
5 | SetLogonBackground=0
6 |
7 | ; Computer - SHIDI_SERVER
8 | [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
9 | DefaultValue=%SystemRoot%\System32\imageres.dll,-109
10 |
11 | ; Documents - SHIDI_USERFILES
12 | [CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
13 | DefaultValue=%SystemRoot%\System32\shell32.dll,-235
14 |
15 | ; Network - SHIDI_MYNETWORK
16 | [CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\DefaultIcon]
17 | DefaultValue=%SystemRoot%\System32\imageres.dll,-25
18 |
19 | ; Recycle Bin - SHIDI_RECYCLERFULL SHIDI_RECYCLER
20 | [CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
21 | Full=%SystemRoot%\System32\imageres.dll,-54
22 | Empty=%SystemRoot%\System32\imageres.dll,-55
23 |
24 | [Control Panel\Colors]
25 | ActiveTitle=0 0 128
26 | Background=58 110 165
27 | Hilight=0 0 128
28 | HilightText=255 255 255
29 | TitleText=255 255 255
30 | Window=255 255 255
31 | WindowText=0 0 0
32 | Scrollbar=192 192 192
33 | InactiveTitle=128 128 128
34 | Menu=192 192 192
35 | WindowFrame=0 0 0
36 | MenuText=0 0 0
37 | ActiveBorder=192 192 192
38 | InactiveBorder=192 192 192
39 | AppWorkspace=128 128 128
40 | ButtonFace=192 192 192
41 | ButtonShadow=128 128 128
42 | GrayText=128 128 128
43 | ButtonText=0 0 0
44 | InactiveTitleText=192 192 192
45 | ButtonHilight=255 255 255
46 | ButtonDkShadow=0 0 0
47 | ButtonLight=192 192 192
48 | InfoText=0 0 0
49 | InfoWindow=255 255 225
50 | GradientActiveTitle=16 132 208
51 | GradientInactiveTitle=181 181 181
52 | ButtonAlternateFace=192 192 192
53 | HotTrackingColor=0 0 128
54 | MenuHilight=0 0 128
55 | MenuBar=192 192 192
56 | HotTracking=58 110 165
57 |
58 | [Control Panel\Cursors]
59 | Arrow=
60 | Help=
61 | AppStarting=
62 | Wait=
63 | NWPen=
64 | No=
65 | SizeNS=
66 | SizeWE=
67 | Crosshair=
68 | IBeam=
69 | SizeNWSE=
70 | SizeNESW=
71 | SizeAll=
72 | UpArrow=
73 | DefaultValue=Windows default
74 | Link=
75 |
76 | [Control Panel\Desktop]
77 | Wallpaper=
78 | TileWallpaper=0
79 | WallpaperStyle=10
80 | Pattern=
81 |
82 | [MasterThemeSelector]
83 | MTSM=DABJDKT
84 | ThemeColorBPP=4
85 |
86 | [VisualStyles]
87 | Path=%SystemRoot%\resources\Themes\Aero\AeroLite.msstyles
88 | ColorStyle=@themeui.dll,-854
89 | Size=@themeui.dll,-2019
90 | ColorizationColor=0XFF000080
91 | Transparency=0
92 | Composition=0
93 | SystemMode=Light
94 |
95 | [boot]
96 | SCRNSAVE.EXE=
97 |
--------------------------------------------------------------------------------
/Switcher_Scripts/EN/Classic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (echo The classic theme is already active) else (ren "%userprofile%\tss\classic\classicthemetray_old.exe" classicthemetray.exe
5 | echo The classic theme has been activated)
6 |
7 | Set BT5=uxsms.exe
8 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
9 | :1
10 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
11 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
12 |
13 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray.exe /enable
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@ClassicMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Themes_Files/hcblackclassic.theme:
--------------------------------------------------------------------------------
1 | [Theme]
2 | ; High Contrast Black - IDS_THEME_DISPLAYNAME_HCBLACK
3 | DisplayName=@%SystemRoot%\System32\themeui.dll,-2103
4 | SetLogonBackground=0
5 |
6 | ; Computer - SHIDI_SERVER
7 | [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
8 | DefaultValue=%SystemRoot%\System32\imageres.dll,-109
9 |
10 | ; UsersFiles - SHIDI_USERFILES
11 | [CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
12 | DefaultValue=%SystemRoot%\System32\imageres.dll,-123
13 |
14 | ; Network - SHIDI_MYNETWORK
15 | [CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\DefaultIcon]
16 | DefaultValue=%SystemRoot%\System32\imageres.dll,-25
17 |
18 | ; Recycle Bin - SHIDI_RECYCLERFULL SHIDI_RECYCLER
19 | [CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
20 | Full=%SystemRoot%\System32\imageres.dll,-54
21 | Empty=%SystemRoot%\System32\imageres.dll,-55
22 |
23 | [Control Panel\Colors]
24 | ActiveTitle=128 0 128
25 | Background=0 0 0
26 | Hilight=128 0 128
27 | HilightText=255 255 255
28 | TitleText=255 255 255
29 | Window=0 0 0
30 | WindowText=255 255 255
31 | Scrollbar=0 0 0
32 | InactiveTitle=0 128 0
33 | Menu=0 0 0
34 | WindowFrame=255 255 255
35 | MenuText=255 255 255
36 | ActiveBorder=255 255 0
37 | InactiveBorder=0 128 0
38 | AppWorkspace=0 0 0
39 | ButtonFace=0 0 0
40 | ButtonShadow=128 128 128
41 | GrayText=0 255 0
42 | ButtonText=255 255 255
43 | InactiveTitleText=255 255 255
44 | ButtonHilight=192 192 192
45 | ButtonDkShadow=255 255 255
46 | ButtonLight=255 255 255
47 | InfoText=255 255 255
48 | InfoWindow=0 0 0
49 | GradientActiveTitle=128 0 128
50 | GradientInactiveTitle=0 128 0
51 | ButtonAlternateFace=192 192 192
52 | HotTrackingColor=128 0 128
53 | MenuHilight=128 0 128
54 | MenuBar=0 0 0
55 |
56 | [Control Panel\Cursors]
57 | Arrow=
58 | Help=
59 | AppStarting=
60 | Wait=
61 | NWPen=
62 | No=
63 | SizeNS=
64 | SizeWE=
65 | Crosshair=
66 | IBeam=
67 | SizeNWSE=
68 | SizeNESW=
69 | SizeAll=
70 | UpArrow=
71 | DefaultValue=Windows Default
72 | DefaultValue.MUI=@main.cpl,-1020
73 | Hand=
74 | Link=
75 |
76 | [Control Panel\Desktop]
77 | Wallpaper=
78 | TileWallpaper=0
79 | WallpaperStyle=10
80 | Pattern=
81 |
82 | [VisualStyles]
83 | Path=%SystemRoot%\resources\themes\Aero\AeroLite.msstyles
84 | ColorStyle=NormalColor
85 | Size=NormalSize
86 | HighContrast=3
87 |
88 | [boot]
89 | SCRNSAVE.EXE=
90 |
91 | [MasterThemeSelector]
92 | MTSM=RJSPBS
93 |
94 | [Sounds]
95 | ; IDS_SCHEME_DEFAULT
96 | SchemeName=@%SystemRoot%\System32\mmres.dll,-800
97 |
--------------------------------------------------------------------------------
/Switcher_Scripts/FR/DWM-Style.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | Set BT5=uxsms.exe
10 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
11 | :1
12 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
13 | echo Le thème basic a été désactivé) else (echo Le thème basic est déjà désactivé)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x0" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 1 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@DWMStyleMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Switcher_Scripts/EN/DWM-Style.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | Set BT5=uxsms.exe
10 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
11 | :1
12 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
13 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x0" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 1 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@DWMStyleMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Themes_Files/windowsstandard.theme:
--------------------------------------------------------------------------------
1 | [Theme]
2 | ; Windows Standard - IDS_THEME_DISPLAYNAME_STANDARD
3 | DisplayName=Windows Standard
4 | BrandImage=
5 | SetLogonBackground=0
6 |
7 | ; Computer - SHIDI_SERVER
8 | [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
9 | DefaultValue=%SystemRoot%\System32\imageres.dll,-109
10 |
11 | ; Documents - SHIDI_USERFILES
12 | [CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
13 | DefaultValue=%SystemRoot%\System32\shell32.dll,-235
14 |
15 | ; Network - SHIDI_MYNETWORK
16 | [CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\DefaultIcon]
17 | DefaultValue=%SystemRoot%\System32\imageres.dll,-25
18 |
19 | ; Recycle Bin - SHIDI_RECYCLERFULL SHIDI_RECYCLER
20 | [CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
21 | Full=%SystemRoot%\System32\imageres.dll,-54
22 | Empty=%SystemRoot%\System32\imageres.dll,-55
23 |
24 | [Control Panel\Colors]
25 | ActiveBorder=212 208 200
26 | ActiveTitle=10 36 106
27 | AppWorkspace=128 128 128
28 | Background=58 110 165
29 | ButtonAlternateFace=181 181 181
30 | ButtonDkShadow=64 64 64
31 | ButtonFace=212 208 200
32 | ButtonHilight=255 255 255
33 | ButtonLight=212 208 200
34 | ButtonShadow=128 128 128
35 | ButtonText=0 0 0
36 | GradientActiveTitle=166 202 240
37 | GradientInactiveTitle=192 192 192
38 | GrayText=128 128 128
39 | Hilight=10 36 106
40 | HilightText=255 255 255
41 | HotTrackingColor=10 36 106
42 | InactiveBorder=212 208 200
43 | InactiveTitle=128 128 128
44 | InactiveTitleText=212 208 200
45 | InfoText=0 0 0
46 | InfoWindow=255 255 225
47 | Menu=212 208 200
48 | MenuBar=212 208 200
49 | MenuHilight=10 36 106
50 | MenuText=0 0 0
51 | Scrollbar=212 208 200
52 | TitleText=255 255 255
53 | Window=255 255 255
54 | WindowFrame=0 0 0
55 | WindowText=0 0 0
56 | HotTracking=58 110 165
57 |
58 | [Control Panel\Cursors]
59 | Arrow=
60 | Help=
61 | AppStarting=
62 | Wait=
63 | NWPen=
64 | No=
65 | SizeNS=
66 | SizeWE=
67 | Crosshair=
68 | IBeam=
69 | SizeNWSE=
70 | SizeNESW=
71 | SizeAll=
72 | UpArrow=
73 | DefaultValue=Windows default
74 | Link=
75 |
76 | [Control Panel\Desktop]
77 | Wallpaper=
78 | TileWallpaper=0
79 | WallpaperStyle=10
80 | Pattern=
81 |
82 | [MasterThemeSelector]
83 | MTSM=DABJDKT
84 | ThemeColorBPP=4
85 |
86 | [VisualStyles]
87 | Path=%SystemRoot%\resources\Themes\Aero\AeroLite.msstyles
88 | ColorStyle=@themeui.dll,-854
89 | Size=@themeui.dll,-2019
90 | ColorizationColor=0XFF0A246A
91 | Transparency=0
92 | Composition=0
93 | SystemMode=Light
94 |
95 | [boot]
96 | SCRNSAVE.EXE=
97 |
--------------------------------------------------------------------------------
/Switcher_Scripts/FR/Basic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (ren "%userprofile%\tss\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | if exist "%userprofile%"\tss\basic\uxsms.exe (goto :2) else (ren "%userprofile%\tss\basic\uxsms_old.exe" uxsms.exe
10 | echo Le thème basic a été activé)
11 | :2
12 | Set BT5=uxsms.exe
13 | tasklist | find /i "%BT5%">nul && echo Le thème basic est déjà activé || (start "" /D "%USERPROFILE%\TSS\Basic" uxsms.exe)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@BasicMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Switcher_Scripts/EN/Basic.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (ren "%userprofile%\tss\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | if exist "%userprofile%"\tss\basic\uxsms.exe (goto :2) else (ren "%userprofile%\tss\basic\uxsms_old.exe" uxsms.exe
10 | echo The basic theme has been activated)
11 | :2
12 | Set BT5=uxsms.exe
13 | tasklist | find /i "%BT5%">nul && echo The basic theme is already active || (start "" /D "%USERPROFILE%\TSS\Basic" uxsms.exe)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@BasicMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Switcher_Scripts/FR/DWM-Classic-NoComposition.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | Set BT5=uxsms.exe
10 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
11 | :1
12 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
13 | echo Le thème basic a été désactivé) else (echo Le thème basic est déjà désactivé)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@DWMClassicMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Switcher_Scripts/EN/DWM-Classic-NoComposition.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | Set BT5=uxsms.exe
10 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
11 | :1
12 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
13 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@DWMClassicMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Switcher_Scripts/FR/DWM-Classic-IntegralNoComposition.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | Set BT5=uxsms.exe
10 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
11 | :1
12 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
13 | echo Le thème basic a été désactivé) else (echo Le thème basic est déjà désactivé)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@DWMClassicIntegralMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Switcher_Scripts/EN/DWM-Classic-IntegralNoComposition.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\TSS\classic\classicthemetray.exe (ren "%userprofile%\TSS\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | Set BT5=uxsms.exe
10 | tasklist | find /i "%BT5%">nul && (TASKKILL /f /im uxsms.exe) || goto :1
11 | :1
12 | if exist "%userprofile%"\tss\basic\uxsms.exe (ren "%userprofile%\tss\basic\uxsms.exe" uxsms_old.exe
13 | echo The basic theme has been disabled) else (echo The basic theme is already disabled)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@DWMClassicIntegralMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Switcher_Scripts/FR/Basic-Classic-NoComposition.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (ren "%userprofile%\tss\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | if exist "%userprofile%"\tss\basic\uxsms.exe (goto :2) else (ren "%userprofile%\tss\basic\uxsms_old.exe" uxsms.exe
10 | echo Le thème basic a été activé)
11 | :2
12 | Set BT5=uxsms.exe
13 | tasklist | find /i "%BT5%">nul && echo Le thème basic est déjà activé || (start "" /D "%USERPROFILE%\TSS\Basic" uxsms.exe)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@BasicClassicMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Switcher_Scripts/EN/Basic-Classic-NoComposition.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | if exist "%userprofile%"\tss\classic\classicthemetray.exe (ren "%userprofile%\tss\classic\classicthemetray.exe" classicthemetray_old.exe
5 | echo The classic theme has been disabled) else (echo The classic theme is already disabled)
6 |
7 | start "" /D "%USERPROFILE%\TSS\classic" classicthemetray_old.exe /disable
8 |
9 | if exist "%userprofile%"\tss\basic\uxsms.exe (goto :2) else (ren "%userprofile%\tss\basic\uxsms_old.exe" uxsms.exe
10 | echo The basic theme has been activated)
11 | :2
12 | Set BT5=uxsms.exe
13 | tasklist | find /i "%BT5%">nul && echo The basic theme is already active || (start "" /D "%USERPROFILE%\TSS\Basic" uxsms.exe)
14 |
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Metro /t REG_DWORD /d 0 /f
16 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Classic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Classic /t REG_DWORD /d 0 /f
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-NoClassicScrollbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-NoClassicScrollbar /t REG_DWORD /d 0 /f
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Style" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Style /t REG_DWORD /d 0 /f
19 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic /t REG_DWORD /d 0 /f
20 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "DWM-Classic-Integral" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v DWM-Classic-Integral /t REG_DWORD /d 0 /f
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles" /v "Basic-Classic" ^| find "0x0" ') do (REG ADD HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Profiles /v Basic-Classic /t REG_DWORD /d 1 /f
22 | call "%userprofile%\tss\task_scripts\@BasicClassicMods.bat")
23 |
24 | :MSG
25 | echo Tâche terminée
--------------------------------------------------------------------------------
/Themes/WCTC_Schemes/Brick.reg:
--------------------------------------------------------------------------------
1 | Windows Registry Editor Version 5.00
2 |
3 | [HKEY_CURRENT_USER\Control Panel\Appearance\ClassicSchemes\Brick]
4 | "Color0"=dword:00d2e0e1
5 | "Color1"=dword:00000042
6 | "Color2"=dword:00000080
7 | "Color3"=dword:0061898d
8 | "Color4"=dword:00a5bfc2
9 | "Color5"=dword:00ffffff
10 | "Color6"=dword:00000000
11 | "Color7"=dword:00000000
12 | "Color8"=dword:00000000
13 | "Color9"=dword:00d2e0e1
14 | "Color10"=dword:00a5bfc2
15 | "Color11"=dword:00a5bfc2
16 | "Color12"=dword:00d2e0e1
17 | "Color13"=dword:0061898d
18 | "Color14"=dword:00ffffff
19 | "Color15"=dword:00a5bfc2
20 | "Color16"=dword:0061898d
21 | "Color17"=dword:0061898d
22 | "Color18"=dword:00000000
23 | "Color19"=dword:00d2e0e1
24 | "Color20"=dword:00d2e0e1
25 | "Color21"=dword:00000000
26 | "Color22"=dword:00a5bfc2
27 | "Color23"=dword:00000080
28 | "Color24"=dword:00d2e0e1
29 | "Color25"=dword:00c0c0c0
30 | "Color26"=dword:00000080
31 | "Color27"=dword:004074b0
32 | "Color28"=dword:0070b8c8
33 | "Color29"=dword:0061898d
34 | "Color30"=dword:00a5bfc2
35 | "SelectedSize"="Normal"
36 |
37 | [HKEY_CURRENT_USER\Control Panel\Appearance\ClassicSchemes\Brick\Normal]
38 | "Font0"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,\
39 | 00,00,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,f0,77,3f,00,3f,\
40 | 00,3f,00,3f,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,78,00,1c,10,fc,7f,\
41 | 22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77
42 | "Font1"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\
43 | 00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,\
44 | 00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,f0,77,\
45 | 00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00
46 | "Font2"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\
47 | 00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,\
48 | 00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,14,00,\
49 | 88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00
50 | "Font3"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\
51 | 00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,\
52 | 00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,\
53 | 00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00
54 | "Font4"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\
55 | 00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,\
56 | 00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,00,00,\
57 | 06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77
58 | "Font5"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\
59 | 00,00,00,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,\
60 | 00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00,69,00,66,00,00,00,14,00,\
61 | 0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01
62 | "Size0"=dword:00000001
63 | "Size1"=dword:0000000d
64 | "Size2"=dword:0000000d
65 | "Size3"=dword:00000012
66 | "Size4"=dword:00000012
67 | "Size5"=dword:0000000f
68 | "Size6"=dword:0000000f
69 | "Size7"=dword:00000012
70 | "Size8"=dword:00000012
71 | "Size9"=dword:00000000
72 |
--------------------------------------------------------------------------------
/INSTALL/DISABLE-DWM-EXTENDED-FRAMES.C:
--------------------------------------------------------------------------------
1 | // ==WindhawkMod==
2 | // @id disable-dwm-extended-frames
3 | // @name Disable DWM Extended Frames
4 | // @description Disables DwmExtendFrameIntoClientArea and related functions.
5 | // @version 0.1
6 | // @author Taniko Yamamoto
7 | // @github https://github.com/YukisCoffee
8 | // @twitter https://twitter.com/kirasicecreamm
9 |
10 | // @include explorer.exe
11 | // @include mblctr.exe
12 | // @include palemoon.exe
13 | // @include *
14 | // @include CalcPlus.exe
15 |
16 | // @exclude VSCodium.exe
17 | // @exclude Discord.exe
18 | // @exclude wmplayer.exe
19 | // @exclude ApplicationFrameHost.exe
20 | // @exclude ResourceHacker.exe
21 | // @exclude simpress.exe
22 | // @exclude soffice.bin
23 | // @exclude musescore.exe
24 |
25 | // ==/WindhawkMod==
26 |
27 | // ==WindhawkModReadme==
28 | /*
29 | # Disable DWM Extended Frames
30 |
31 | This script disables `DwmExtendFrameIntoClientArea` and related functions,
32 | which helps some Windows programs render correctly with the Basic theme
33 | enabled.
34 |
35 | This should only be used along with something like BasicThemer3, as it will
36 | cause problems for programs that are able to use DWM frames.
37 | */
38 | // ==/WindhawkModReadme==
39 |
40 | #include
41 |
42 | // For some reason, this isn't guaranteed to be imported. At least the mingw64 version of
43 | // dwmapi.h doesn't define this, but the value seems to be constant so idk I'll just define
44 | // it myself:
45 | #ifndef DWM_E_COMPOSITIONDISABLED
46 | #define DWM_E_COMPOSITIONDISABLED 0x80263001
47 | #endif
48 |
49 | // Evil C preprocessor abuse :troll:
50 | // I could have made this an inline function realistically, but it's nicer
51 | // to make it as short as possible and make the most assumptions possible.
52 | // Here be dragons:
53 | #pragma region "YukisCoffee's preprocessor helpers for Windhawk"
54 | #define YcTokenConcatInternal(x, y) x ## y
55 | #define YcTokenConcat(x, y) YcTokenConcatInternal(x, y)
56 |
57 | #define YcSimpleFunctionHook(LIBRARY, FUNCTION) \
58 | FARPROC YcTokenConcat(p, FUNCTION) = GetProcAddress( \
59 | LIBRARY, \
60 | #FUNCTION \
61 | ); \
62 | \
63 | if (!YcTokenConcat(p, FUNCTION)) \
64 | { \
65 | Wh_Log(L"Failed to get address of " #FUNCTION); \
66 | return FALSE; \
67 | } \
68 | \
69 | if (!Wh_SetFunctionHook( \
70 | (void *)YcTokenConcat(p, FUNCTION), \
71 | (void *)YcTokenConcat(FUNCTION, _hook), \
72 | (void **)&YcTokenConcat(FUNCTION, _orig) \
73 | )) Wh_Log("Failed to hook function " #FUNCTION)
74 | #pragma endregion
75 |
76 | #pragma region "DWM hooks"
77 | typedef HRESULT (*DwmIsCompositionEnabled_t)(OUT BOOL *pfEnabled);
78 | DwmIsCompositionEnabled_t DwmIsCompositionEnabled_orig;
79 | HRESULT DwmIsCompositionEnabled_hook(BOOL *pfEnabled)
80 | {
81 | HRESULT result = DwmIsCompositionEnabled_orig(pfEnabled);
82 |
83 | if (S_OK == result)
84 | {
85 | *pfEnabled = FALSE;
86 | }
87 |
88 | return result;
89 | }
90 |
91 | typedef HRESULT (*DwmExtendFrameIntoClientArea_t)(HWND, const MARGINS *);
92 | DwmExtendFrameIntoClientArea_t DwmExtendFrameIntoClientArea_orig;
93 | HRESULT DwmExtendFrameIntoClientArea_hook(HWND hWnd, const MARGINS *pMarInset)
94 | {
95 | return DWM_E_COMPOSITIONDISABLED;
96 | }
97 |
98 | typedef HRESULT (*DwmEnableBlurBehindWindow_t)(HWND, const DWM_BLURBEHIND *);
99 | DwmEnableBlurBehindWindow_t DwmEnableBlurBehindWindow_orig;
100 | HRESULT DwmEnableBlurBehindWindow_hook(HWND hWnd, const DWM_BLURBEHIND *pBlurBehind)
101 | {
102 | return DWM_E_COMPOSITIONDISABLED;
103 | }
104 |
105 | typedef HRESULT (WINAPI *DwmSetWindowAttribute_t)(HWND, DWORD, LPCVOID, DWORD);
106 | DwmSetWindowAttribute_t DwmSetWindowAttribute_orig;
107 | HRESULT WINAPI DwmSetWindowAttribute_hook(HWND hWnd, DWORD dwAttribute, LPCVOID pvAttribute, DWORD cbAttribute)
108 | {
109 | if (dwAttribute != DWMWA_EXTENDED_FRAME_BOUNDS)
110 | {
111 | if (
112 | (dwAttribute > 15) &&
113 | (dwAttribute != 65537)
114 | )
115 | {
116 | Wh_Log(L"SWA: %i\r\n", dwAttribute);
117 | }
118 |
119 | return DwmSetWindowAttribute_orig(hWnd, dwAttribute, pvAttribute, cbAttribute);
120 | }
121 | else
122 | {
123 | Wh_Log(L"SWA: DWMWA_EXTENDED_FRAME_BOUNDS\r\n");
124 | return S_OK;
125 | }
126 | };
127 | #pragma endregion
128 |
129 | struct WINCOMPATTRDATA
130 | {
131 | int nAttribute;
132 | PVOID pData;
133 | ULONG ulDataSize;
134 | };
135 |
136 | typedef BOOL (WINAPI *SetWindowCompositionAttribute_t)(HWND, WINCOMPATTRDATA *);
137 | SetWindowCompositionAttribute_t SetWindowCompositionAttribute_orig;
138 | BOOL WINAPI SetWindowCompositionAttribute_hook(HWND hWnd, WINCOMPATTRDATA *data)
139 | {
140 | if (data->nAttribute == 19)
141 | {
142 | return TRUE;
143 | }
144 | else
145 | {
146 | return SetWindowCompositionAttribute_orig(hWnd, data);
147 | }
148 | }
149 |
150 | typedef BOOL (WINAPI *IsCompositionActive_t)(void);
151 | IsCompositionActive_t IsCompositionActive_orig;
152 | BOOL WINAPI IsCompositionActive_hook()
153 | {
154 | return FALSE;
155 | }
156 |
157 | // Windhawk insertion point function:
158 | BOOL Wh_ModInit()
159 | {
160 | Wh_Log(L"Initialising DisableDwmExtendFrame");
161 |
162 | HMODULE dwmapiModule = LoadLibrary(L"dwmapi.dll");
163 |
164 | if (!dwmapiModule)
165 | {
166 | Wh_Log(L"Failed to load dwmapi.dll");
167 | return FALSE;
168 | }
169 |
170 | HMODULE user32Module = LoadLibrary(L"user32.dll");
171 |
172 | if (!user32Module)
173 | {
174 | Wh_Log(L"Failed to load user32.dll");
175 | return FALSE;
176 | }
177 |
178 | HMODULE uxthemeModule = LoadLibrary(L"uxtheme.dll");
179 |
180 | if (!uxthemeModule)
181 | {
182 | Wh_Log(L"Failed to load uxtheme.dll");
183 | return FALSE;
184 | }
185 | YcSimpleFunctionHook(dwmapiModule, DwmExtendFrameIntoClientArea);
186 | YcSimpleFunctionHook(dwmapiModule, DwmIsCompositionEnabled);
187 | YcSimpleFunctionHook(dwmapiModule, DwmEnableBlurBehindWindow);
188 | YcSimpleFunctionHook(dwmapiModule, DwmSetWindowAttribute);
189 |
190 | YcSimpleFunctionHook(user32Module, SetWindowCompositionAttribute);
191 |
192 | YcSimpleFunctionHook(uxthemeModule, IsCompositionActive);
193 |
194 | return TRUE;
195 | }
196 |
197 | // The mod is being unloaded, free all allocated resources.
198 | void Wh_ModUninit()
199 | {
200 | Wh_Log(L"Unloading DisableDwmExtendFrame");
201 | }
202 |
203 | // Since no settings are supported, this is just a stub.
204 | void Wh_ModSettingsChanged() {}
205 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # ThemeSwitcherScripts
2 |
3 | 
4 |
5 | EN:
6 |
7 | **Why this project :**
8 |
9 | Windows allows a great capacity for customization; only, few of these functions are supported natively. The purpose of ThemeSwitcherScript and to be able to allow the user to patch his system with the addition of many customization tools at once, then to be able to apply themes natively supporting several customization tools.
10 | Finally, ThemeSwitcherScripts should facilitate the automation of Windows themes, which is currently impossible.
11 |
12 | For creators, this means writing scripts on a defined template, which allows the user to apply their theme/visual style very easily. The goal is to remove the confusion between customization tools, and potentially some misunderstandings created by this confusion.
13 |
14 | Supported tools are :
15 | - Switching to Basic and Classic themes, using the ClassicThemeTray and BasicThemer5 tools. Credit to Spitfire_x86 and Alcatel.
16 | - Change of theme (for classic elements) via WinClassicThemeConfig. Credit to Franco Tortoriello.
17 | - The change of .theme file (supported natively by Windows), with the WinaeroThemeSwitcher tool. Credit to Sergey Tkachenko.
18 | - Automatic Windhawks mod toggle DISABLE-DWM-EXTENDED-FRAMES., useful for Basic and Classic themes. Credit to Taniko Yamamoto for the mods, and of course to Ramen Software, the creator of Windhawks.
19 |
20 | In the future, the following tools will be supported:
21 | - WinPaletter, to allow more advanced theme switching
22 | - Toggle other Windhawk mods
23 | - The toggle of some Explorer customization tools
24 | - The switching of certain registry keys
25 |
26 | A guide for theme makers, and maybe an ordering system to come.
27 | For now, only Windows 10 themes are included by default. Windows 11 themes will be included in the future.
28 |
29 | **Installation :**
30 |
31 | 1. Check your installation. ThemeSwitcherScripts can work on all versions of Windows 10 and 11, but currently works best in the latest versions of Windows 10. If you are using an older version of Windows 10, you will need to install Curl first. Curl is included by default from Windows 10 1803/Windows Server 2019.
32 | 2. Run INSTALL.EXE, and follow the instructions.
33 | 3. If your system contains several users, execute C:\TSS\INSTALL_ANOTHERS_USER.EXE after the installation for the 1st user, in the concerned session.
34 | 4. Install Windhawks mods "Disable DWM Extended Frames", "Non Immersive Taskbar Context Menu" and "Disable Immersive Context Menus". "Disable DWM Extended Frames" is not included in the Windhawks store, so you have to install it by clicking on "Create a new mod" in Windhawks, then copy and paste the text from the "DISABLE-DWM-EXTENDED-FRAMES.C" file into the editor. Next, compile the mod.
35 | 6. Enjoy !
36 |
37 | **Limitations :**
38 |
39 | - ThemeSwitcherScript supports multi-user systems, but with one limitation: avoid using multiple user sessions simultaneously. This exposes you to a black screen on login, and it disrupts Windhawks, which runs in single-user mode. Additionally, it is important that all user accounts have administrative privileges. ThemeSwitcherScript is therefore currently not usable on public posts such as cybercafés or media libraries. This may be fixed in the future.
40 | - The Basic and Classic themes are no longer officially supported by Microsoft, the display of certain programs may not be correct. For explorer display issues, there are ways to fix them, don't hesitate to ask me about it.
41 | - If you use custom visual styles (.msstyle), use a patcher like [UltraUxThemePatcher](https://mhoefs.eu/software_uxtheme.php?lang=en), or SecureUxTheme
42 |
43 | **The current version is a pre-release, I cannot guarantee stability, use is at your own risk !**
44 |
45 | FR:
46 |
47 | **Pourquoi ce projet :**
48 |
49 | Windows permet une très grande capacité de personnalisation ; seulement, peu de ces fonctions sont prise en charge nativement. Le but de ThemeSwitcherScript et de pouvoir permettre à l'utilisateur de patcher son système avec l'ajout de nombreux outils de personnalisations d'un seul coup, puis de pouvoir appliquer des thèmes prenant nativement en charge plusieurs outils de personnalisations.
50 | Enfin, ThemeSwitcherScripts devrait faciliter l'automation des thèmes Windows, qui est actuellement impossible.
51 |
52 | Pour les créateurs, cela signifie écrire des scripts sur un modèle défini, qui permettent à l'utilisateur d'appliquer sont thème/style visuel très facilement. Le but est d'enlever la confusion entre les outils de personnalisation, et potentiellement certaine incompréhensions créée par cette confusion.
53 |
54 | Les outils prise en charge sont :
55 | - Le basculement vers les thèmes Basique et Classique, à l'aide des outils ClassicThemeTray et BasicThemer5. Crédit à Spitfire_x86 et à Alcatel.
56 | - Le changement de thème (pour les éléemnts classiques) via WinClassicThemeConfig. Crédit à Franco Tortoriello.
57 | - Le changement de fichier .theme (pris en charge nativement par Windows), avec l'outils WinaeroThemeSwitcher. Crédit à Sergey Tkachenko.
58 | - Le basculement automatique du mod Windhawks DISABLE-DWM-EXTENDED-FRAMES., utile pour les thèmes Basique et Classique. Crédit à Taniko Yamamoto pour le mods, et bien sûr à Ramen Software, le céateur de Windhawks.
59 |
60 | A l'avenir, les outils suivant seron pris en charge :
61 | - WinPaletter, pour permettre un changement de thème plus avancé
62 | - Le basculement d'autres mods Windhawk
63 | - Le basculement de certains outils de peronnalisation de l'Explorateur
64 | - Le basculement de certaines clefs de registre
65 |
66 | Un guide pour les créateurs de thèmes, et peut-être un système de commande à prévu.
67 | Pour l'instant, seul les thèmes de Windows 10 sont inclus par défaut. Les thèmes de Windows 11 seront inclus à l'avenir.
68 |
69 | **Installation :**
70 |
71 | 1. Vérifiez votre installation. ThemeSwitcherScripts peut fonctionner sur toute les versions de Windows 10 et 11, mais fonctionne pour l'instant mieux dans les dernières versions de Windows 10. Si vous utilisez une version ancienne de Windows 10, il faudras installer Curl auparavant. Curl est inclu par défaut à partir de Windows 10 1803/Windows Server 2019.
72 | 2. Exécutez INSTALL.EXE, et suivez les instructions.
73 | 3. Si votre système contient plusieurs utilisateurs, exécutez C:\TSS\INSTALL_ANOTHERS_USER.EXE après l'instalaltion pour le 1er utilisateur, dans la session concerné.
74 | 4. Installez les mods Windhawks "Disable DWM Extended Frames", "Non Immersive Taskbar Context Menu" et "Disable Immersive Context Menus". "Disable DWM Extended Frames" n'est pas inclu dans la boutique Windhawks, il faut donc l'installer un cliquant sur "Créer un nouveau mod" dans Windhawks, puis en copier-coller le texte du fichier "DISABLE-DWM-EXTENDED-FRAMES.C" dans l'éditeur. Enuite, il faut compiler le mod.
75 | 6. Profitez !
76 |
77 | **Limitation :**
78 |
79 | - ThemeSwitcherScript supporte les systèmes multi-utilisateur, mais avec une limitation : il faut éviter d'utiliser plusieurs sessions utilisateur simultanément. Cela vous expose à un écran noir à l'ouverture de session, et cela perturbre Windhawks, qui fonctionne en mode mono-utilisateur. De plus, il est important que tout les comptes utilisateurs possèdent les privilèges d'administration. ThemeSwitcherScript n'est donc pour l'instant pas utilisable sur des posts publique tels que les cybercafés ou les médiathèques. Cela sera peut-être corrigé à l'avenir.
80 | - Les thèmes Basique et Classique ne sont plus supporté officielement par Microsoft, l'affichage de certains programme risque de ne pas être bon. Pour les problèmes d'affichage de l'explorateur, il existe des moyens de les corriger, n'ésitez pas à me poser des questions à ce sujet.
81 | - Si vous utilisez des styles visuels personnalisés (.msstyle), utiliser un patcher comme [UltraUxThemePatcher](https://mhoefs.eu/software_uxtheme.php?lang=en), ou SecureUXTheme.
82 |
83 | **La version actuelle est une préversion, je ne peut pas garentir la stabilité, l'utilisation est a vos risques et périls !**
84 |
--------------------------------------------------------------------------------
/Task_Scripts/@DWMClassicMods.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | ::Mods Classique
5 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskdlg-fix" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskdlg-fix /v Disabled /t REG_DWORD /d 0 /f
6 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-uwp-fix" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-uwp-fix /v Disabled /t REG_DWORD /d 1 /f
7 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-lite" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-lite /v Disabled /t REG_DWORD /d 1 /f
8 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\disable-navigation-bar" /v "disabled" ^| find "0x0" ') do goto :NoShearchBar
9 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\hide-search-bar" /v "disabled" ^| find "0x0" ') do goto NoShearchBar
10 | goto :ShearchBar
11 | :NoShearchBar
12 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-search-fix" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-search-fix /v Disabled /t REG_DWORD /d 1 /f
13 | goto :NoShearchBar2
14 | :ShearchBar
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-search-fix" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-search-fix /v Disabled /t REG_DWORD /d 0 /f
16 | :NoShearchBar2
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "HighContrastTheme" ^| find "0x1" ') do goto :HC
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fake-high-contrast" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fake-high-contrast /v Disabled /t REG_DWORD /d 0 /f
19 | goto :FHC
20 | :HC
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fake-high-contrast" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fake-high-contrast /v Disabled /t REG_DWORD /d 1 /f
22 | :FHC
23 |
24 | ::Mods Basique-Classique
25 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\dwm-unextend-frames" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\dwm-unextend-frames /v Disabled /t REG_DWORD /d 1 /f
26 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\basic-classic-theme-ribbon-fix" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\basic-classic-theme-ribbon-fix /v Disabled /t REG_DWORD /d 0 /f
27 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\dwm-ghost-mods" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\dwm-ghost-mods /v Disabled /t REG_DWORD /d 1 /f
28 |
29 | ::Mods de démétroisation obligatoires si thème classique
30 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\eradicate-immersive-menus" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\eradicate-immersive-menus /v Disabled /t REG_DWORD /d 0 /f
31 | ::for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aerexplorer\Settings" /v "smalladdress" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aerexplorer\Settings /v smalladdress /t REG_DWORD /d 1 /f
32 | ::for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aerexplorer\Settings" /v "alwayscpl" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aerexplorer\Settings /v alwayscpl /t REG_DWORD /d 1 /f
33 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-search-bar" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-search-bar /v Disabled /t REG_DWORD /d 0 /f
34 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "AltTabSettings" ^| find "0x0" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v AltTabSettings /t REG_DWORD /d 1 /f
35 |
36 | ::Mods de démétroisation non-obligatoires
37 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do goto :1
38 |
39 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskbar-buttons-lite-vs-without-spacing" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskbar-buttons-lite-vs-without-spacing /v Disabled /t REG_DWORD /d 0 /f
40 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@kill-appframe-uwp" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@kill-appframe-uwp /v Disabled /t REG_DWORD /d 0 /f
41 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-clock-flyout" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-clock-flyout /v Disabled /t REG_DWORD /d 0 /f
42 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "EnableLegacyBalloonNotifications" ^| find "0x0" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer /v EnableLegacyBalloonNotifications /t REG_DWORD /d 1 /f
43 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell" /v "UseWin32BatteryFlyout" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell /v UseWin32BatteryFlyout /t REG_DWORD /d 1 /f
44 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" /v "EnableMtcUvc" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC /v EnableMtcUvc /t REG_DWORD /d 0 /f
45 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\titlebar-for-everyone" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\titlebar-for-everyone /v Disabled /t REG_DWORD /d 0 /f
46 | ::for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aero-tray" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aero-tray /v Disabled /t REG_DWORD /d 0 /f
47 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\shrink-address-bar-height" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\shrink-address-bar-height /v Disabled /t REG_DWORD /d 0 /f
48 | goto :2
49 |
50 | :1
51 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskbar-buttons-lite-vs-without-spacing" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskbar-buttons-lite-vs-without-spacing /v Disabled /t REG_DWORD /d 1 /f
52 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@kill-appframe-uwp" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@kill-appframe-uwp /v Disabled /t REG_DWORD /d 1 /f
53 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-clock-flyout" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-clock-flyout /v Disabled /t REG_DWORD /d 1 /f
54 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "EnableLegacyBalloonNotifications" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer /v EnableLegacyBalloonNotifications /t REG_DWORD /d 0 /f
55 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell" /v "UseWin32BatteryFlyout" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell /v UseWin32BatteryFlyout /t REG_DWORD /d 0 /f
56 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" /v "EnableMtcUvc" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC /v EnableMtcUvc /t REG_DWORD /d 1 /f
57 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\titlebar-for-everyone" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\titlebar-for-everyone /v Disabled /t REG_DWORD /d 1 /f
58 | ::for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aero-tray" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aero-tray /v Disabled /t REG_DWORD /d 1 /f
59 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\shrink-address-bar-height" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\shrink-address-bar-height /v Disabled /t REG_DWORD /d 1 /f
60 |
61 | ::Mods basiques
62 | :2
63 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fix-basic-caption-text" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fix-basic-caption-text /v Disabled /t REG_DWORD /d 0 /f
64 |
65 | ::Mods d'explorateur classique
66 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "ClassicExplorer" ^| find "0x1" ') do goto :CE
67 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\win7-command-bar" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\win7-command-bar /v Disabled /t REG_DWORD /d 1 /f
68 | goto :NCE
69 | :CE
70 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\win7-command-bar" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\win7-command-bar /v Disabled /t REG_DWORD /d 0 /f
71 |
72 | :NCE
73 |
74 | ::Mods DWM
75 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\themed-regedit-listview" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\themed-regedit-listview /v Disabled /t REG_DWORD /d 1 /f
76 |
77 | ::Mods de thème classique partiel
78 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@untheme" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@untheme /v Disabled /t REG_DWORD /d 0 /f
79 |
80 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@unthemed-nocomposition" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@unthemed-nocomposition /v Disabled /t REG_DWORD /d 1 /f
81 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\OpenShell\StartMenu\Settings" /v "CustomTaskbar" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\OpenShell\StartMenu\Settings /v CustomTaskbar /t REG_DWORD /d 0 /f
82 |
--------------------------------------------------------------------------------
/Task_Scripts/@DWMClassicIntegralMods.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001 > nul
3 |
4 | ::Mods Classique
5 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskdlg-fix" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskdlg-fix /v Disabled /t REG_DWORD /d 0 /f
6 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-uwp-fix" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-uwp-fix /v Disabled /t REG_DWORD /d 1 /f
7 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-lite" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-lite /v Disabled /t REG_DWORD /d 0 /f
8 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\disable-navigation-bar" /v "disabled" ^| find "0x0" ') do goto :NoShearchBar
9 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\hide-search-bar" /v "disabled" ^| find "0x0" ') do goto NoShearchBar
10 | goto :ShearchBar
11 | :NoShearchBar
12 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-search-fix" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-search-fix /v Disabled /t REG_DWORD /d 1 /f
13 | goto :NoShearchBar2
14 | :ShearchBar
15 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-search-fix" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-theme-explorer-search-fix /v Disabled /t REG_DWORD /d 0 /f
16 | :NoShearchBar2
17 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "HighContrastTheme" ^| find "0x1" ') do goto :HC
18 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fake-high-contrast" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fake-high-contrast /v Disabled /t REG_DWORD /d 0 /f
19 | goto :FHC
20 | :HC
21 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fake-high-contrast" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fake-high-contrast /v Disabled /t REG_DWORD /d 1 /f
22 | :FHC
23 |
24 | ::Mods Basique-Classique
25 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\dwm-unextend-frames" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\dwm-unextend-frames /v Disabled /t REG_DWORD /d 0 /f
26 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\basic-classic-theme-ribbon-fix" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\basic-classic-theme-ribbon-fix /v Disabled /t REG_DWORD /d 0 /f
27 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\dwm-ghost-mods" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\dwm-ghost-mods /v Disabled /t REG_DWORD /d 1 /f
28 |
29 | ::Mods de démétroisation obligatoires si thème classique
30 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\eradicate-immersive-menus" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\eradicate-immersive-menus /v Disabled /t REG_DWORD /d 0 /f
31 | ::for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aerexplorer\Settings" /v "smalladdress" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aerexplorer\Settings /v smalladdress /t REG_DWORD /d 1 /f
32 | ::for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aerexplorer\Settings" /v "alwayscpl" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aerexplorer\Settings /v alwayscpl /t REG_DWORD /d 1 /f
33 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-search-bar" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-search-bar /v Disabled /t REG_DWORD /d 0 /f
34 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "AltTabSettings" ^| find "0x0" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v AltTabSettings /t REG_DWORD /d 1 /f
35 |
36 | ::Mods de démétroisation non-obligatoires
37 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "Metro" ^| find "0x1" ') do goto :1
38 |
39 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskbar-buttons-lite-vs-without-spacing" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskbar-buttons-lite-vs-without-spacing /v Disabled /t REG_DWORD /d 0 /f
40 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@kill-appframe-uwp" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@kill-appframe-uwp /v Disabled /t REG_DWORD /d 0 /f
41 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-clock-flyout" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-clock-flyout /v Disabled /t REG_DWORD /d 0 /f
42 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "EnableLegacyBalloonNotifications" ^| find "0x0" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer /v EnableLegacyBalloonNotifications /t REG_DWORD /d 1 /f
43 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell" /v "UseWin32BatteryFlyout" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell /v UseWin32BatteryFlyout /t REG_DWORD /d 1 /f
44 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" /v "EnableMtcUvc" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC /v EnableMtcUvc /t REG_DWORD /d 0 /f
45 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\titlebar-for-everyone" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\titlebar-for-everyone /v Disabled /t REG_DWORD /d 0 /f
46 | ::for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aero-tray" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aero-tray /v Disabled /t REG_DWORD /d 0 /f
47 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\shrink-address-bar-height" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\shrink-address-bar-height /v Disabled /t REG_DWORD /d 0 /f
48 | goto :2
49 |
50 | :1
51 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskbar-buttons-lite-vs-without-spacing" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\classic-taskbar-buttons-lite-vs-without-spacing /v Disabled /t REG_DWORD /d 1 /f
52 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@kill-appframe-uwp" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@kill-appframe-uwp /v Disabled /t REG_DWORD /d 1 /f
53 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-clock-flyout" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\legacy-clock-flyout /v Disabled /t REG_DWORD /d 1 /f
54 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "EnableLegacyBalloonNotifications" ^| find "0x1" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer /v EnableLegacyBalloonNotifications /t REG_DWORD /d 0 /f
55 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell" /v "UseWin32BatteryFlyout" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell /v UseWin32BatteryFlyout /t REG_DWORD /d 0 /f
56 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC" /v "EnableMtcUvc" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC /v EnableMtcUvc /t REG_DWORD /d 1 /f
57 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\titlebar-for-everyone" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\titlebar-for-everyone /v Disabled /t REG_DWORD /d 1 /f
58 | ::for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aero-tray" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\aero-tray /v Disabled /t REG_DWORD /d 1 /f
59 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\shrink-address-bar-height" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\shrink-address-bar-height /v Disabled /t REG_DWORD /d 1 /f
60 |
61 | ::Mods basiques
62 | :2
63 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fix-basic-caption-text" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\fix-basic-caption-text /v Disabled /t REG_DWORD /d 1 /f
64 |
65 | ::Mods d'explorateur classique
66 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\ThemeSwitcherScripts\Settings" /v "ClassicExplorer" ^| find "0x1" ') do goto :CE
67 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\win7-command-bar" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\win7-command-bar /v Disabled /t REG_DWORD /d 1 /f
68 | goto :NCE
69 | :CE
70 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\win7-command-bar" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\win7-command-bar /v Disabled /t REG_DWORD /d 0 /f
71 |
72 | :NCE
73 |
74 | ::Mods DWM
75 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\themed-regedit-listview" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\themed-regedit-listview /v Disabled /t REG_DWORD /d 1 /f
76 |
77 | ::Mods de thème classique partiel
78 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@untheme" /v "disabled" ^| find "0x0" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@untheme /v Disabled /t REG_DWORD /d 1 /f
79 |
80 | for /f "tokens=3 " %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@unthemed-nocomposition" /v "disabled" ^| find "0x1" ') do REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\local@unthemed-nocomposition /v Disabled /t REG_DWORD /d 0 /f
81 | for /f "tokens=3 " %%i in ('reg query "HKEY_CURRENT_USER\SOFTWARE\OpenShell\StartMenu\Settings" /v "CustomTaskbar" ^| find "0x0" ') do REG ADD HKEY_CURRENT_USER\SOFTWARE\OpenShell\StartMenu\Settings /v CustomTaskbar /t REG_DWORD /d 1 /f
82 |
--------------------------------------------------------------------------------