How can I create a strong password with a command line?

There are many ways to create a strong and eight-character password, but probably not many people think that one possible solution is the Windows command line. But it is; it only works if you have administrator-level privileges. The password can be generated by the command “net user [User name] /random”; of course, the [User name] …

❱ Read more …