<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Vmware Horizon Default Printer keeps changing. in Horizon Desktops and Apps</title>
    <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850275#M85196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Followed your suggestion. It seems it is completely about timing. 3 secs break fixed the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created a shortcut(startup)and used the batch file i have created before for testing when trying to set logon task and triggered task. It worked as a startup batch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like you said users see a command windows for 3 secs but it is better than setting the default printer every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i did;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a logoff task that calls defaultprinterexport.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;defaultprinterexport.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@echo off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg export "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows" \\servername\uemuserprofiles\%username%\defaultprinter.reg /y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above command exports the default printer in to the user profile folder and overrides the file every logoff bc sometimes users change the default printer when they move to another desk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created a shortcut (startup) defaultprinterimport.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;defaultprinterimport.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@echo off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timeout 3 /nobreak&lt;/P&gt;&lt;P&gt;reg import \\servername\uemuserprofiles\%username%\defaultprinter.reg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt; Sabian0309. &lt;/STRONG&gt;it seems the problem fixed for now.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2019 13:23:49 GMT</pubDate>
    <dc:creator>knkty</dc:creator>
    <dc:date>2019-07-31T13:23:49Z</dc:date>
    <item>
      <title>Vmware Horizon Default Printer keeps changing.</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850272#M85193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working on this issue for about 3 months. I did every suggestion and option on this forum but none of them worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some GPOs that maps network printers to the users and they all use different printers so they set the closest one( or which one they want to print) as default. But next logon the default printer turns back to print to pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i tried;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UEM network printer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[IncludeRegistryTrees]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HKCU\Printers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HKCU\Software\Microsoft\Windows NT\CurrentVersion\Devices&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HKCU\Software\Microsoft\Windows NT\CurrentVersion\PrinterPorts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[IncludeIndividualRegistryValues]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\Device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\UserSelectedDefault&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disabled TP Services&lt;/P&gt;&lt;P&gt;Export default printer and import on next logon&lt;/P&gt;&lt;P&gt;Disabled printer redirection&lt;/P&gt;&lt;P&gt;Tried all reg fixes on this forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I didnt tried all the options at the same time.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have any default printer push policy or anything like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to use gpo or uem printer mapping to set the default printer bc i have to many users in the same department use different printers. I need to create 12-13 printer map policy or uem printer mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be a easy thing to do this. I already have Horizon 6 with linked clones and we use windows 7. We never had this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Horizon 7.7&lt;/P&gt;&lt;P&gt;Uem 9.7&lt;/P&gt;&lt;P&gt;App Volumes 2.16 (Profile only)&lt;/P&gt;&lt;P&gt;Linked Clones (Refresh)&lt;/P&gt;&lt;P&gt;Windows 10 Ent. 1809 / OS Build 17763.504&lt;/P&gt;&lt;P&gt;Clients use teradici zero clients&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am out of options. Any help will be really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 12:09:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850272#M85193</guid>
      <dc:creator>knkty</dc:creator>
      <dc:date>2019-07-25T12:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Vmware Horizon Default Printer keeps changing.</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850273#M85194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fought with this for a while to.&amp;nbsp; I still occasionally have issues with it, and to be honest i've been frying bigger fish and haven't been able to check into the stragglers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when you have a user logout, do you see their default printer set at the bottom of the registry file that got exported (pending they set it correctly before logout)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you did, then i have a hacky work around for you.&amp;nbsp; We are going to import the printer settings again after user login.&amp;nbsp; The thought behind this is that an appstack or other process is coming along after the original printer import and changing the default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your UEM configuration share, create 2 .bat files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make one called "launcher.bat".&amp;nbsp; Inside of it you want to have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START /MIN CMD.EXE /C "\\&lt;STRONG&gt;yourserver&lt;/STRONG&gt;\UEM Configuration\printer.bat"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you want to create printer.bat containing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@echo off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timeout 3 /nobreak&lt;/P&gt;&lt;P&gt;"C:\Program Files\Immidio\Flex Profiles\Flexengine.exe" -i "\\&lt;STRONG&gt;yourserver&lt;/STRONG&gt;\UEM Configuration\general\Windows Settings\User Printer Configs.INI" -r "\\&lt;STRONG&gt;yourserver\&lt;/STRONG&gt;UEM Profiles\%username%\archives\Windows Settings\User Printer Configs.zip"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in UEM under user environment select shortcuts.&amp;nbsp; Create a new one that looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/12746i1C84AE644A04B43A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user will see a cmd window launch shortly after login, but it will re-import their printer settings after everything has settled down.&amp;nbsp; You can play with the timeout in the printer batch file, but 3 seconds seems to work well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;---------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 10.5pt; font-family: 'Helvetica',sans-serif;"&gt;Was it helpful? &lt;/STRONG&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Let us know by completing &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://communities.vmware.com/- https:/insights.vmware.com/cgi-bin/qwebcorporate.dll?idx=4RA39B&amp;amp;source=Workstation"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #2989c5;"&gt;this short survey here&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 13:51:25 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850273#M85194</guid>
      <dc:creator>Sabian0309</dc:creator>
      <dc:date>2019-07-30T13:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Vmware Horizon Default Printer keeps changing.</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850274#M85195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabian0309,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can export default printers without any problem, actually i tried setting a logon task or a triggered task to import back but somehow it is not importing. maybe it all about timing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try your suggestion and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:08:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850274#M85195</guid>
      <dc:creator>knkty</dc:creator>
      <dc:date>2019-07-30T19:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Vmware Horizon Default Printer keeps changing.</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850275#M85196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Followed your suggestion. It seems it is completely about timing. 3 secs break fixed the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created a shortcut(startup)and used the batch file i have created before for testing when trying to set logon task and triggered task. It worked as a startup batch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like you said users see a command windows for 3 secs but it is better than setting the default printer every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i did;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a logoff task that calls defaultprinterexport.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;defaultprinterexport.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@echo off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg export "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows" \\servername\uemuserprofiles\%username%\defaultprinter.reg /y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above command exports the default printer in to the user profile folder and overrides the file every logoff bc sometimes users change the default printer when they move to another desk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created a shortcut (startup) defaultprinterimport.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;defaultprinterimport.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@echo off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timeout 3 /nobreak&lt;/P&gt;&lt;P&gt;reg import \\servername\uemuserprofiles\%username%\defaultprinter.reg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt; Sabian0309. &lt;/STRONG&gt;it seems the problem fixed for now.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 13:23:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850275#M85196</guid>
      <dc:creator>knkty</dc:creator>
      <dc:date>2019-07-31T13:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Vmware Horizon Default Printer keeps changing.</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850276#M85197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked for you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 13:46:14 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850276#M85197</guid>
      <dc:creator>Sabian0309</dc:creator>
      <dc:date>2019-07-31T13:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vmware Horizon Default Printer keeps changing.</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850277#M85198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fought this for a wihle and finally stumbled across this. It took no time to setup and works perfect!&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:28:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/1850277#M85198</guid>
      <dc:creator>cfuguy</dc:creator>
      <dc:date>2020-09-30T20:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Vmware Horizon Default Printer keeps changing.</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/2933376#M97920</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Even if I merge the registry key manually, the GUI of Printers does not show the right Default printer (mentioned in the registry key). Any ideas why this might be happening.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 08:08:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Vmware-Horizon-Default-Printer-keeps-changing/m-p/2933376#M97920</guid>
      <dc:creator>gurugti</dc:creator>
      <dc:date>2022-10-13T08:08:56Z</dc:date>
    </item>
  </channel>
</rss>

