wiktorwiktor12 / ConsoleLogonHook

121 stars 8 forks source link

Black login screen #25

Open Ben2557 opened 1 month ago

Ben2557 commented 1 month ago

Log in and log out of my account work well but I only get a black login screen with a console from C:\System32\LogonUI.exe asking for my account's code.

I'm running Windows 10 22H2.

wiktorwiktor12 commented 1 month ago

Send me the consolelogon.dll you are using so i can fix the issue, for now use the consolelogon.dll bundled in release 1.0.2

Ben2557 commented 1 month ago

Send me the consolelogon.dll you are using so i can fix the issue, for now use the consolelogon.dll bundled in release 1.0.2

ConsoleLogon.zip

Here it is !

Ben2557 commented 1 month ago

I just replaced .dll from v1.0.2 release and my problem persist.

wiktorwiktor12 commented 1 month ago

delete the consolelogonhookoffsetcache file, also send me your log file, located in system32/logs/clh.log

wiktorwiktor12 commented 1 month ago

oh wait i just realised that this issue is unrelated to anything with consolelogonhook, you likely forgot to import / set the reg keys as trusted installer, it also could be that your regedit.exe is corrupt likely from running 7tsp please run sfc /scanfile=%windir%\regedit.exe

Ben2557 commented 1 month ago

I did :

Same black console login screen...

wiktorwiktor12 commented 1 month ago

did you redo the reg file/ cmd commands

wiktorwiktor12 commented 1 month ago

did u also rename/delete windows.ui.logon.dll

Ben2557 commented 1 month ago

I redid everything you say.

Anyway I'm glad because this is solved ! I run sfc/ scannow, uninstalled themes, other minor things that could produce any issue.

I'll install things one by one tomorrow to see the culprit.