<?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: Deploying Browser to specific sites in Horizon Desktops and Apps</title>
    <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Deploying-Browser-to-specific-sites/m-p/2296861#M89287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get this working. Thanks for all the answers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied a link I had already built to launch firefox to go to a specific site, modified and copied to public desktop. I then configured the app to launch this desktop icon and it loaded as desired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2020 15:53:32 GMT</pubDate>
    <dc:creator>rmsdip3</dc:creator>
    <dc:date>2020-07-29T15:53:32Z</dc:date>
    <item>
      <title>Deploying Browser to specific sites</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Deploying-Browser-to-specific-sites/m-p/2296858#M89284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can deploy Firefox, Chrome, but I want to deploy a shortcut to a particular site without having to create bookmarks in browsers.. I want to deploy a clickable link to a particular site. Can this be done? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 18:58:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Deploying-Browser-to-specific-sites/m-p/2296858#M89284</guid>
      <dc:creator>rmsdip3</dc:creator>
      <dc:date>2020-07-28T18:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Browser to specific sites</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Deploying-Browser-to-specific-sites/m-p/2296859#M89285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End user may have to initially authenticate to one specific site and once authenticated, they can see the entitled pools and applications. They can create Shortcut to Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/21943iB6A7C1FD3F77812E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 20:40:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Deploying-Browser-to-specific-sites/m-p/2296859#M89285</guid>
      <dc:creator>surajr04</dc:creator>
      <dc:date>2020-07-28T20:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Browser to specific sites</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Deploying-Browser-to-specific-sites/m-p/2296860#M89286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you mean to push browser URL shortcuts to respective user's desktop?&lt;/P&gt;&lt;P&gt;If so, There are various methods through which this can be achieved as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you are already running VMware DEM in the environment, you can simply push the shortcut from 'files and folders' and put the respective shortcut under 'Desktop' folder.&lt;/P&gt;&lt;P&gt;2) Alternatively If you don't have DEM,you can achieve it using below AD GPO:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;User Configuration &amp;gt; Preferences &amp;gt; Windows Settings &amp;gt; Select “Shortcuts”&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Right-click in the empty space and select “New” and “Shortcut”&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For “Action” select “Replace”&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the “Name” Field put an appropriate display name for the Web Application shortcut&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For “Target type” select “File System Object”&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For “Location” select “Desktop”&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the “Target Path” text box put C:\Program Files (x86)\Google\Chrome\Application\chrome.exe&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the “Arguments” text box put the URL that you need to open with&amp;nbsp; google Chrome&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If you want a dedicated Icon for the shortcut, in the “Icon file path” type the file path of the icon or use the browse button to navigate to the location of the icon (make sure the users have rights to that folder/icon)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Click on the Common tab and check “remove this item when it is no longer needed"&amp;gt; OK&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Apply the GPO and test.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 14:45:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Deploying-Browser-to-specific-sites/m-p/2296860#M89286</guid>
      <dc:creator>Shreyskar</dc:creator>
      <dc:date>2020-07-29T14:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Browser to specific sites</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Deploying-Browser-to-specific-sites/m-p/2296861#M89287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get this working. Thanks for all the answers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied a link I had already built to launch firefox to go to a specific site, modified and copied to public desktop. I then configured the app to launch this desktop icon and it loaded as desired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 15:53:32 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Deploying-Browser-to-specific-sites/m-p/2296861#M89287</guid>
      <dc:creator>rmsdip3</dc:creator>
      <dc:date>2020-07-29T15:53:32Z</dc:date>
    </item>
  </channel>
</rss>

