Skip to content

Commit ccfca63

Browse files
Create DWM-Effects.bat
1 parent 1e86e82 commit ccfca63

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
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 Tâche terminée

0 commit comments

Comments
 (0)