Difference between revisions of "User:Scott/25"
Jump to navigation
Jump to search
(Created page with " '''Troubleshoot''' -------------------------------- Home Page user:scott Home02 user:scott/22 Printers user:scott/23 Network [[user:scot…") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | ''' | + | '''Account Management''' |
-------------------------------- | -------------------------------- | ||
Home Page [[user:scott]] | Home Page [[user:scott]] | ||
Line 5: | Line 5: | ||
Printers [[user:scott/23]] | Printers [[user:scott/23]] | ||
Network [[user:scott/24]] | Network [[user:scott/24]] | ||
− | + | Account Mng [[user:scott/25]] | |
+ | Virus Scan [[user:scott/26]] | ||
+ | Keith Admn [[user:scott/27]] | ||
Active Dir [[user:scott/29]] | Active Dir [[user:scott/29]] | ||
{{TOC limit|limit=1}} | {{TOC limit|limit=1}} | ||
__TOC__ | __TOC__ | ||
+ | |||
+ | ==Turn on/off Administrator Account== | ||
+ | net user administrator /active:yes | ||
+ | net user administrator /active:no | ||
+ | |||
+ | ==net use== | ||
+ | Discover what machines you are connected to/ | ||
+ | |||
+ | ==net user== | ||
+ | net user = (see all accounts) | ||
+ | |||
+ | net = see options | ||
+ | net accounts = more options | ||
+ | |||
+ | ==Create New User== | ||
+ | c:\>net user USERNAME Password1 /add | ||
+ | |||
+ | ==Make User an Admin== | ||
+ | c:\>net localgroup administrator USERNAME /add | ||
+ | |||
+ | ==Change User Password== | ||
+ | c:\>net user USERNAME * | ||
+ | ...or c:\>Administrator * | ||
+ | |||
+ | Type a password for the user: | ||
+ | Retype the password to confirm: | ||
+ | Exit | ||
+ | |||
+ | [[#top|top]] |
Latest revision as of 19:03, 14 December 2011
Account Management -------------------------------- Home Page user:scott Home02 user:scott/22 Printers user:scott/23 Network user:scott/24 Account Mng user:scott/25 Virus Scan user:scott/26 Keith Admn user:scott/27 Active Dir user:scott/29
Turn on/off Administrator Account
net user administrator /active:yes net user administrator /active:no
net use
Discover what machines you are connected to/
net user
net user = (see all accounts) net = see options net accounts = more options
Create New User
c:\>net user USERNAME Password1 /add
Make User an Admin
c:\>net localgroup administrator USERNAME /add
Change User Password
c:\>net user USERNAME * ...or c:\>Administrator * Type a password for the user: Retype the password to confirm: Exit