feat: add known Epson GUIDs to removal list

This commit is contained in:
2025-12-22 17:34:22 +01:00
parent 9652a98e3e
commit 1eb64bb120

View File

@@ -244,8 +244,8 @@ function Invoke-UninstallSoftware {
# Internal Registry of Known Printer App GUIDs (for apps not detected by name) # Internal Registry of Known Printer App GUIDs (for apps not detected by name)
# Format: "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" # Format: "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
$knownGuids = @( $knownGuids = @(
# Add your GUIDs here, e.g.: "{DB5EDF09-A7A7-47FA-B365-A7500A472878}", # EpsonNet Print
# "{12345678-1234-1234-1234-1234567890AB}" "{3361D415-BA35-4143-B301-661991BA6219}" # MyEpson Portal
) )
$allSoftware = Get-InstalledSoftware $allSoftware = Get-InstalledSoftware