Good day, Steemian!. Last time we talked about Windows command where I explained what is Windows command and I listed some commands which you may be familiar with, click here for the post. In today’s post, I’m going to go further on Windows commands;
Check Related Topics Here;
- How To Download Anything You Want From Google Search Engine
- How to edit any Webpage Texts with Javascript Code
- Programming Languages used in most popular websites

- calc
- shutdown
- net user *
- cd
calc
This is the command to open calculator software.
shutdown
This is the command to shutdown/hibernate/sleep/restart the user PC.
cd
This is the command to change directory i.e to change from one directory to the other e.g change from one folder to the other cd. or cd.. or cd Desktop etc.
net user account_name *
This is the command to change PC users account password without asking for the default; to run this command you have to have admin privilege and run the Command Prompt Software as Admin.
To use this command ;
on your command prompt input screen; run this command net user to get the account usernames listed
after that, run the given command net user account_name *
then you will be asked to enter your new password
Hurray!!! you just changed the account password without knowing the default password
To get help on specific command; enter the command with /? e.g shutdown /?
To Stop running command; press the Ctrl key with C