up vote 2 down vote favorite
share [g+] share [fb]

Yesterday, I used netplwiz to store my password. I'm the only user of my laptop so I thought entering my password everytime was a waste of time.

Somehow my user lost it's membership in the Administrator group and I cannot do anything anymore due to UAC.

How do I log in as Administrator so that I can add my user to Administrators group and then turn off UAC?

link|improve this question
feedback

3 Answers

up vote 1 down vote accepted
  • Boot into Safe Mode.
  • Once inside, enable the hidden Administrator Account following these steps.
  • Boot normally and use the Administrator Account this time. Shouldn't be locked to SmartCard based security.
  • From there disable SmartCard based security.

I'm unsure as to the last step as I never used these horrendous (allow me the subjectiveness) things. But shouldn't be much of a problem. Disabling the service permanently, and/or uninstalling any SmartCard device that may be installed under Device manager should do the trick.

More interesting however is trying to find out how you got SmartCard based security on your system from just using the Advanced User Accounts Control Panel. You got me curious.

link|improve this answer
feedback

You might try to boot in safe mode (F8 during boot).

If you can execute the following command-line it is supposed to turn off UAC (never tried it):

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

link|improve this answer
I get "ERROR: Access is denied." – Owen Oct 20 '09 at 12:29
This isn't what I used but it gave me the idea to boot into Safe Mode. Didn't realize then that I had Administrator account available to me. – Owen Oct 20 '09 at 12:46
You can also roll back system restore to before the problem happened. – harrymc Oct 20 '09 at 13:25
feedback

I disabled the device in the Device Manager.

link|improve this answer
Thanks for the suggestion - didn't work though because when I tried to disable the device, I was prompted to enter a Smart Card. – Owen Oct 20 '09 at 12:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.