Copy down the command lines below and save it as a batch file.
It should clean your pc of temporary files. This includes caches and cookies.
It is especially useful if you are facing low virtual memory.
Not much but it does help a little.
@echo off
echo cleaning in progress
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 it is done!
echo. & pause
【诗巫景Ho-Liak】吃晚饭的不错选择@新龙婆海鲜酒家
-
想找一个不错的餐厅和家人或宴请亲戚朋友吃晚餐?个人建议这间坐落于诗巫中央警局后方的新龙婆海鲜酒家。之前它在江滨公园对面的龙婆茶餐室营业已经获得本地人的好评,现在搬到现有的地址营业,生意还是持续的门庭若市。
现在这地点跟之前的比起来,停车位比较方便,而且有更大的营业空间。餐馆分为两层楼。底楼是开放式的,而一楼就备有...
6 years ago
4 comments:
maybe u should explain what's a batch file.
Use notepad. save as *.bat.
That's all.
How about where to store the .bat file and how to execute it?
Guess i thought everyone know what is a batch file. Sorry.
You can put it anywhere you like. When you think that your pc is slowing down or there is a warning that Virtual Memory is too low. That IS the time for you to double-click on the file.
Post a Comment