Collections:
Other Resources:
What Is lsass.exe Program on Windows 8
What is the "lsass.exe (Local Security Authority Process)" executable program on Windows 8? I want to know how lsass.exe is used to host services.
✍: FYIcenter.com
"lsass.exe (Local Security Authority Process)" is a Windows 8 system executable program that
is used to launch and host multiple Windows security related services.
If a service is configured to be launched and hosted by lsass.exe, it will provide a DLL file as a registry setting associated with this service. This DLL file contains the actual code for this service.
For example, service "VaultSvc (Credential Manager)" is configured to be launched and hosted by lsass.exe. It has the following registry setting: File=C:\Windows\system32\vaultsvc.dll.
So if "VaultSvc (Credential Manager)" service is started, vaultsvc.dll will be loaded to system and hosted by the lsass.exe process, together with other services hosted by lsass.exe.
Detailed information on "lsass.exe" program:
Name: lsass.exe Location: C:\Windows\system32\lsass.exe Description: Local Security Authority Process File version: 6.1.7601.19160 Size: 21.5 KB (22,016 bytes) Modified: Thursday, February 11, 2016, 12:30:59 PM
2016-12-19, ∼3080🔥, 0💬
Popular Posts:
Can I disable Windows service "Remote Procedure Call (RPC)" to speedup my computer? Windows service ...
What is "Credential Manager" in my Windows XP service list? And how is "Credential Manager" service ...
What is wrong if you get an execution error: "The procedure entry point _zval_dtor could not be loca...
How to configure Mozilla FireFox to use Notepad to edit Web page source code? By default, when you u...
What files are stored in the "C:\Users\<userid >\AppData\LocalLo w"folder? Can I delete...