Difference between revisions of "User:Scott/25"

From FreekiWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
  Printers    [[user:scott/23]]
 
  Printers    [[user:scott/23]]
 
  Network      [[user:scott/24]]
 
  Network      [[user:scott/24]]
  Security    [[user:scott/25]]
+
  Account Mng  [[user:scott/25]]
 
  Virus Scan  [[user:scott/26]]
 
  Virus Scan  [[user:scott/26]]
 
  Active Dir  [[user:scott/29]]
 
  Active Dir  [[user:scott/29]]
Line 12: Line 12:
 
__TOC__
 
__TOC__
  
==Security Apps==
+
==Turn on/off Administrator Account==
 +
net user administrator /active:yes
 +
net user administrator /active:no
  
===Microsoft Security Essentials===
+
==net user==
  http://windows.microsoft.com/en-US/windows/products/security-essentials
+
net user = (see all accounts)
 +
 +
net = see options
 +
  net accounts = more options
  
===Microsoft Baseline Security Analyzer 2.2===
+
==Create New User==
  http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=7558
+
c:\>net user USERNAME Password1 /add
 +
 +
==Make User an Admin==
 +
  c:\>net localgroup administrator USERNAME /add
  
===Microsoft Microsoft Network Monitor 3.4===
+
==Change User Password==
  http://www.microsoft.com/download/en/details.aspx?id=4865
+
  c:\>net user USERNAME *
 +
...or c:\>Administrator *
 +
 +
Type a password for the user:
 +
Retype the password to confirm:
 +
Exit
  
 
[[#top|top]]
 
[[#top|top]]

Revision as of 16:56, 14 December 2011

      Troubleshoot
--------------------------------
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
Active Dir   user:scott/29

Template:TOC limit

Turn on/off Administrator Account

net user administrator /active:yes
net user administrator /active:no

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