Nice to know: What is going on during logon

When you are logging onto a Windows machine you will sometimes notice that it is taking a long time… usually you just blame GPOs and move on… If you want to get a hint on what´s taking so long you can set a GPO setting which turns on detailed information during logon

image 

There are two different settings depending on which OS you are running (pre 2008R2/2012 or later)

You will find the setting in gpedit under Computer Configuration – Administrative Templates – System

The setting is called:

Pre 2012: Verbose vs normal status messages

Post 2012: Display highly detailed messages

/Johan

Windows 8/8.1 hjälp och tips…

I Windows 8 och 8.1 finns det en del tips (vissa påstår att det är för få) på hur man skall använda gränssnittet. I Windows 8 är det en film som envisas med att spelas när man loggar in första gången och i Windows 8.1 är det små tool-tips som poppar upp lite här och var. Hur som helst kommer man ganska snart till ett läge där man har sett dem och inte vill att de skall visas igen. I denna post har jag samlat information om hur man stänger av dem:

Windows 8.1

GPO:
User Configuration\Administrative Templates\Windows Components\Edge UI\Disable Help Tips
Computer Configuration\Administrative Templates\Windows Components\Edge UI\Disable Help Tips

Registry:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI      DisableHelpSticker   DWORD  1
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EdgeUI DisableHelpSticker   DWORD  1

Windows 8

GPO:

Computer Configuration\Policies\Administrative Templates\System\Logon\Show first sign-in animation

Registry:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon  EnableFirstLogonAnimation DWORD 0

/Johan