|
||
---|---|---|
.. | ||
Create_Account.ino | ||
README.md |
README.md
This script does the following:
- Starts Command prompt as Administrator
- Runs sequence of powershell commands
- Stores password in a variable
- Creates new local user account
- Gives newly created account administrator priviliages
- Exits Command prompt
Additional information:
- Running time is around 15 seconds(depending on hw and length of user name, password, description...)
- Optionally you can add
-FullName
and-Description
parameters to give account more believable look:New-LocalUser \"accName\" -Password $pass -FullName \"User name\" -Description \"Description of new account\"