This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:windows:add_hidden_users [2018/05/01 13:16] jcooper |
computing:windows:add_hidden_users [2018/05/01 13:24] (current) jcooper |
||
---|---|---|---|
Line 3: | Line 3: | ||
This is to create a user that does not show in **Control Panel -> User Accounts** or on the **Sign In Screen** | This is to create a user that does not show in **Control Panel -> User Accounts** or on the **Sign In Screen** | ||
- | ===== Administrative Command Prompt create user ===== | + | ===== |
- | net user UserName PassWord /add | + | At an **Administrative Command Prompt** |
+ | < | ||
+ | net user UserName PassWord /add (hit enter) | ||
+ | </ | ||
+ | < | ||
+ | net localgroup Administrators UserName /add (hit enter) | ||
+ | </ | ||
- | net localgroup Administrators UserName /add | + | :!: **UserName** and **PassWord** |
- | + | ||
- | :!: UserName and Password | + | |
===== Make the user hidden ===== | ===== Make the user hidden ===== | ||
Line 25: | Line 29: | ||
- Double-click the new DWORD key and make sure its data value is set to 0. | - Double-click the new DWORD key and make sure its data value is set to 0. | ||
+ | ===== Set Password To Never Expire ===== | ||
+ | |||
+ | At an **Administrative Command Prompt** | ||
+ | < | ||
+ | wmic UserAccount where name=' | ||
+ | </ | ||
+ | :!: Replace **UserName** with the user account you want to hide. | ||