How to disable Printer autodetect

I just connected my Zorin Laptop onto the network and it starts adding Printers automaticly.... We got about 400 printers here. How can I stop and disable this feature?

Hello @Roman78,
To prevent the Printer autodetect,
You can disable the process by opening the terminal and running:

sudo systemctl stop cups-browsed

and then

sudo systemctl disable cups-browsed

If you want, then you can re-enable it using:

sudo systemctl enable cups-browsed

and then:

sudo systemctl start cups-browsed
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.