Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling the Windows Welcome screen after sign-in #13

Open
jazir555 opened this issue Jan 28, 2024 · 2 comments
Open

Disabling the Windows Welcome screen after sign-in #13

jazir555 opened this issue Jan 28, 2024 · 2 comments

Comments

@jazir555
Copy link

Hi @DavidWeiss2! I'm trying to make another project, and was hoping you could help me out or point me in the right direction. I'm trying to fully disable the welcome screen when Windows boots and a user is automatically signed in. The intent is to "consolize" Windows as much as possible and have it boot straight to a game UI like Steam Big Picture.

Do you know how I could completely disable it, put a black photo on top of all the welcome UI elements so the screen appears black?

@DavidWeiss2
Copy link
Owner

Hi @DavidWeiss2! I'm trying to make another project, and was hoping you could help me out or point me in the right direction. I'm trying to fully disable the welcome screen when Windows boots and a user is automatically signed in. The intent is to "consolize" Windows as much as possible and have it boot straight to a game UI like Steam Big Picture.

Do you know how I could completely disable it, put a black photo on top of all the welcome UI elements so the screen appears black?

https://learn.microsoft.com/en-us/windows/configuration/kiosk-single-app

https://answers.microsoft.com/en-us/windows/forum/all/how-on-earth-do-we-remove-the-welcomelocksplash/10dc7352-9afb-4976-84b8-2b499cef7416

@jazir555
Copy link
Author

Hi @DavidWeiss2! I'm trying to make another project, and was hoping you could help me out or point me in the right direction. I'm trying to fully disable the welcome screen when Windows boots and a user is automatically signed in. The intent is to "consolize" Windows as much as possible and have it boot straight to a game UI like Steam Big Picture.
Do you know how I could completely disable it, put a black photo on top of all the welcome UI elements so the screen appears black?

https://learn.microsoft.com/en-us/windows/configuration/kiosk-single-app

https://answers.microsoft.com/en-us/windows/forum/all/how-on-earth-do-we-remove-the-welcomelocksplash/10dc7352-9afb-4976-84b8-2b499cef7416

Unfortunately neither of those are applicable. I'm referring to this screen that appears when the user is automatically logged on. So not the sign in screen which appears directly after the the windows logo, but the UI with the spinning wheel, username of the user being signed in and their profile photo.

The Windows kiosk single app would prevent the usage of the desktop after Steam or Playnite has launched, which would defeat the purpose. The Windows "Custom Logon" feature does exactly what I want, and I can confirm it does work on Windows 10.

However, Custom Logon does not work on 11 from my testing. I've tried it on 11 Pro, 11 Pro Education, and 11 Workstation. I'm trying to replicate that functionality, either by disabling the Welcome screen entirely, finding a way to display a black image over all of the welcome screen UI elements, or re-enabling the Custom Logon feature to function on Windows 11.

Can one of your credential provider examples be used to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants