Welcome!
This project hooks onto and provides a graphical user interface for the console logon screen in Windows 10. Also, this is a Windows Vista Mod which initially release as Windows 7 style.
Warning
THIS PROJECT IS IN EARLY DEVELOPMENT AND MIGHT BE UNSTABLE
You may encounter issues using a Microsoft account, however, this will work perfectly fine on local accounts.
Disabling the lockscreen and the CTRL Alt Del logon keybinds is recommended as they're not fully implemented yet.
Knowing this, You might use this at your own risk.
The following steps explain how you can contribute to the project
- Fork the Original ConsoleLogonHook repository
- Pull using git commandline, or any Git UI manager (such as Github Desktop, etc.)
- Enjoy.
Warning
This will require administrator privileges to be installed.
-
Copy the 2 DLL files (ConsoleLogonHook.dll and ConsoleLogonUI.dll) from Releases into %SYSTEMROOT%\System32
-
Open a CMD window as TrustedInstaller via PsExec64 or ExecTI and copy and paste the following commands:
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Internal.UI.Logon.Controller.ConsoleBlockedShutdownResolver /v DllPath /t REG_SZ /d %systemroot%\System32\ConsoleLogonHook.dll /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Internal.UI.Logon.Controller.ConsoleLockScreen /v DllPath /t REG_SZ /d %systemroot%\System32\ConsoleLogonHook.dll /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Internal.UI.Logon.Controller.ConsoleLogonUX /v DllPath /t REG_SZ /d %systemroot%\System32\ConsoleLogonHook.dll /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Internal.Shell.PlatformExtensions.ConsoleCredUX /v DllPath /t REG_SZ /d %systemroot%\System32\ConsoleLogonHook.dll /for merge the regkey in the release zip as trusted installer.
- Take ownership of the file
Windows.UI.Logon.dlland rename it to something else. Example:Windows.UI.Logon.dll.bak, this is required as it will force the use of the console logon screen.
Thanks to @wiktorwiktor12 for creating this project.