Breaking

Page is under development

Wednesday, May 22, 2019

Top 5 cmd tricks to impress your friends(part -1)

Here are the tricks which are easy to remember and impressive…
So lets begin ”-“

1.MATRIX VIRUS
By typing this commands in your notepad you can your cmd panel will be filled with digits (eg:10001001010) this will definitely impress your friends. Note: while saving the text add .bat with the name.(eg: matrix virus.bat)
here is the command

@echo off
color 0a
title ----------Matrixx Virus--------
:top
echo  %random% %random%%random%%random%%random%%random%%random% %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto top


2. TREE
This command will show all the file paths in local disks (eg.C,D,E).The way it shows the files feels like you are hacking. This will blow the mind of your friend completely. More the no. of files more effects it gives.

To execute this you have to open cmd as administrator then write the command tree .


3.TASKLIST
The code is used for knowing the recent tasks done on pc. This command can be used for impressing your friends. To get cooler effect I would recommend you to open lots of folders n stuff.
To execute this command type Tasklist in cmd.


4.SYSTEM INFO
This command enable’s you to know about the whole pc  with os. While performing this command it seems that you are hacking the pc/os . Hence, it is also a great command to impress your friends.
To execute this command you have to type Systeminfo in cmd.

5.HISTORY
This command will show you the recently used commands in cmd.
To use it you have to type Doskey/history .


These are some of the coolest commands which can make your friends head spin around.

No comments:

Post a Comment