Collections:
Other Resources:
What Is "svchost.exe -k LocalServiceNoNetwork" on Windows XP
What is "svchost.exe -k LocalServiceNoNetwork" command on Windows XP? Why command is used run system services?
✍: FYIcenter
"svchost.exe -k LocalServiceNoNetwork" is to invoke the svchost.exe program
to load the DLL file for the given service specified in the registry.
The loaded DLL file will be executed under a shared process of svchost.exe
named as the LocalServiceNoNetwork group as specified by the parameter "-k".
In other words, if multiple services are invoked by the same "svchost.exe -k LocalServiceNoNetwork", their DLL files will all be running under a single process of svchost.exe. The advantage of running running multiple services under a single shared process is to save process resources.
But services of a shared process have execution environment dependence. If one service is running into problem, all other services of the same process will be impacted.
Detailed information on "svchost.exe" program:
Name: svchost.exe Location: C:\Windows\system32\svchost.exe Description: Host Process for Windows Services File version: 6.1.7600.16385 Size: 20.5 KB (20,992 bytes) Modified: Monday, July 13, 2009, 9:14:41 PM
⇒"svchost.exe -k LocalServiceNoNetwork" Services on Windows XP
2024-02-18, ∼1330🔥, 0💬
Popular Posts:
What is service "wuauserv" and library "wuauserv.dll" on Windows Vista? "wuauserv" is a system servi...
What is the installed program "Adobe Refresh Manager" on my Windows 7 computer? Why it is not visibl...
What is muweb.dll - DLL File - Microsoft Update Web Control? muweb.dll is the Microsoft Update Web C...
How to stop a Windows XP service getting started automatically at system startup time, or disabling ...
Can I remove startup application "tfswctrl.exe - Sonic Drive Letter Access Component" to speedup my ...