You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application does not run on another profile when you switch Windows accounts without logging off.
After switching profiles, the process is still used by the previous user who is still logged in so the program does not run. I solved this temporarily with a task scheduler and a bash script that restarts DisplayMagician.exe after unlocking the computer
Windows 11 version is 22H2,
Steps to reproduce the behaviour:
Switch Profiles with either Win+L or use Start menu function
Unlock with another profile
App doesn't start
Expected behaviour
App checks if the process is already active in the background on other Windows account , if so it restarts.
The text was updated successfully, but these errors were encountered:
Hi @BarrFarr,
This is currently by design. A computer can only run one display layout at
a time, and applications running in different people's profiles are unable
to see applications running in another person's profile.
Rather than handle this situation, I reasoned that most people using
DisplayMagician would be doing so on a single user PC. It greatly
simplified the code, so I headed down that path.
This isn't something I'd be able to make happen in DisplayMagician v2.x ,
but I will keep this as an enhancement issue for DisplayMagician v3.0 (the
next version of DisplayMagician) as DM v3.0 is going to be a complete
rewrite.
Thanks
Terry
On Mon, 24 Jul 2023, 02:02 BarrFarr, ***@***.***> wrote:
The application does not run on another profile when you switch Windows
accounts without logging off.
After switching profiles, the process is still used by the previous user
who is still logged in so the program does not run. I solved this
temporarily with a task scheduler and a bash script that restarts
DisplayMagician.exe after unlocking the computer
Windows 11 version is 22H2,
Steps to reproduce the behaviour:
1. Switch Profiles with either Win+L or use Start menu function
2. Unlock with another profile
3. App doesn't start
Expected behaviour
App checks if the process is already active in the background on other
Windows account , if so it restarts.
—
Reply to this email directly, view it on GitHub
<#243>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLU5LCBKOZ6IMM2S2NM5U3XRUVJBANCNFSM6AAAAAA2UREVPI>
.
You are receiving this because you were assigned.
Message ID: ***@***.***>
The application does not run on another profile when you switch Windows accounts without logging off.
After switching profiles, the process is still used by the previous user who is still logged in so the program does not run. I solved this temporarily with a task scheduler and a bash script that restarts DisplayMagician.exe after unlocking the computer
Windows 11 version is 22H2,
Steps to reproduce the behaviour:
Expected behaviour
App checks if the process is already active in the background on other Windows account , if so it restarts.
The text was updated successfully, but these errors were encountered: