All of you already know if flashdisk can become such a carrier for virus that will infect your computer. So, I will tell you how to prevent it.First of all, open autorun.inf on your flashdisk (use notepad). Ctrl + a (select all), then delete it. Then you can write anything on it, poem, story, anything up to you.But how if the autorun.inf has read only attribute, that make us can't edit it ? Don't worry....Open notepad, then typed del /a:r f:\autorun.inf then press enter.Next step is typed echo ‘gives hell’ >f:\autorun.inf&attrib +r f:\autorun.infthen...
Wednesday, February 25, 2009
Wednesday, February 18, 2009
Registry Tweaking
Posted on 12:20 AM by Unknown
Before do something with your regisrtry, make sure you make a backup first.File -> Export, andFile -> Import to reload your registry.Here some list of work that you can do on registry :@ Hide your hard drive Every drive has it unique number, i.e. A=1, B=2, C=4, D=8, etc. The number of next drive is multiplication from the number before. HKEY_CURRENT_USER,Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer Value Name : NoDrives Data Type : DWORD Value Data : Fill with driver's number that want to be hide.@ Hide...
How To Lock Folder Without Any Program
Posted on 12:12 AM by Unknown
cls@ECHO OFFtitle Folder Lockerif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho Are you sure u want to Lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Folder lockedgoto End:UNLOCKecho stuff by satishecho Enter password to Unlock folderset/p...
Wednesday, February 11, 2009
Another Way To Create A New Folder
Posted on 2:31 AM by Unknown
Most of us will do right-click -> new -> folder, to create a new folder. But actually there is a simpler way to do that. Let's check it out.U just need to do this on your window explorer :1. alt + f2. alt + w3. alt + fHappy trying. See you soon....
Subscribe to:
Posts (Atom)