Share via

Default Printer Settings Failing to Persist Across Sessions on Windows Server 2022 Terminal Services

George Wilson 0 Reputation points
2026-04-22T03:41:20.5566667+00:00

We use a Canon iRA c3520i on our central printserver, and my users keep complaining that their default printer settings just won't stick. I manually set the Canon as the primary for them, but like clockwork, the setting reverts to something else or just disappears by the next morning. It's driving the staff crazy because they have to re-select their printer every single day before they can get any work done. Please advise! Thanks in advance.

Windows for business | Windows Server | User experience | Other
0 comments No comments

3 answers

Sort by: Most helpful
  1. Jason Nguyen Tran 17,025 Reputation points Independent Advisor
    2026-04-26T01:06:03.9766667+00:00

    Hi George Wilson,

    I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!

    0 comments No comments

  2. Jason Nguyen Tran 17,025 Reputation points Independent Advisor
    2026-04-22T04:32:41.51+00:00

    Hi George Wilson,

    What you’re seeing is a common behavior in Windows Server 2022 Remote Desktop Services, where user profiles and session policies can override manually set defaults. By design, the system may reset the default printer at logon if Group Policy or session redirection settings are in play.

    Here are a few steps that usually resolve the problem:

    • Check Group Policy settings under User Configuration > Administrative Templates > Control Panel > Printers. Ensure “Always use the default printer” is enabled.
    • If printer redirection is active, confirm that the Canon device is mapped correctly and not being overridden by session defaults.
    • Verify that the print server drivers are up to date and consistent across all servers in the farm.
    • Consider using a logon script or Intune/Group Policy Preferences to enforce the Canon printer as default at each session start.
    • If roaming profiles are in use, confirm that the printer settings are being saved and not discarded at logoff.

    I hope this gives you a clear path forward. If you find this answer helpful, please consider clicking Accept Answer so others can benefit too.

    Jason.

    0 comments No comments

  3. Q&A Assist
    2026-04-22T03:41:29.59+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    On Remote Desktop Session Host (Terminal Services), the default printer in a user’s session is controlled by how the RD Session Host handles the client’s default printer, not just by what is set inside the session.

    Use the Remote Desktop printer default policy to stop the default from being overridden by the client printer:

    1. Configure the RD Session Host policy (via MDM/Intune or equivalent CSP consumer) that maps to TS_CLIENT_DEFAULT_M:
      • Enable the policy so that the default printer is the printer specified on the remote computer (the session), not the client default.
      • With this enabled, the RD Session Host will no longer automatically set the client’s default printer as the default printer in the session.
    2. After the policy is applied and the server or session is refreshed, set the Canon iRA c3520i as the default printer inside the user’s session. Because the RD Session Host is no longer overriding the default with the client default printer at logon, the Canon default should persist across sessions.

    If the policy is disabled, the RD Session Host will continue to map the client default printer and set it as the default on each connection, which matches the behavior being reported (default changing back every day).


    References:

Your answer

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