Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label Command Prompt Tricks. Show all posts
Showing posts with label Command Prompt Tricks. Show all posts

Monday, December 16, 2013

How To Enable Command Prompt If Disabled by Administrator/Virus

Command Prompt is the tool in Windows which allows users to interact with their computer from a character user interface(CUI). It allows users to bypass most restrictions that are enforced on the Windows explorer based GUI. Hence, it can also be used to remove viruses and malware and also undo their effects. To avoid this, most viruses disable command prompt. Some administrators also purposefully disable it to avoid users changing critical settings of the computer.

Wednesday, December 4, 2013

Cool CMD Hacks

Looking for cool CMD hacks? Here are top cool CMD hacks that are easy to learn but they can be very useful.

1)CMD Hacks : Change CMD Title

Here is simple hack that will change cmd title . 
Just Click on Start 

Tuesday, December 3, 2013

How To Use Command Prompt as a Calculator

The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:
C:\>set /a 2+2
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9

Sunday, December 1, 2013

How To Change The Colour Of Command Prompt (DOS)

1-Click on Start from the taskbar
2-Type cmd 
3-Press Enter and it will take you to MS DOS environment.
4-Type "color f" without quotes.