Disable Windows 8 Welcome Screen

2

0

I am developing a WPF window based application that runs in full screen. It's intended to work like an embedded system so I don't want to show any Windows logo screen or other similar information to end users.

I modified the appropriate Registry settings to automatically login an admin user. This works fine in Windows 7 32/64 bit as well as Windows 8.

I want to disable or change this Welcome Screen in Windows 8 or 8.1: I want to remove this screen

I searched for some articles and tips and tricks but no luck.

I want to make this change using the Registry.

Thanks

Anant Dabhi

Posted 2014-07-15T11:54:19.923

Reputation: 129

I don't understand the question. Winodows 8 should still automatically log you into the account. Are you sure no indicating of a user login event is displayed in Windows 7? – Ramhound – 2014-07-15T11:59:34.807

@Ramhound I want to remove default welcome screen ... – Anant Dabhi – 2014-07-15T12:06:59.140

I don't believe its possible to disable the screen in the screenshot. You have enabled a default account and configured the system to automatically log into that account? What group policy changes have you tried?

– Ramhound – 2014-07-15T12:32:33.207

yes I enabled default account and config. systeam as to automacally and its works fine but when starting system I see the welcome screen above. – Anant Dabhi – 2014-07-15T12:43:02.483

That is a placeholder screen for while the desktop session is loading, what should take it's place for the time between logging on to the OS and the desktop is ready to be displayed? – Scott Chamberlain – 2014-12-30T23:24:48.813

Answers

3

Disabling the Logon UI is not possible on desktop or server operating systems in any way supported by Microsoft. At best, you could hack it away. Since it won’t speed things up, the screen would simply be blank during that time. Not exactly what you’d call user experience.

It might be possible with Windows Embedded.

This behavior also consistent with earlier Windows NT versions. They all have the Logon UI visible after early boot processes are finished.

Here’s the relevant MSDN page about Windows 8.1 Embedded Industry. Apparently, you can get what you want simply by activating Custom Logon:

By default, Custom Logon launches directly into the shell without displaying the sign-in UI when automatic sign-in is enabled.

Daniel B

Posted 2014-07-15T11:54:19.923

Reputation: 40 502

-1

Open group policy editor(Run: "gpedit.msc")

Go to:

Computer Configuration > Administrative Templates > Control Panel > Personalization

Double click “Do not display the lock screen,” and select Enabled from the dialog that pops up. Click OK.

Sandesh Damkondwar

Posted 2014-07-15T11:54:19.923

Reputation: 150

3I want to change welcome screen in posted in qustion not want to disable lock screen. – Anant Dabhi – 2014-07-15T13:08:22.113

-1

In view of the foregoing answer, I answer this question for the welcome log-in (and NOT the lock) screen. Google effected this link that should answer your question:

Windows 8 runs a tight ship by throwing up a lock screen and a log-in screen before you can dive in. But you can easily bypass those screens so you don't have to type your password every time. Here's how:

From the Start screen, type netplwiz. The command for netplwiz, aka the User Accounts Control Panel, appears in the search results in the left pane. Click that command.

In the User Accounts Control Panel, select the account you wish to use to log in automatically.

Click off the check-box above the account that says "Users must enter a user name and password to use this computer." Click OK.

Enter your password once and then a second time to confirm it. Click OK.

Restart Windows. Windows now bypasses the lock screen and the log-in screen to automatically take you to the Start screen.

Change your mind? To re-enable the log-in screen, simply return to the User Accounts Control Panel using the steps above and click on the check-box for the "Users must enter a user name and password to use this computer" option.

Greek - Area 51 Proposal

Posted 2014-07-15T11:54:19.923

Reputation: 1 024

1The OP already did that. He wants to get rid of any indication on a user logging in whatsoever. – Daniel B – 2015-03-21T13:08:44.693