I was looking for this solution. I just wanted to create a simple standard user with no password for students to log into. I created a powershell script and just used this line personalized for me:
NET USER username “password” /ADD
I took out the password and set Student as the username. It created a standard user named Student. Worked slick.