From b3007b71db31583c224d29c96f4ebc88eea07791 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 6 Oct 2022 10:53:53 +0200 Subject: [PATCH] Add default icon for Windows services --- process/tags/svchost_windows.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/process/tags/svchost_windows.go b/process/tags/svchost_windows.go index 60ab951b..713c2c31 100644 --- a/process/tags/svchost_windows.go +++ b/process/tags/svchost_windows.go @@ -82,6 +82,8 @@ func (h *SVCHostTagHandler) CreateProfile(p *process.Process) *profile.Profile { return profile.New(&profile.Profile{ Source: profile.SourceLocal, Name: "Windows Service: " + osdetail.GenerateBinaryNameFromPath(tag.Value), + Icon: `C:\Windows\System32\@WLOGO_48x48.png`, + IconType: profile.IconTypeFile, UsePresentationPath: false, Fingerprints: []profile.Fingerprint{ profile.Fingerprint{