JSI Tip 7116. When you install the Microsoft .NET Framework 1.1 on Windows XP, the Welcome screen prompts you to press your user name, even though you only created one local user account, without a password?

Jerold Schulman

September 1, 2003

1 Min Read
ITPro Today logo in a gray background | ITPro Today

The subject behavior occurs because installing Microsoft .NET Framework 1.1 adds a hidden local account named ASPNET, which Windows treats as an additional user.

To workaround this behavior:

1. Press you user name on the Welcome screen to log onto Windows.

2. Copy / Paste the following to an ASPNET.reg file:

REGEDIT4

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserList]
"ASPNET"=dword:00000000

3. Merge the ASPNET.reg file with your registry, or double click the ASPNET.reg file, or run regedit /s ASPNET.reg.

4. When you Restart windows XP, your desktop appears without any intervention.



Read more about:

Microsoft
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like