পৃষ্ঠাসমূহ

রবিবার, ১৭ জুন, ২০১২

এক ক্লিকেই কম্পিউটার এর রান ক্লিয়ার


প্রথমে আপনার কম্পিউটার এর নোট প্যাড অন করে নিচের লেখা হুবহু
টাইপ করুন
@echo off
del /s /f /q %windir%\temp\*.*
rd /s /q %windir%\temp
md %windir%\temp
del /s /f /q %windir%\Prefetch\*.*
rd /s /q %windir%\Prefetch
md %windir%\Prefetch
del /s /f /q %windir%\system32\dllcache\*.*
rd /s /q %windir%\system32\dllcache
md %windir%\system32\dllcache
del /s /f /q “%SysteDrive%\Temp”\*.*
rd /s /q “%SysteDrive%\Temp”
md “%SysteDrive%\Temp”
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
del /s /f /q “%USERPROFILE%\Local Settings\History”\*.*
rd /s /q “%USERPROFILE%\Local Settings\History”
md “%USERPROFILE%\Local Settings\History”
del /s /f /q “%USERPROFILE%\Local Settings\Temporary Internet Files”\*.*
rd /s /q “%USERPROFILE%\Local Settings\Temporary Internet Files”
md “%USERPROFILE%\Local Settings\Temporary Internet Files”
del /s /f /q “%USERPROFILE%\Local Settings\Temp”\*.*
rd /s /q “%USERPROFILE%\Local Settings\Temp”
md “%USERPROFILE%\Local Settings\Temp”
del /s /f /q “%USERPROFILE%\Recent”\*.*
rd /s /q “%USERPROFILE%\Recent”
md “%USERPROFILE%\Recent”
del /s /f /q “%USERPROFILE%\Cookies”\*.*
rd /s /q “%USERPROFILE%\Cookies”
md “%USERPROFILE%\Cookies”
তারপর save as গিয়ে all file ক্লিক করে cleaner.bat নামে ডেক্সটপ সেভ করুন।ডেক্সটপ cleaner ডাবল ক্লিক করে দেখুন রান এর সব ফাইলক্লিন হয়ে গেছে
ভালো লাগলে মতামত দিন

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন