fakelogonscreen icon indicating copy to clipboard operation
fakelogonscreen copied to clipboard

Add an option to specify the location of the save file and check already saved credentials

Open opteh opened this issue 1 year ago • 1 comments

This is a very interesting utility. I would like to ask the developer to add an option to specify where to save the password file. We suggest adding fakelogonscreen to everyone's autostart.

Also the option to check already saved credentials would be very useful. And if the user credentials are already saved and they are correct, then fakelogonscreen does not display the fake logon window. Thanks!

opteh avatar Nov 03 '24 04:11 opteh

Hi @opteh, thanks for your suggestions for improvement!

For now you can update the path to where the credentials are stored in https://github.com/bitsadmin/fakelogonscreen/blob/master/Source/LogonScreen.cs#L77

Autostart for now could be done manually by for example adding an autorun entry to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run or creating a Scheduled Tasks which launches upon user login.

The feature of not showing the screen if the credential is already present in the file would have to be developed. Feel free to add it and submit a pull request!

bitsadmin avatar Nov 22 '24 11:11 bitsadmin