3

There are 2 users on my PC. My mother's and mine. Every time my mother turns on the PC, I get logged in too. This is present since tha latest update (Win 10 1709). It's pretty weird since I have a password, but my mother does not.

So whenever she uses the PC, and then wants to turn it off, windows asks if she really wants to turn it off, because I'm logged in too.

I have tried this, but this is only enough to disable auto-login of the last user when the PC is turned on: Can I disable auto logon on windows 10 home

How can I fix this problem?

The current look of this regedit entry:

The current look of this regedit entry

VTX
  • 31

1 Answers1

2

I would try to reconfigure the autologin settings for both users using Sysinternals (now Microsoft) autologin and see if it goes away.

If you still got logged-in with both accounts I would simply disable the auto log-in for one of them instead of running mad.

If you still experience the same problem try to check if you are really got auto logged-in before with this simple VBScript:

Const ForAppending = 8
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.OpenTextFile("C:\Users\you\Desktop\ScriptLog.txt", ForAppending)
objFile.WriteLine Now
objFile.Close

Maybe it's a false alarm.

wp78de
  • 1,742