Epson XP-4150 Series Printer: Difference between revisions
From WickyWiki
mNo edit summary |
|||
| Line 2: | Line 2: | ||
[[Category:Windows]] | [[Category:Windows]] | ||
== Disable warning message when using non-Epson cartridges == | == Disable warning message when using non-Epson cartridges == | ||
| Line 22: | Line 21: | ||
== ERR_SSL_VERSION_OR_CIPHER_MISMATCH == | == ERR_SSL_VERSION_OR_CIPHER_MISMATCH == | ||
* https://answers.microsoft.com/en-us/windows/forum/all/errsslversionorciphermismatch/10eeaa89-8329-4223-9dc4-b82ae4420d49 | * https://answers.microsoft.com/en-us/windows/forum/all/errsslversionorciphermismatch/10eeaa89-8329-4223-9dc4-b82ae4420d49 | ||
<source lang=dos> | |||
netsh winsock reset | |||
netsh int ip reset | |||
ipconfig /release | |||
ipconfig /renew | |||
ipconfig /flushdns | |||
</source> | |||
Revision as of 18:03, 12 May 2022
Disable warning message when using non-Epson cartridges
Assuming here you installed the printer driver and it is working
- Via Windows Start go to "Printers & scanners"
- Select the printer and click "Printing preferences"
- Select Tab "Maintenance"
- Click "Extended Settings"
- Uncheck "EPSON Status Monitor"
- Click Ok
Note that this will also disable:
- The Display of unwanted offers
- Sharing anything that is called "usage information"
Troubleshooting
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
netsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew ipconfig /flushdns