DigiSpark-Scripts/Create_Account
e.kodikara 4db19af074 Added hide option for created user 2019-09-24 14:57:49 +10:00
..
Create_Account.ino Added hide option for created user 2019-09-24 14:57:49 +10:00
README.md Added Create Account script 2019-08-23 22:11:45 +02:00

README.md

This script does the following:

  1. Starts Command prompt as Administrator
  2. Runs sequence of powershell commands
    1. Stores password in a variable
    2. Creates new local user account
    3. Gives newly created account administrator priviliages
  3. 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\"

Credits