Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: add bash as defult on arch 
Shell :: Instala o Prettier no desenvolvimento 
Shell :: raspberry install latest kernel 
Shell :: git the .git folder (to manage your local repo cloned many remote repos) 
Shell :: log the training YOLO 
Shell :: sudo apt get app 
Shell :: psql exmaple 
Shell :: shell script for creating a pod using helm 
Shell :: linux xcursor 
Shell :: count output linux 
Shell :: install media library 
Shell :: Initializing a repo on local machine 
Shell :: maingit-branch--m-main-<BRANCH-git-fetch-origin-git-branch--u-origin/<BRANCH-<BRANCH-git-remote-set-head-origin--a 
Shell :: mark drive as faulty mdadm linux 
Shell :: unbinding a mac to AD terminal 
Shell :: WSL2 SystemD-Genie AutoStarts with windows 
Shell :: kubuntu snap app not showing 
Shell :: Alternative to ctrl+R on linux 
Shell :: github suddenly gives large file error 
Shell :: msg="could not create cluster: could not create pod disruption budget: poddisruptionbudgets.policy "postgres-fx-postgres-pdb" already exists" 
Shell :: find the used port windows command spcfique 
Shell :: mention profile sls deploy 
Shell :: history command windows 
Shell :: how to install npm modules 
Shell :: To install latest version of something with pip in python 
Shell :: davinci resolve system requirements 
Shell :: grep search match in all files in folder 
Shell :: git stash specific files 
Shell :: connect project to git repository 
Shell :: installing latest mediapipe version 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =