SOLVED Boot Icon

Joined
Oct 30, 2011
Messages
2
Reaction score
0
After installing VMWare, my Windows 7 64-bit system always boots to an icon in the center of the screen, which I must click to complete the boot.

I am the only user, and have no password.

How do remove this nuisance step during boot?
 

Elmer BeFuddled

Resident eejit
Joined
Jun 12, 2010
Messages
1,048
Reaction score
251
Hi jackbn and Welcome to The Forum.

Can't say why this may have happened, but something to check. In the Start Menu Search or a Run... window, type netplwiz which will open the userpasswords2 window.

Highlight your user name.

If ticked, un-tick the "Users must enter a password to use this computer. Click apply, you'll be prompted to add a password and verify said password. This is entirely optional, you can just OK your way out.

HTH Elmer.
 
Joined
Oct 30, 2011
Messages
2
Reaction score
0
Thanks. That worked.

Not exactly an obvious solution ! !

I had perused Control Panel without finding how to fix it.
 

Elmer BeFuddled

Resident eejit
Joined
Jun 12, 2010
Messages
1,048
Reaction score
251
Glad to have helped, and agree, not obvious!!

If you want to add Advanced User Accounts to the Control Panel (easiest found in icon view), the following saved as a .reg file, when merged to registry will do that:
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="Advanced User Accounts"
"InfoTip"="Starts the \"Control Userpasswords2\" Admin Screen"
"System.ControlPanel.Category"="9"

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\DefaultIcon]
@="%SystemRoot%\\System32\\netplwiz.exe"

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open\command]
@="Control Userpasswords2"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="Add Advanced User Accounts to Control Panel"
To remove, run this as a .reg file:
Code:
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top