রবিবার, ২৯ মে, ২০১১

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

প্রথমে আপনার কম্পিউটার এর নোট প্যাড অন করে নিচের লেখা হুবহু
টাইপ করুন
@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 এ ডাবল ক্লিক করে দেখুন রান এর সব ফাইলক্লিন হয়ে গেছে।
ভালো লাগলে মতামত দিন।




তথ্য সংগ্রহঃ লিংক

0 comments:

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