hide exe extension

This commit is contained in:
Mylloon 2023-02-17 17:52:53 +01:00
parent b5bac13879
commit 33d679a7f8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -39,7 +39,7 @@ DEL /f /s /q /a %LOCALAPPDATA%\Microsoft\Windows\Explorer\*.db
:: Clean disks
ECHO Nettoyage de l'ordinateur avec cleanmgr...
CD %WINDIR%\system32
cleanmgr.exe /AUTOCLEAN
cleanmgr.exe /VERYLOWDISK
cleanmgr /AUTOCLEAN
cleanmgr /VERYLOWDISK
EXIT /b