Breaking News
recent

4 Useful Command Prompt (CMD) Tricks Everyone Should Know

Command Prompt (CMD) is a tool where we can do a hell lot of Hack stuff. Here, I have displayed a few of them that could help you.

Here is our list of 4 best Command Prompt tricks that may help you work better. Whether you are new to CMD or you are a regular user, you'll find these tricks very easy to implement and very useful too.

I've explained them in a question-answer form for easy understanding. Check them out and do comment and share with us if you know some of such tricks.

Here you go...

Q. How to make a cmd prompt if it has been blocked?

A. Open notepad and type:
"Command.com" without quotes and save as cmd.bat



Q. How to create new user without permission?
A. In cmd prompt type:
Net user <username> <password> /add

example:- net user username pass1 /add <enter>



Q. How to make any user admin?
A. net localgroup administrators <username> /add

 

Q. How to change the password of any user without knowing the current one?
A. net user <username> *(shift+8) 

 Then add new password and confirm.

Enjoy!!



We value your comments. Let us know what you think about our blog.



Powered by Blogger.