From 1eb64bb12064649bd5b85e1505a89059a78904f0 Mon Sep 17 00:00:00 2001 From: Daniel Dybing Date: Mon, 22 Dec 2025 17:34:22 +0100 Subject: [PATCH] feat: add known Epson GUIDs to removal list --- PrintCleaner.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PrintCleaner.ps1 b/PrintCleaner.ps1 index f9fbc39..9a54e39 100644 --- a/PrintCleaner.ps1 +++ b/PrintCleaner.ps1 @@ -244,8 +244,8 @@ function Invoke-UninstallSoftware { # Internal Registry of Known Printer App GUIDs (for apps not detected by name) # Format: "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" $knownGuids = @( - # Add your GUIDs here, e.g.: - # "{12345678-1234-1234-1234-1234567890AB}" + "{DB5EDF09-A7A7-47FA-B365-A7500A472878}", # EpsonNet Print + "{3361D415-BA35-4143-B301-661991BA6219}" # MyEpson Portal ) $allSoftware = Get-InstalledSoftware