Associate
So trying to create a new user via a batch file or by directly typing the command into an elevated Command Prompt I am getting System Error 5
Have checked UAC is enabled and the Command Prompt is definitely elevated. Can create the user fine in settings, but wanting to add multiple users via a batch file on a fresh install as well as set up some symbolic links to folders I have on a NAS (mklink command is working fine)
Code:
net user abc 123 /add
Have checked UAC is enabled and the Command Prompt is definitely elevated. Can create the user fine in settings, but wanting to add multiple users via a batch file on a fresh install as well as set up some symbolic links to folders I have on a NAS (mklink command is working fine)