Fast User Switching is giving issues.


ImChiuahua

New member
Local time
4:31 PM
Posts
1
Visit site
OS
windows11
Hello,
I am trying to switch users on my windows 11 desktop and every time me and another user try to switch between our users, we get an error code saying "the initial user must signout in order for you to sign in".

We are not sure why his is, we have tried disabling hide user entry points for fast user switching. (doesnt work enabled nor disabled, not configured was the default.) we have tried a logon script by creating a .bat file and then using that script in gpedit.msc -> UserConfig -> Scripts -> logon and in the script name field, we added the file path of said script. this method worked on another computer with the same issue but it is not working on this one. can anyone assist with this? or may have any insight as to why this may be happening to only one machine and not the other?

The script we used in the .bat is:

@echo off
for /f "tokens=3" %%a in ('query user %username%') do set sessionid=%%a
logoff %sessionid%

which should end the current user's session and allow another user to sign in without signing out the previous user. this script was effective in 1 pc but not the other.

PS: both PCs are running the build of windows, and both were just reimaged in windows11
 
Windows Build/Version
23H2 OS Build: 22631.4317

My Computer

System One

  • OS
    windows11
Make sure the GPEdit took place. Start a Command Prompt as Admin and type

GPResult /r
and press Enter.

 

My Computer

System One

  • OS
    Windows 11 Pro 64 bit 24H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte Z390 UD
    CPU
    Intel Core i7 77000 3.60
    Motherboard
    Gigabyte Z390 UD
    Memory
    16 GB
    Graphics Card(s)
    nVidia GEForce RTX 2060 Super
    Sound Card
    onboard
    Monitor(s) Displays
    Two 27" Dell 4K monitors
    Screen Resolution
    3840 x 2160
    Hard Drives
    M.2 NVME SSD, 500 GB; Two 2TB Mechanical HDD's
    PSU
    850w PSU
    Case
    Cyberpower PC
    Cooling
    Water cooled
    Keyboard
    Backlit Cyberpower gamiong keyboard
    Mouse
    Backlit Cyberpower gaming mouse
    Internet Speed
    1 GB mbps
    Browser
    Brave
    Antivirus
    Windows Security
Back
Top Bottom