System Error 5

Associate
Joined
4 Jun 2007
Posts
2,280
Location
South Wales
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

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)
 
Back
Top Bottom