View Single Post
  #2 (permalink)  
Old 12-19-2007
Jonnie32's Avatar
Jonnie32 Jonnie32 is offline
Junior Member
Jonnie32's Computer Stats
 
Join Date: Dec 2007
Location: Cumbria,UK
Posts: 2
Rep Power: 14
Jonnie32 is on a distinguished road
Send a message via MSN to Jonnie32
Re: can't set Vista admin account password

Go to Start and type cmd.exe and press Enter. This will open a command
prompt window.

Type:

net user

Press Enter.

This will give you list of all user accounts on the system. Next, type:

net user <account name>

Press Enter.

Where <account name> is one of the accounts that were shown after the first
command.

Repeat this command for each of the accounts shown in step one.

After this is complete, click the icon on the top/left corner of the command
window and go to Edit and click Select All. Press the Enter key. This will
copy everything on the screen to the clipboard.
Reply With Quote