2019 RD Farm with FSLOGIX Profiles Printer Issues

Anonymous
2021-06-08T22:13:32.993+00:00

2 Session hosts
Third server, the file & print server is the broker/gateway.

We reboot these servers each night to clear up fslogix profiles etc due to them not clearing out properly all the time. No issues with that.

The problem we have, however, is that after a full days work when the servers are rebooted, when users login to the server, no printers will enumerate and you cannot connect to any new ones.

Opening devices & printers in control panel just locks up explorer.exe and you cannot do anything to do with printers.
Restarting the spooler service will make control panel respond again but as soon as you right click any printers or anything, it will stall again.

The fix that I have found is to run a scheduled task on system boot that does the following

net stop spooler
Remove-Item -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider\*" –Recurse
net start spooler

The problem then goes away and everything works fine.

I guess I'm okay with this being a permanent solution but I'd rather it not be. Any ideas?

Other stuff I've tried:

  • The usual sfc /scannow and dism cleanups
  • Updated every printer driver to the latest version on the print server and reinstalled the new drivers on each RD Session Host
Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,995 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,745 questions
FSLogix
FSLogix
A set of solutions that enhance, enable, and simplify non-persistent Windows computing environments and may also be used to create more portable computing sessions when using physical devices.
518 questions
Windows Server Printing
Windows Server Printing
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Printing: Printer centralized deployment and management, scan and fax resources management, and document services
698 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Daniel Soenke | KÖHLER-IT 0 Reputation points
    2025-01-21T16:35:35.3266667+00:00

    Same Issue. How did you fix the problem?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.