Questions tagged [windows-logon]
8 questions
3
votes
0 answers
.Net C# It´s posible customize the Windows Login Screen?
Is there any possibility of creating a program / client that shows an interface where you can see a QR code generated by that program in the Window´s login screen?
I have seen that there is an application called StrongPass PC Logon, which does…

Jose alberto
- 31
- 1
1
vote
0 answers
Windows Credential Provider - Change User name Label on new Tile
I use my credential provider for RDP login on server windows.
I customize UpdateRemoteCredential to transport login data like as username and password. and I can login successfully by the user and pass:
pcpcsOut->ulAuthenticationPackage =…

VOLVO
- 541
- 5
- 16
1
vote
2 answers
Custom Windows Authentication Package not loaded
I'm writing a custom windows authentication package, but the LSA does not load my Dll.
I have the following methods exported via the .def file
EXTERN_C __declspec(dllexport) NTSTATUS NTAPI SpLsaModeInitialize(
ULONG LsaVersion,
PULONG…

Sency
- 2,818
- 8
- 42
- 59
0
votes
0 answers
Stop AutoHotKey script from starting before Windows login?
I am trying to make an AutoHotKey script that starts a certain program (Cold Turkey Blocker) a few seconds after I log in with my Windows account. The script itself runs without problems when started manually or if I start the PC and enter my…

user22487799
- 21
0
votes
0 answers
Is it possible to program custom SmartcardCredentialProvider on windows login screen?
I want to write CredentialProvider similar to builtin SmartcardCredentialProvider used in domain, but with one difference:
When the PIN field is displayed, do automatic submit with empty PIN and let the user log in to windows.
I have some ideas, but…

tista3
- 79
- 1
- 6
0
votes
0 answers
Custom Credential Provider - How to enter password only once over RDP?
When using Custom Credential Provider, you must enter the password 2 times.
How to enter a password once and then the OTP code?
I know the documentation says it's not possible, but I've seen a working example.
I have looked at several threads on…

z0rkiy
- 1
- 1
0
votes
1 answer
User Logon scripts in PowerShell doesn't work on Windows Server older than 2019
I've created a simple PowerShell script which writes a few text data into CSV file every time when the user logon and logoff to the servers (based on Windows Server 2008, 2012, 2016 and 2019). E.g. Get-Date | Export-CSV -Path…

Tomasz Wieczorkowski
- 163
- 2
- 9
0
votes
0 answers
Windows Credential Providers V2 C# Active for All users(Tiles)
I'm new to credential providers and I'm having a problem, I don't know exactly how to display the credentials for all users, right now the credentials are only displayed for the user with index 0, I'm following this example CSharpSampleProvider…

Jose alberto
- 31
- 1