samus
samus

Reputation: 6202

Attach to service process SecurityHealthService from Visual Studio 2022

I my trying to attach to the SecurityHealthService.exe process from VS 2022

Task Manager

However it doesn't show up in the "Attach to Process" dialog

VS 2022

I'm having an issue enabling Memory Integrity in Core Isolation, and pressing Scan shows CPU activity for SecurityHealthService.exe in Task Manager, but not for SecurityHealthHost.exe

Core Isolation

The incompatible drivers list is blank

Core Isolation

Therefore, I want to attach to SecurityHealthService.exe and look for any strings.

Autoruns

Task Manager

Upvotes: 0

Views: 170

Answers (1)

Joseph Willcoxson
Joseph Willcoxson

Reputation: 6050

You can use Process Explorer (procexp.exe) from Windows Internals site to examine strings.

If you can't attach to the process, it is probably because you are not running your instance of Visual Studio as an administrator. Run it as an adminstrator and you should be able to attach to the process.

I right click on the shortcut and select my Visual Studio version and it allows an option to run as administrator.

Of course, you must have administrator privileges to do so.

enter image description here

Upvotes: 0

Related Questions