User Tools

Site Tools


computing:windows:add_hidden_users

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 =====+=====  Create User =====
  
-net user UserName PassWord /add+At an **Administrative Command Prompt** 
 +<file> 
 +net user UserName PassWord /add (hit enter) 
 +</file> 
 +<file> 
 +net localgroup Administrators UserName /add (hit enter) 
 +</file>
  
-net localgroup Administrators UserName /add +:!: **UserName** and **PassWord** are replaced with your chosen values
- +
-:!: UserName and Password are replaced with your chosen values+
  
 ===== 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**
 +<file>
 +wmic UserAccount where name='UserName' set PassWordExpires=false (hit enter)
 +</file>
 +:!: Replace **UserName** with the user account you want to hide.
  
computing/windows/add_hidden_users.1525202188.txt.gz · Last modified: 2018/05/01 13:16 by jcooper