-
-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(printing): make fax and scan optional
- Loading branch information
Showing
2 changed files
with
6 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd8cbb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i just used this to fix a Canon multifunction issue. the Canon multifunction driver install fails (of course), but then also can't be removed due to missing fax service.
a possible workaround is to use Canon XPS drivers instead if one doesn't want the fax service installed (i'm not sure this contains the scanner drivers though)
cd8cbb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
additionally, it appears
dism /Online /Remove-Capability /CapabilityName:Print.Management.Console~~~~0.0.1.0
must be run before re-adding it withdism /Online /Add-Capability /CapabilityName:Print.Management.Console~~~~0.0.1.0
to ensure it reinstalls correctly. possibly the same is true forPrint.Fax.Scan
cd8cbb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't reproduce personally, although I'm testing on 24H2 so it might be different?