WOW - Using line commands. Look at the documentation. It even has a 'table of contents'

  • Thread starter Thread starter Kevin SmallBone
  • Start date Start date
+Bob+ said:
For those without the intellectual capacity to handle a real OS,
that's probably the best choice.


Test question: How do you enable the built in Administrator account in
Vista?

To activate the built-in Administrator account:
(Either from safe mode or normal mode.)

Right-click Computer > Manage > Local Users and Groups > Users
Double-click 'Administrator'
Clear the box 'Account is disabled'.
Click 'Apply' , 'OK'.
Reboot/log off
Select 'Administrator'

To switch off the default Administrator account, log on to another account
with admin privileges and repeat the above and select 'Account is disabled'.

You can also do it via an elevated command prompt.
To switch it on:
net user administrator /active:yes
To switch it off:
net user administrator /active:no
 
Back
Top