question

DerekAleixo-0408 avatar image
0 Votes"
DerekAleixo-0408 asked LimitlessTechnology-2700 answered

Print Nightmare patch + Ghost printers & printer GPO error

Recently i have had a few users notice that there are some ghost/duplicate printers on their Windows 10 desktops. They can still print fine but it shows each printer as double or tipple, some saying they are offline (when they are not) as the next one beside is it the same printer but its online.
This is not a wide spread issue, perhaps a handful of users so far that i have found.

The printers are pushed out via GPO on Windows Server 2012 R2 Standard, fully patched. I checked to see if there are any duplicate printers being pushed (none found).

I noticed when i do a gpupdate /force this error appears:

146653-1f1b639e-32b2-4463-a776-081f969fc9b7.png


146681-d418dd4f-5b4e-4790-ad71-99c6fde6f508.png

which lead me to dig deeper and find this post: https://docs.microsoft.com/en-us/answers/questions/567987/windows-failed-to-apply-the-deployed-printer-conne.html

The Reg key fixed the GPO error but caused another issue now the user cannot remove any printer from their computer (gives permission errors).

From what iam reading this mess was all caused by the Sept print nightmare patch which iam reluctant to remove right now.

Any ideas? I cant find much more online and it keeps referencing articles such as the above with the reg entry.


windows-server-securitywindows-server-print
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

PeteH-8358 avatar image
0 Votes"
PeteH-8358 answered PeteH-8358 published

Just going to add here that I am having the exactly same problem.

Did you ever figure it out? One similarity is that it is also occurring with Xerox copiers. For me, its only the Xerox copiers doing it.... Maybe a clue.

Are you using the Global Print Driver? I would love to figure this out. Its causing us too many support calls...

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LimitlessTechnology-2700 avatar image
0 Votes"
LimitlessTechnology-2700 answered

Hi @DerekAleixo-0408

Ghost devices are the previously installed devices which are not connected but the drivers for that device is still present in the computer and sometimes shows in the devices list.

To get rid of unwanted drivers, devices, or services, use the following steps:

Open the Start menu.

Swipe to the upper right corner to bring charm bar.

Type cmd in search box.

Select cmd from the displayed list, right click and Open as administrator.

At the command prompt, type in set devmgr_show_nonpresent_devices=1 and press Enter.

(Note that nothing seems to happen. This is expected. You are actually setting an environment variable which is going to help you to see hidden devices.)

On the next command prompt line, type devmgmt.msc and press Enter. This will launch the Windows Device Manager Console.

In the Device Manager Console, from the View menu, select Show Hidden Devices.

As you expand the different drivers and devices in the device manager, you will see not only the items that Windows currently detects as installed on your PC; but you will also see drivers, devices, and services which have been loaded in the past but were not uninstalled or are not currently started. You can find your offending device, right-click, and choose uninstall to remove it from the system completely.


--If the reply is helpful, please Upvote and Accept it as an answer--

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.