Creating a password is looks like an easy deal for us. But remember, other than you create an “easy to remember” password, you have to create a complicated password also for security reason. And that’s the problem, to creating a complicated password you must combine number, letter and mark.

But you don’t worry Windows is provide a solution for us to creating a “strong” password.
We’ll using net command to do this. First, open the Command Prompt console by click Start-Run menu, type cmd in textbox and then click OK button.
At DOS prompt type net user “your_account_name” /random then press Enter. For example, if you want create password for Administrator account, type net user “Administrator” /random then press Enter key. Then your password will created and then write it. And you need to know, that password will apply to your account directly. So, on next login you’ll need to enter that password.
Now, try to restart your computer.

0 comments