Remove the annoying and time consuming first logon (OOBE) screen on Windows 8.
1 2 |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "EnableFirstLogonAnimation"=dword:00000000 |
For every 1603 in the World
Remove the annoying and time consuming first logon (OOBE) screen on Windows 8.
1 2 |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "EnableFirstLogonAnimation"=dword:00000000 |
Usefull when working on Virtual Guests with a lot of snapshots and when computer is joined to a domain.
1 2 |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters] "DisablePasswordChange"=dword:00000001 |
Source: Microsoft