Questions tagged [winlogon]

Winlogon is the component of Microsoft Windows operating systems that is responsible for handling the secure attention sequence.

Winlogon is the component of Microsoft Windows operating systems that is responsible for handling the secure attention sequence, loading the user profile on logon, and optionally locking the computer when a screensaver is running (requiring another authentication step). The actual obtainment and verification of user credentials is left to other components. Winlogon is a common target for several threats that could modify its function and memory usage. Increased memory usage for this process might indicate that it has been "hijacked". In Windows Vista and later operating systems, Winlogon's roles and responsibilities have changed significantly.

192 questions
1
vote
3 answers

How can I make a service logon Windows for me?

I have a basic setup to deal with here, no domains or fancy stuff. I can make a program receive a message from my phone to trigger events, etc. How can a C# application run in the background before login? (I'll try as a service first...) And, how…
Andrew Mock
  • 99
  • 1
  • 1
  • 7
1
vote
1 answer

credential provider 64 bit on windows 7 pro

I have build a my own credential. I Installed it on 64 bit systems with Windows 7 home and it's ok. I tried to install it on 3 different machines with windows 7 64 pro and my provider is not shown. I didn't know that there were differences in…
1
vote
1 answer

C# Credential Provider UpdateRemoteCredential not firing while connecting with RDP

I developed a custom credential provider by using C# and it works both unlock and logon scenario locally. When its CREDUI scenario, i can logon or unlock remote computer with my local Credential provider. My filter is registered in regedit. Same DLL…
candogg
  • 145
  • 7
1
vote
0 answers

Is it possible to log on with a user with an application that is started on windows starup?

In a computer, I have a gRPC service that is hosted in a console application. This console application is started when the system starts. For that, I used a schedule task thas starts the console application with the user A and I set to start on…
Álvaro García
  • 18,114
  • 30
  • 102
  • 193
1
vote
1 answer

Using CredUIPromptForWindowsCredentials to authenticate a FIDO2 token

I have an Azure AD joined system set up to log on using FIDO2 tokens. With that token I am able to logon as well as unlock the Windows 10 computer so I know that the token is registered and working. When I try to authenticate a user's YubiKey using…
1
vote
1 answer

C++ script to “unlock” windows after being locked using “LockWorkStation()”

I have a C++ script that locks the windows when a specific event occurs. Locking windows is done using “LockWorkStation()” command. What I want to do is “unlock” windows when some other event occurs. For the sake of argument, let’s assume windows…
Louis
  • 1,265
  • 1
  • 15
  • 22
1
vote
3 answers

Changing Registry\...\Winlogon\AutoAdminLogon before auto logon execute

The situation/context/intent I try to run a task (on windows 10) which activate or deactivate auto logon depending on the NetConnection name (to see if I am home). The script works and is executed, but I guess the task is too late, since auto logon…
David
  • 13
  • 3
1
vote
1 answer

How to edit Windows 10 login screen so that it will only work if there is a working usb camera installed?

How can I edit Windows 10 login screen so that it will only work if there is a working usb camera installed? Is there any documentation of API example or tool for this use case?
Edville
  • 345
  • 1
  • 5
  • 18
1
vote
2 answers

Debugging credential provider crash

I am developing a credential provider for windows. I would like to know if it’s possible to attach and debug while running. As this is part of a logon process I am not sure if/how to do it. Also, if a credential provider crashes, does windows dump a…
cpp19
  • 76
  • 6
1
vote
0 answers

How to add a button to Win Logon Screen

for my enterprise we would want to add a button to the initial windows Logon Screen (or a simple link) that would open a the browser to a specific url we used to reset password using a dedicated web apps. We pushed a similar solution by CISCO (CISCO…
1
vote
0 answers

Windows In Box / Hello Credential Provider api

Hi I know about the normal Credential Provider api, but is there an api for the Hello type providers? Eg: Windows Hello Face Windows Hello Fingerprint Windows Hello PIN Picture Password How does someone create a provider like that? Thanks
chup
  • 69
  • 1
  • 7
1
vote
0 answers

Unable to connect from my credential into Microsoft Sample Key Storage Provider (Cryptographic Provider Development Kit)

My current environmental situation: 1. on the client side I installing the certificate issued from a window server (ADCS) with a provider type (Microsoft Enhanced Cryptographic Provider v1.0) and a PFX private key in the certificate store (my…
1
vote
0 answers

how can I get control of my wpf application started through shell registry editor only with the keyboard

I have modified the following value of the registry editor: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon “Shell” = "MyApp.exe" . To start my application WPF instead of explorer.exe that is only operated by the keyboard,…
1
vote
1 answer

Winlogon Notification Service before ntuser.dat is loaded

I'm trying to make a Winlogon notification service that receive the logon message and then copies ntuser.dat (registry) from a central location (like roaming profile do) and when logoffs, reverts this (copy ntuser.dat to central location). I already…
1
vote
1 answer

Add custom 2FA on Windows XP (after login)

I would like to create a custom 2FA on Windows XP (and above) for personal computers. I know Windows XP is discontinued, but I'm using an old program relying on Windows XP, so for now I'm stuck on it. I can write C/C++ code, but I don't know C#. So…
Max13
  • 919
  • 2
  • 9
  • 27