Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorwiktor12 authored Jun 21, 2024
1 parent 22cf771 commit 7495308
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


```
Expand All @@ -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

0 comments on commit 7495308

Please sign in to comment.