0

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

  • All reported drivers in Autoruns are verified

    • Removed empty WinSetupMon and Adobe Type Manager entries and rebooted
  • Cannot find any log entries in Computer Management

  • Virtualization Enabled

  • SMM Security Mitigation On

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

Autoruns

Task Manager

samus
  • 6,102
  • 6
  • 31
  • 69

1 Answers1

0

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

Joseph Willcoxson
  • 5,853
  • 1
  • 15
  • 29