Printers

    How to avoid printers being added to CUPS

    You need to set the parameters below.

    For Linux:

    dcv set-config --section printer --key enable-pdf-print "false"
    dcv set-config --section printer --key enable-printer-redirection "false"

    For Windows:

    dcv.exe set-config --section printer --key enable-pdf-print "false"
    dcv.exe set-config --section printer --key enable-printer-redirection "false"

    You need to recreate the session or restart DCV Server.

    How to remove printers from specific users or groups

    You need to set you default.perm removing “printer” permission from the users or groups.