Some Windows OS Tricks

 

How to Change User Password at Command Prompt :

How to use the net user command to change the user password at a Windows command prompt.(Note : Only administrators can change domain passwords at the Windows command prompt).

1. To change a user’s password at the command prompt, log on as an administrator and type following command,

> “net user * /domain”       (without the quotation marks)

2. When you are prompted to type a password for the user, type the new password, not the existing password.

3. After you type the new password, the system prompts you to retype the password to confirm.

4. The password is now changed.

Note :  Non-administrators receive a “System error 5 has occurred. Access is denied” error message when they attempt to change the password.

 

Direct Bootup Without Typing Password

Follow these steps:
1. At a command prompt type

>“control userpasswords2”   and press Enter.

2. On the Users tab, clear the Users Must Enter A User Name And Password To Use This Computer check box and then click OK.

3. In the Automatically Log On dialog box that appears, type the user name and password for the account you want to be logged on each time you start your computer.

 

How to Quick SHUTDOWN Window System

Follow these steps:

1.  Open Task manager (By Ctrl+Alt+Del or Right click on the taskbar and select Task manager)

2. Hold Ctrl + Shift and select Shutdown menu and click Turn Off.

 

I hope All these Tricks Help to all.