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:21]
jcooper
computing:windows:add_hidden_users [2018/05/01 13:24] (current)
jcooper
Line 6: Line 6:
  
 At an **Administrative Command Prompt** At an **Administrative Command Prompt**
 +<file>
 net user UserName PassWord /add (hit enter) net user UserName PassWord /add (hit enter)
 +</file> 
 +<file>
 net localgroup Administrators UserName /add (hit enter) net localgroup Administrators UserName /add (hit enter)
 +</file>
  
-:!: 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 30: Line 32:
  
 At an **Administrative Command Prompt** At an **Administrative Command Prompt**
 +<file>
 wmic UserAccount where name='UserName' set PassWordExpires=false (hit enter) wmic UserAccount where name='UserName' set PassWordExpires=false (hit enter)
- +</file> 
-:!: Replace **UserName** with the user you have just created.+:!: Replace **UserName** with the user account you want to hide.
  
computing/windows/add_hidden_users.1525202477.txt.gz · Last modified: 2018/05/01 13:21 by jcooper