File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ if "%errorlevel%"=="1" echo Auteur : OrthodoxWin32 Type de thème : DWM Paramèt
1313if " %errorlevel% " == " 2" REM pause
1414
1515set /P c = Voulez-vous appliquer le thème d'exemple ?[Y\N]?
16- if /I " %c% " EQU " Y" (Start C:\ThemeSwitcher\Window~2 \ThemeSwitcher.exe Exemple.theme
16+ if /I " %c% " EQU " Y" (Start %userprofile% \TSS\ThemeSwitcher \ThemeSwitcher.exe Exemple.theme
1717goto :CTT)
1818if /I " %c% " EQU " N" (goto :ANNULATION)
1919
2020:CTT
21- if exist C:\Classic\ClassicThemeTray .exe (ren " C:\Classic\ClassicThemeTray .exe" ClassicThemeTray_old.exe
21+ if exist %userprofile% \TSS\classic\classicthemetray .exe (ren " %userprofile% \classic\TSS\classicthemetray .exe" ClassicThemeTray_old.exe
2222echo Le thème classique a été désactivé) else (echo Le thème classique est déjà désactivé)
2323
24- start C:\Classic\ClassicThemeTray_old .exe /disable
24+ start %userprofile% \TSS\classic\classicthemetray_old .exe /disable
2525
26- Set BT2 = BasicThemer2 .exe
27- tasklist | find /i " %BT2% " > nul && (TASKKILL /f /im BasicThemer2.exe
28- schtasks .exe /change /tn basictheme /DISABLE
29- echo Le thème basic a été désactivé) || echo Le thème basic est déjà désactivé
26+ Set BT2 = basicthemer2 .exe
27+ tasklist | find /i " %BT2% " > nul && (TASKKILL /f /im BasicThemer2.exe) || echo BasicThemer2 n'est pas en court d'exécution
28+ if exist %userprofile% \tss\basic\basicthemer2 .exe (ren " %userprofile% \tss\basic\basicthemer2.exe " BasicThemer2_old.exe
29+ echo Le thème basic a été désactivé) else ( echo Le thème basic est déjà désactivé)
3030
3131set /P c = Voulez-vous redémarrer l'explorateur ?[Y\N]?
3232if /I " %c% " EQU " Y" (TASKKILL /f /im explorer.exe
You can’t perform that action at this time.
0 commit comments