

- #WINDOWS SERVER 2016 REMOTE DESKTOP SESSIONS FREEZING PC#
- #WINDOWS SERVER 2016 REMOTE DESKTOP SESSIONS FREEZING WINDOWS#
Remove-Item -Path “HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider*” -RecurseĪnother recommended operation is to set a registry key to remove printers at the session LogOff.Remove-Item -Path “HKLM:\SYSTEM\CurrentControlSet\Control\DeviceClasses*” -Recurse Server 2016+ creates per user firewall rules and they start accumulating until one day the servers just start completely freezing with some traffic due to 10k+ firewall rules.Remove-Item -Path “HKLM:\SYSTEM\CurrentControlSet\Enum\SWD\PRINTENUM*” -Recurse.Next you will need to execute the following commands: The solution to the problem is to clean the registry and to do this you need to use PSExec, downloadable from the Microsoft site, and do it by launching a PowerShell console such as SYSTEM – Psexec.exe -I -s powershell.exe This thing, in addition to being a problem for the end user, is also a general slowdown in the login phase.
#WINDOWS SERVER 2016 REMOTE DESKTOP SESSIONS FREEZING WINDOWS#
There is a condition in Windows Server that, if remote sessions are not closed properly, prevents the internal printer management service from freeing objects and growing them exponentially on each connection. So, given that Virtual Desktop Infrastructure is a beautiful thing, what happens when, due to a problem, remote printers suddenly duplicate and become exponential? Parallels RAS eliminates this problem, because it allows you to bring only the default printer or a set of printers defined by the administrator furthermore, unlike the MS driver, printers are only exposed to the single user.
#WINDOWS SERVER 2016 REMOTE DESKTOP SESSIONS FREEZING PC#
The last two years have been a big accelerator, as users were sometimes forced to work from home but not everyone was equipped with a notebook and so companies found themselves having to ask employees to use their computers.Ĭlearly the VDI, or the RemoteApp, allows you to maintain a high security bubble even with respect to a home or public network, rather than a classic unprotected computer.įrom this point of view, Parallels Remote Application Server is certainly one of the best solutions, which allows you to manage applications, VDI pools, remote PCs, folders, files and much more so that your users can work on them from any type of device.Īnyone who has used the Windows Server Remote Desktop Services service knows that using the classic MS Remote Desktop Printer driver, generates a printer each remote session as many as those installed on the connection PC for the number of users who connect to the remote machine. Nowadays, application remoting, as well as desktop, is one of the most used practices by companies that want to consolidate the provision of scenarios in a centralized, uniform and secure way.


Questo articolo è disponibile anche in lingua italiana al seguente link: Risolvere il problema delle stampanti duplicate in Windows Server –
