Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday, September 25, 2012

Change system Password using Command Prompt

We can change the system password using command prompt. To change the password, you must be logged in as administrator and run "net user" command to change the password of a user.


    net user user_name new_password
Example:
    net user gaurav saini

No comments:

Post a Comment