@@ -13,22 +13,22 @@ if "%errorlevel%"=="1" echo Author : OrthodoxWin32 Theme type : DWM Defined para
1313if " %errorlevel% " == " 2" REM pause
1414
1515set /P c = Do you want apply the sample theme ?[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 The classic theme has been disabled) else (echo The classic theme is already disabled)
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 The basic theme has been disabled) || echo The basic theme is already disabled
26+ Set BT2 = basicthemer2 .exe
27+ tasklist | find /i " %BT2% " > nul && (TASKKILL /f /im BasicThemer2.exe) || echo 0
28+ if exist %userprofile% \tss\basic\basicthemer2 .exe (ren " %userprofile% \tss\basic\basicthemer2.exe " BasicThemer2_old.exe
29+ echo The basic theme has been disabled) else ( echo The basic theme is already disabled)
3030
31- set /P c = Do you want to restart explorer ?[Y\N]?
31+ set /P c = Voulez-vous redémarrer l'explorateur ?[Y\N]?
3232if /I " %c% " EQU " Y" (TASKKILL /f /im explorer.exe
3333start explorer.exe)
3434if /I " %c% " EQU " N" (goto :MSG)
@@ -43,4 +43,4 @@ echo Task aborted
4343pause
4444
4545:FIN
46- End
46+ End
0 commit comments