CMD With Fun
Hello friends,Today I will show you how to use command prompt to day today life.Today I will hope to show you some commands.Let,s start,
First open the command prompt.To open command prompt press Windows key+X key.Then you will be seen a menu.Menu show "Command prompt(-admin)"type text .Click it.
After clicking it you will be see it as below,
1.If you have administrator or other accounts you can change password from cmd
Type this net user
you will see your accounts Think your account name is ABC1 ,
To change password type net user ABC1 <<password>>
Think your password is klo123 ,then type
net user ABC1<<klo123>>
After press window+L .this will lock you.so you enter the password you gave.
2.Shutdown the computer
To shut down the computer type shutdown -s -t 0 and press enter
this command's -t refers time.It works in second.If you type shutdown -s -t 30 Your computer will shutdown after 30 second .
If you want to cancel shutdown type shutdown -a
3.Restart the computer
Type this shutdown -r -t
This -r refers reboot
You can change time as you need
Thanks everyone
See how cool this!!!
ReplyDelete