Questions tagged [svchost]

6 questions
3
votes
1 answer

What does the "-k" flag in "svchost -k" means?

I have seen the -K flag in almost every (if not actually all) svchost processes regardless of the service it loads. It is always in the following format: [path\]svchost.exe -k group Searching google didn't give the exact answer I was looking for,…
Knightwish
  • 51
  • 1
  • 4
1
vote
1 answer

Name Services under started process in cmd

In windows 10 cmd, I started a process C:\Windows\system32\svchost.exe -k RPCSS -p successfully. How do I list the services it is currently managing? I've looked at tasklist, however, that requires the image name, and I am unsure how to identify…
0
votes
0 answers

How to automatically set CPU priority for a Windows 10 service launched through svchost.exe ( bthserv )?

I want to automatically set the process bthserv to high priority in Windows 10. I can manually do it through Task Manager, but the workarounds I've found for changing priority automatically work only for specific executables/apps. I can't use those…
0
votes
0 answers

How to read the contents in svc.log

Svchost.exe is creating the log file as svc.log in the path "c:\windows\system32\logfiles\sum". How to read them and see the content inside the log files. I tried with notepad, notepad++ (used different encoding) and Microsoft service trace viewer,…
0
votes
0 answers

Compiling Service DLL for use in SvcHost.exe with g++

I have been tasked to create a Windows Service DLL to be hosted by SvcHost.exe using the g++ compiler. So far, I've set up the service, created a DLL with ServiceMain, added "ServiceDLL" into the SYSTEM registry, and added "(group name)" into the…
Stryker2k2
  • 108
  • 9
-1
votes
1 answer

Vb script appears at the end of my html code

Iam just opened my vs code and then appears script at the end of html tag, that a many numbers in there, i've tried to delete that but it reappears after some time. vb script that appears in html code I tried to delete it and it just appears again…
napidd
  • 1