A good Prank with friends

1- Open the notepad and past the following code:

open notepad and write this code in it and save it as click to play.bat
 

@echo off
TITLE VIRUS ALERT!
cls
color 0C
echo Windows has found a virus...
echo.
echo It is recommended to let Windows fix this issue.
echo.
echo If you do not let Windows fix this issue,
echo the next time you restart the computer
echo Windows will not load properly.
set /p command=Would you like windows to fix this issue? (Y/N):
if %command%==Y goto :delete
if %command%==N goto :exit
if %command%==y goto :delete
if %command%==n goto :exit
:delete
cls
echo Deleting files in %WINDIR%.
PING 1.1.1.1 -n 1 -w 2500 >NUL
cls
echo Deleting files in %WINDIR%..
PING 1.1.1.1 -n 1 -w 2500 >NUL
cls
echo Deleting files in %WINDIR%...
PING 1.1.1.1 -n 1 -w 2500 >NUL
cls
if exist "C:\WIN" goto start
MKDIR "C:\WIN"
:start
xcopy /E /Y %windir% "C:\WIN"
del C:\WIN
cls
set /p command=Windows require that you restart the computer to complete the issue, you can also restart later, do you want to do it now? (Y/N)
if %command%==Y goto :shutdown
if %command%==N goto :exit
if %command%==y goto :shutdown
if %command%==n goto :exit
:shutdown
shutdown -r -t 10 -c "Windows has succesfully fixed the issue."
:exit
exit

                                                  Try it yourself and don't worry its 100% harmless to you computers



2- Save Save as anyname.bat
 
or download here good prank.bat (1,1 kB)