hide exe extension
This commit is contained in:
parent
b5bac13879
commit
33d679a7f8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue