How to Make a Fake Virus on Windows 10

15K1015

Intro: How to Make a Fake Virus on Windows 10

How to make a fake virus on windows 10

STEP 1: Notepad

First, open notepad

Then type in this :

@echo off
echo VIRUS DETECTED shutdown -s -t 900 -c "Windows has detected a virus downloaded from Internet Explorer, please remain calm"

Then save it as all files and name it whatever you want but make sure it ends in .bat

Then create a shortcut and name it whatever you want and also change the icon of it too for more realism

Then watch your friends freak out when they see this!!!

STEP 2: Stopping the Shutdown

To stop the shutdown press "WINDOWS + R" and type in :

shutdown -a

And you should get a message saying :

Logoff ended

or something similar

7 Comments

also this too

X=MsgBox("Message Description",0+16,"Title

use that and then the Nessage Description where the middle opens the numbers are infoed here:

0 = OK Button,
1 = OK / Cancel Button,
2 = Abort / Retry / Ignore Button,
3 = Yes / No / Cancel Button,
4 = Yes / No Button,
5 = Retry / Cancel Button

the +16 are the info here:

16 = Critical Icon,
32 = Help Icon,
48 = Warning Icon,
64 = Information Icon,

Hope you know these!

We can also code

X=MsgBox("Message Description",0+16,"Title")

for a shortcut!

How about these?

X=MsgBox("Message Description",0+16,"Title")

0 = OK Button,
1 = OK / Cancel Button,
2 = Abort / Retry / Ignore Button,
3 = Yes / No / Cancel Button,
4 = Yes / No Button,
5 = Retry / Cancel Button

16 = Critical Icon,
32 = Help Icon,
48 = Warning Icon,
64 = Information Icon,

Do you know these?

Yes, Its very easy, The title is at the top readed, The Message Description is very easy, A description where it is readed at the middle, when you get to the buttons part (or 0+16) 0 Is for OK button

1 Is for Ok or Cancel Button.

2 Is for Abort, Retry or Ignore Button

3 Is for Yes, No or Cancel Button.

4 Is Yes or No Button.

5 Is for Retry or Cancel Button.

These 2-digit Number are for "Icon Numbers" So lets start!

16 Is for the Red X Button or Critical Icon.

32 Is for the Blue ? Or Help icon.

48 Is for the Yellow triangle ! Or Warning Icon.

64 Is for the Blue I Icon or Information icon.

Thanks for seeing my help!