feat: add known Epson GUIDs to removal list
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user