Hi CL
If everything is okay, don't forget to share your experience with the issue by "Accept answer". If you need more information, feel free to leave a message. We are happy to help!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Our PCs all use point and print to wirelessly print to the same printer. They're all set as non admin users. Every time the PC does any sort of update it will bring up a message
'Windows needs to download and install a software driver from.....'
But when we check the drivers are already installed, however you cannot print until you proceed to install the driver, and this can only be done by an admin.
Any help on how to stop this message popping up every time would be fabulous.
Hi CL
If everything is okay, don't forget to share your experience with the issue by "Accept answer". If you need more information, feel free to leave a message. We are happy to help!
Hi CL
This is one of those quirks with how Windows handles Point and Print policies. What’s happening is that after certain updates, Windows revalidates the printer driver package, and if the policy isn’t set to trust that driver source, it’ll prompt non-admin users to reinstall even though the driver is already present. The fix usually comes down to tweaking Group Policy: under User Configuration → Administrative Templates → Control Panel → Printers → Point and Print Restrictions, you’ll want to set it so users don’t get prompted for elevation when connecting to trusted servers.
Another option is to pre-stage the driver package on the machines so Windows doesn’t try to fetch it again. If you’re in a domain environment, pushing this via GPO is the cleanest way; if not, you can adjust the local policy on each PC. Also, make sure the printer driver is signed and matches the version Windows expects mismatches can trigger that prompt too. Once those policies are aligned, your non-admin users should stop seeing that annoying message after updates.
AI answer
The behavior is caused by the security changes to Point and Print introduced by updates released August 10, 2021 and later (CVE-2021-34481). By default, non‑administrator users can no longer install or update printer drivers from a remote print server without elevation, so Windows repeatedly prompts to install/update the driver even if it appears already installed.
To reduce or control these prompts while staying within the supported configuration, use Group Policy on the domain/OU that manages these PCs:
C:\Windows\System32\spool\drivers\x64\3) with the package offered from the server (C:\Windows\System32\spool\drivers\x64\PCC).PCC corresponds to the same driver version that is installed in the server’s \3 folder.Computer Configuration → Policies → Administrative Templates → Printers.Computer Configuration → Policies → Administrative Templates → Printers → Point and Print Restrictions → Disabled.If, after applying current updates and aligning driver versions, the prompts still occur, contact the printer manufacturer to obtain updated, package‑aware drivers that work correctly with the current Point and Print security model.
References: