I'm trying to figure out a way to create an account on Windows 10 that can provide a login from remote users (I.E. net use \\Hostname\SharedFilder /User:"Username" Password) that does not have the following:
- The Ability to Log in from the lock screen
- It's own folder in C:\Users\
I was messing around with the command net user /Add but creating a user this way did have the two things I don't want. Disabling the account with net user Username /Active:No gets rid of the problems above, but it also blocks it from being logged in.