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: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** | ||
+ | < | ||
net user UserName PassWord /add (hit enter) | net user UserName PassWord /add (hit enter) | ||
+ | </ | ||
+ | < | ||
net localgroup Administrators UserName /add (hit enter) | net localgroup Administrators UserName /add (hit enter) | ||
+ | </ | ||
- | :!: UserName and Password | + | :!: **UserName** and **PassWord** |
===== Make the user hidden ===== | ===== Make the user hidden ===== | ||
Line 30: | Line 32: | ||
At an **Administrative Command Prompt** | At an **Administrative Command Prompt** | ||
+ | < | ||
wmic UserAccount where name=' | wmic UserAccount where name=' | ||
- | + | </ | |
- | :!: Replace **UserName** with the user you have just created. | + | :!: Replace **UserName** with the user account |