1, Key click D disc - attribute - general option - Disk Cleanup , Clean it up first D Redundant files in disk , This includes the web page files you download from the visited website server when you surf the Internet ,flash file , picture , Run script , Data stream files, etc .
view hidden files : open “ My computer ” Or open the folder where the file is located , Click in the menu bar “ tool ”- Folder Options - see -“ Show all files and folders ” That's it !
After showing hidden files , Click delete ( It's not a system file anyway ).
2, Format it D disc ,
3,
My computer -- tool -- Folder Options -- see -- Hide extensions for known file types -- Tick off
New .TXT file
Save the following :
@echo off
echo Junk files will be cleaned up on your computer
echo. & pause
echo Cleaning up system junk files , One moment please ......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q %userprofile%\Local Settings\Temporary Internet Files\*.*
del /f /s /q %userprofile%\Local Settings\Temp\*.*
del /f /s /q %userprofile%\recent\*.*
echo System garbage removal completed !
echo. & pause
Save as *.bat Suffix format is enough , Or save as txt Suffix format, and then directly change the suffix name to *.bat OK , Then run it , This is usually to clean up your system's log files and some caches and files ie Temporary files or something , Generally, it is more practical .
Look at you D Isn't it NTFS Formatted , If so, it's normal , Because it takes up page files .
cancel
comment
Technology
Daily Recommendation