Skip to main content

Create Dummy Folder and Protect Pen Drive from Viruses

The protection of pen drive from viruses,trojans etc. is a matter of utmost importance as they carry a lot of useful stuff in a small space. But if you are using your pen drive on public computers there are high chances that you can caught by viruses. So what will you do? Read this post for the best possible solution that I found while surfing on net.

Well the basic concept that why virus attack the pen drives is that they contain some amount of free space which makes the virus to attck and copy itself in the drive and harm the executable files. So we are going to use only this concept, that is, we will fill up all the space with a dummy file. To do this, you have to use a command known as fsutil. To know more about this command, click here.
                                       FOR WINDOWS XP USERS

  • Know the free space of your pen drive by right clicking--> properties.
  • The highlighted rectangle is your free space.
  • Then open the command prompt and write the following code


    fsutil file createnew J:Dummy 1440182272.
    (NOTE: You must change the drive letter and space according to you)
  • The file will be created and you will see the following in the command prompt.







                                              FOR VISTA USERS

If you are following the above steps then you are bound to get an error message that administrator privilages are required.





To avoid this just run the command prompt as an administrator by right clicking it.

Comments

  1. don't you think we always have to delete the file when we have to copy something in the pen drive ? Its rather tedious.. :P why not to use demacracy and get a pendrive antivirus like Clamwin ? I use my pendrive in this fashion and seldom get any viruses..

    XERO

    ReplyDelete
  2. Well i thought I shall link to Democrakey so that readers shall get a more insightful view of how they can protect their pendrive and usb flash drive based portable devices from cranked up viruses
    http://rdhacker.blogspot.com/2009/04/protect-your-pendrive-and-surfing-using.html

    Gudluck friends

    ReplyDelete
  3. USB ZeroSpaceAntiVirus 1.1
    Release on August 16, 2009

    USB ZeroSpaceAntiVirus creates a “block” file to fill up
    the remaining free space on the USB flash drive.

    When there is no space left on the removable drive,
    virus won’t be able to copy itself to drive
    or infect any executable files.

    USB.ZeroSpaceAntiVirus.v1.1.@PortableSoft.exe 36 KB

    Anti-Virus
    http://portablesoftware.4shared.com/
    http://www.4shared.com/file/125396333/cd0e6faa/USBZeroSpaceAntiVirusv11PortableSoft.html

    ReplyDelete
  4. Hello, Neat post. There is a problem along with your website in weeb explorer, migbt check this?
    IE nonetheless is the marketplace chief and a gokd
    section off other people wijll miss your great writing
    because of this problem.

    ReplyDelete

Post a Comment

Popular posts from this blog

5 things to remember before buying a new smartphone

When you need a new smartphone, it isn’t easy deciding which phone to pick and if you are not careful, you might end up paying extra for features you do not need. That is why it is advisable to compare mobile features and make an informed decision. The top runners in the list of good smartphones are the Samsung Galaxy S5, Apple iPhone 5s, Motorola Moto X, HTC One (M8), LG G2, Nokia Lumia 1520, Samsung Galaxy Note 3, Google Nexus 5 a nd Motorola Moto G. Keep in mind the design, display, performance, camera and battery while comparing these phones. Design You need to decide whether you want a small phone that fits easily in your pocket or you would rather prefer a big screen phone. The iPhone 5s is relatively small in size compared to the massive Lumia 1520. Getting a small size phone doesn’t guarantee it being lightweight, most often it is the opposite. The smaller phone, most often is the heaviest. The Nexus 5 however, is small in size and lightweight. Phones often come in plastic or ...

Fulfilling The Urge of Shopping is Now Easy

Shopaholics on the alert! Get set, and go! Yes, it has indeed turned into a race – a race of online shopping. It may be an occasion embraced shopping carnival or a clearance sale or simply just a season ending mega sale. On its way is another such colossal online shopping fest knownas the Great Online Shopping Festival or simply GOSF which is to take place from the 10th to the 12th of December 2014.   What does GOSF do? The GOSF is an initiative by Google and was launched on the 12th of December, 2012. Ever since then, it has been a favorite among its users. The GOSF offers are not only limited to those particular days of December but numerous trifle coupons, reminders as well as updates are also sent to your registered email ids all through the year. Along with these, there are funny little games on the GOSF site that provide you with innumerable opportunities to win yourself free gift coupons or free shopping facilities just by scoring points in the game.   Worried about the products...

Create Windows 7 bootable USB

Many of us are so lazy these days that we do n’t want to use optical media for any purpose. Now, even Mini laptops do n’t include DVD +RW drive in them. My friend having a similar problem came to me, he was not having any optical media drive in hp Mini laptop. So, he asked me about how could he be able to load Windows 7 or Vista into it, and the answer is by creating a bootable usb pen drive. It is very simple to create a bootable USB drive for Windows 7. Here is the whole guide to create Windows 7 USB installation Preparing the USB drive Get a 4GB or more capacity of USB pen drive, SD/MMC card might also work (not tested by me). Format the pen drive in NTFS file system and copy all the data of Windows Installation DVD into USB drive. Click on start and click Run… Type cmd and press enter. Run cmd as administartor. Now open the USB drive, for example J: drive is my USB drive, I’ll type J: and press enter. Type- cd boot bootsect /nt60 J: /force This will make your pen drive...