Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

XP keeps asking for a password on logon.

Featured Replies

Have you tried going to user accounts and clicking “Change the way user log on or off” and clicking both boxes?


yeah I tried that. Tried turn them both off, then turning them back on too to see if it might reset itself. This is weird. Didn't want to do a restore, but I may have to.

I saw mention of the ASPNET account. A long (LONG) time ago this was an issue when some dotnet update didn't do something properly. I tried the userpasswords2 thing which fixed it, but created problems if I changed passwords.

I discovered that the update created the ASPNET account, but failed to put an entry in the registry (see the code section below for the registry key, and the bottom entry for the registry dword entry)

I manually put that in and it fixed my problem! I now make that part of my registry file for my unattended installs (It may or may not be necessary, but a few bytes on my install source is sure worth the removal of the worry of this problem).

A few points. Yes I did read the posts about how userpasswords2 did not help the problem. I also read the part about ASP account being deleted still didn't fix the problem.

I'm just putting this here to give some thought and discussion, or maybe help someone else if it doesn't help the one with the immediate problem.

And now for the registry stuff... the bottom line is all I added, I'm just posting the whole registry export so you can compare to mine.

As a side note, putting "whatevertheaccountnameis"=dword:00000000 will cause that account to not be visible on the welcome screen. Further, if you hide all but one account, that "visible" account "should" just auto logon, and then you would need to logout and hit CTRL-ALT-DEL from the welcome screen (switches to old style login screen), then manually type in the user name and password for the hidden account.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"HelpAssistant"=dword:00000000
"TsInternetUser"=dword:00000000
"SQLAgentCmdExec"=dword:00000000
"NetShowServices"=dword:00000000
"IWAM_"=dword:00010000
"IUSR_"=dword:00010000
"VUSR_"=dword:00010000
"ASPNET"=dword:00000000

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.