Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to create a local user account in windows 10 (list the steps)

$password = ConvertTo-SecureString -String MyComplexPassword! -AsPlainText -Force
New-LocalUser -Name LocalUser6 -FullName LocalUser6 -Password $password
Source by adamtheautomator.com #
 
PREVIOUS NEXT
Tagged: #create #local #user #account #windows
ADD COMMENT
Topic
Name
6+9 =