Tuesday, June 13, 2017
Create Some Fake Computer Viruses
Create Some Fake Computer Viruses

Disclaimer - Everything here is for informational purposes only.
1. Fake error message
Step-1 Make a new text document with notepad, type msg * YOUR MESSAGE, image refer below:

Step- 2 Now save as Play me.bat As always, make sure that you select All files instead of Text Document.

Heres how it will look like once it is launched:

2. Forced Shutdown
Step-1 Put the following into your Notpad:
@echo off
shutdown -s -f -t 60 -c "YOUR MESSAGE HERE"
(Replace 60 with the length of the countdown you want)
Step- 2 Now save as play me.bat
Heres how it will look like:

To stop it, open Run from the start menu and type shutdown-a. Enjoy
Available link for download