Skip to main content

Featured

WIN ALL ACTEVETED LIFETIME

  Search for: Recent Posts Simple trick to install Windows 11 on an old PC Easy ways to activate Windows 11 for FREE without a product key Remove “You may be a victim of software counterfeiting” notification Windows Defender detects my scripts as “HackTool:BAT/AutoKMS” Quickly convert Windows Server Evaluation edition to the retail one Easiest way to remove the Windows watermark from your screen Categories Computer Tips Microsoft Software Products 2 ways to activate Windows 10 for FREE without additional software Posted by  Always Smile   in  Microsoft Software Products  /  Last updated on  August 26, 2021 As you know, Microsoft notified Windows 10 is “the last version of Windows” and explained that they will be focused on the development of powerful and new features under the guise of software updates instead of building a new version. This means there will be no Windows 11 or 12 in the future(*). So if you are thinking about an upgrade, this is the b...

indu

 Use this to trick your friends or family into believing your PC (or theirs) has been infected by a virus!

Step 1: Create a .txt File on Your Desktop

Right Click anywhere on your Desktop.

Drag your cursor over New.

Select Text Document (.txt)

Step 2: Type the Code Into the Text Document.

Type the Code Into the Text Document.

Copy the following code into the text document:

Code:

@echo off

title sysmgr.exe

color 2

echo Virus detected.

pause

echo Would you like to delete the virus?

pause

echo Yes (y) or No (n)

pause

echo Error.

pause

echo Error.

pause

:1

tree

pause

return 0;

Step 3: Change the Text Document Into a .bat (batch) File.

Change the Text Document Into a .bat (batch) File.

To do this you will need to enable file extensions. To do this, search "Show extensions" in the Start Menu of Windows 7/8.

Once activated, you will see the document as New Text Document.txt. Change the .txt to .bat. A menu will pop up saying the file may become unusable. Click Yes.

Step 4: Open the Batch File

Open the Batch File

When opened, the batch file will display whatever you put into the code.

For example:

@echo off

echo Hello

The batch file will display "Hello"

Enjoy!

Comments

Popular Posts