diff --git a/README.md b/README.md index 259b61a..752c895 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ This project hooks into and provide a graphical user interface to the console lo ## How to contribute to the project The following steps explain how you can contribute to the project 1. Fork the repository if you dont have write access -2. Download the source code as a zip by pressing the green "Code" button and hitting download as zip -3. Unzip the downloaded source and open the solution (ConsoleLogonHook.sln) with Visual Studio 2022 and build it in release configuration -4. enjoy +2. Pull using git commandline or any git ui manager such as github desktop +3. enjoy ## How to use -1. Copy the 2 compiled DLL files (ConsoleLogonHook.dll and ConsoleLogonUI.dll) from ConsoleLogonHook-dui-ui\x64\Release into %SYSTEMROOT%\System32 +1. Copy the 2 compiled DLL files (ConsoleLogonHook.dll and ConsoleLogonUI.dll) from ConsoleLogonHook\x64\Release into %SYSTEMROOT%\System32 > [!NOTE] > **It will most likely ask you to provide adminsistrator permission to copy to System32, just accept the warning** -> -3. Import the following registry key as TrustedInstaller by copying it into a text file and save as a .reg file then running with psexec64 +> +2. Take ownership of ConsoleLogon.dll and replace it with version, 10.0.19041.3636 (should be in releases) +3. Import the following registry key as TrustedInstaller by copying it into a text file and save as a .reg file then running with psexec64, or using any other method to run something as trusted installer ``` @@ -38,4 +38,4 @@ Windows Registry Editor Version 5.00 "DllPath"="C:\\Windows\\System32\\ConsoleLogonHook.dll" ``` -5. Take ownership of and rename Windows.UI.Logon.dll to anything else so it will invoke console login, it'll just work and do its thing +4. Take ownership of and rename Windows.UI.Logon.dll to anything else so it will invoke console login, it'll just work and do its thing