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

    <div class="codeview">
      <b style="font-weight: normal;">fsutil file createnew J:Dummy 1440182272.</b>
    </div>
    
    <p>
      (NOTE: You must change the drive letter and space according to you)<br /><b style="font-weight: normal;"></b> </li> 
      
      <li>
        <b style="font-weight: normal;">The file will be created and you will see the following in the command prompt.</b>
      </li></ul> 
      
      <p>
        <a href="https://2.bp.blogspot.com/_9bHmJlHwtpA/SfJw3_VGJMI/AAAAAAAAAR0/w9Y_Pwll9iU/s1600-h/2009-04-25_064611.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" src="https://2.bp.blogspot.com/_9bHmJlHwtpA/SfJw3_VGJMI/AAAAAAAAAR0/w9Y_Pwll9iU/s400/2009-04-25_064611.png" /></a>
      </p>
      
      <p>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>FOR VISTA USERS</b>
      </p>
      
      <div class="separator" style="clear: both; text-align: center;">
      </div>
      
      <p>
        If you are following the above steps then you are bound to get an error message that administrator privilages are required.
      </p>
      
      <div class="separator" style="clear: both; text-align: center;">
        <a href="https://1.bp.blogspot.com/_9bHmJlHwtpA/SfJyeQ4_EjI/AAAAAAAAAR8/pc50-n1Tle0/s1600-h/2009-04-25_063712.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="https://1.bp.blogspot.com/_9bHmJlHwtpA/SfJyeQ4_EjI/AAAAAAAAAR8/pc50-n1Tle0/s400/2009-04-25_063712.png" /></a>
      </div>
      
      <p>
        <b> </b><br />To avoid this just run the command prompt as an administrator by right clicking it.
      </p>
      
      <div class="separator" style="clear: both; text-align: center;">
        <a href="https://4.bp.blogspot.com/_9bHmJlHwtpA/SfJzAQ7Oq7I/AAAAAAAAASE/x3jqINSZuz4/s1600-h/2009-04-25_064324.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="https://4.bp.blogspot.com/_9bHmJlHwtpA/SfJzAQ7Oq7I/AAAAAAAAASE/x3jqINSZuz4/s320/2009-04-25_064324.png" /></a>
      </div>
      
      <p>
        </span>
      </p>