<?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: Windows - prevent Intelligent Hub uninstall in Workspace ONE Discussions</title>
    <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285551#M12986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the script but if I can make a suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft don't recommend that you remove the entire key for an application that is still installed. Instead, if you remove the string 'UninstallString' from inside that key it will still appear in Add/Remove Programs but it wont have an uninstall option. Possibly even remove the 'ModifyPath' string as well if it is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you remove the entire key, it will no longer appear in your installed apps report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 May 2020 23:57:38 GMT</pubDate>
    <dc:creator>AaronWhittaker</dc:creator>
    <dc:date>2020-05-31T23:57:38Z</dc:date>
    <item>
      <title>Windows - prevent Intelligent Hub uninstall</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285547#M12982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a user is local admin of a Windows 10 device, is there a way to prevent the Intelligent Hub from being uninstalled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2020 13:14:13 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285547#M12982</guid>
      <dc:creator>FedericoLillacc</dc:creator>
      <dc:date>2020-05-29T13:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Windows - prevent Intelligent Hub uninstall</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285548#M12983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve this by simply removing the registry key which displays the uninstall option for that app. By removing the reg key end-users will not see the AirWatch Agent in the list of apps to remove.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't prevent them from deleting it but you can make it much harder for them to find it.&amp;nbsp;&amp;nbsp; The below information will remove the Hub from the Add/Remove control panel.&amp;nbsp;&amp;nbsp; The user would have to know how to run the msiexec command at the bottom of the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following script. (.bat) The value for the ID should be {A7C474DC-3891-F2BF-A22A-4FDB9BB65D38}, this script can be vastly improved to use variables etc and to determine if the device is x64 or x32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is skeleton skeleton code; not production ready. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="c-mrkdwn__br" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;wmic product where name="Workspace ONE Intelligent Hub Installer" get IdentifyingNumber&lt;/P&gt;&lt;P&gt;REG DELETE HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{A7C474DC-3891-F2BF-A22A-4FDB9BB65D38} /f&lt;/P&gt;&lt;P&gt;REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A7C474DC-3891-F2BF-A22A-4FDB9BB65D38} /f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="c-mrkdwn__br" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;The Agent will auto uninstall when you push the un-enroll command via the console, if you need to remove the agent from the device then just use this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;msiexec /x {A7C474DC-3891-F2BF-A22A-4FDB9BB65D38}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2020 18:35:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285548#M12983</guid>
      <dc:creator>RogerDeane</dc:creator>
      <dc:date>2020-05-29T18:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Windows - prevent Intelligent Hub uninstall</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285549#M12984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roger, many thanks for your suggestion!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll develop a script and then I'll post the results here, maybe it could be helpful in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2020 17:32:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285549#M12984</guid>
      <dc:creator>FedericoLillacc</dc:creator>
      <dc:date>2020-05-30T17:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Windows - prevent Intelligent Hub uninstall</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285550#M12985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the script I developed following Roger's suggestion: &lt;A href="https://github.com/tsmagnum/WorkspaceONE/blob/master/hide-installer.ps1" title="https://github.com/tsmagnum/WorkspaceONE/blob/master/hide-installer.ps1"&gt;WorkspaceONE/hide-installer.ps1 at master · tsmagnum/WorkspaceONE · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used PowerShell. The logic is very simple: we look for the WS1 installer and, if present, we will delete the key.&lt;/P&gt;&lt;P&gt;We also check if the OS is x86 or x64 to locate the right key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I included in the script PowerShell's common parameters, so you can run it using "-debug" in a PowerShell console to troubleshoot the execution in case of problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I deployed it to my clients using a product with a Files/Actions component, downloading the script in C:\Temp, executing it and then deleting it after the execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please test the script before deploying it in production environments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again to &lt;B&gt;RogerDeane&lt;/B&gt;​ !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2020 08:13:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285550#M12985</guid>
      <dc:creator>FedericoLillacc</dc:creator>
      <dc:date>2020-05-31T08:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Windows - prevent Intelligent Hub uninstall</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285551#M12986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the script but if I can make a suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft don't recommend that you remove the entire key for an application that is still installed. Instead, if you remove the string 'UninstallString' from inside that key it will still appear in Add/Remove Programs but it wont have an uninstall option. Possibly even remove the 'ModifyPath' string as well if it is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you remove the entire key, it will no longer appear in your installed apps report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2020 23:57:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285551#M12986</guid>
      <dc:creator>AaronWhittaker</dc:creator>
      <dc:date>2020-05-31T23:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Windows - prevent Intelligent Hub uninstall</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285552#M12987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your suggestion Aaron.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried deleting only the two string values suggested, but we have only a partial success: actually the uninstall option becomes grayed out and unavailable in "Apps and Features", but you are still able to remove the Intelligent Hub from Control Panel &amp;gt; Programs and Features.&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>Mon, 01 Jun 2020 04:24:55 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285552#M12987</guid>
      <dc:creator>FedericoLillacc</dc:creator>
      <dc:date>2020-06-01T04:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Windows - prevent Intelligent Hub uninstall</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285553#M12988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I had a bit of a play around with your script and I have converted it into a WS1 profile if anyone wanted to deploy it. Unlike your script, I don't delete anything but I just rename the 'UninstallString' to "_UninstallString' and that removes the option for it to be removed from Add Remove Programs but can be restored at any time if needed (Sorry that its long but converting to Base64 does that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wap-provisioningdoc id="64f1ef71-e69e-440c-a08c-fb66438ef639" name="customprofile"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;characteristic type="com.airwatch.winrt.powershellcommand" uuid="81b348e9-ead6-4976-875c-0f4c92bb6ca4"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parm name="PowershellCommand" value="&amp;amp;amp;$env:SystemRoot\sysnative\WindowsPowerShell\v1.0\powershell.exe -EncodedCommand aQBmACAAKAAkAHQAYQByAGcAZQB0AEkAbgBzAHQAYQBsAGwAZQByACAAPQAgAEcAZQB0AC0AQwBpAG0ASQBuAHMAdABhAG4AYwBlACAALQBDAGwAYQBzAHMAIABXAGkAbgAzADIAXwBQAHIAbwBkAHUAYwB0ACAAfAAgAFcAaABlAHIAZQAtAE8AYgBqAGUAYwB0ACAAewAgACQAXwAuAE4AYQBtAGUAIAAtAGwAaQBrAGUAIAAiACoAVwBvAHIAawBzAHAAYQBjAGUAIABPAE4ARQAgAEkAbgB0AGUAbABsAGkAZwBlAG4AdAAgAEgAdQBiACoAIgAgAH0AKQAgAHsACgAgACAAIAAgACQAaQBkAGUAbgB0AGkAZgBpAGUAcgAgAD0AIAAkAHQAYQByAGcAZQB0AEkAbgBzAHQAYQBsAGwAZQByAC4ASQBkAGUAbgB0AGkAZgB5AGkAbgBnAE4AdQBtAGIAZQByAC4AVABvAFMAdAByAGkAbgBnACgAKQAKAAoAIAAgACAAIAAjAEMAaABlAGMAawBpAG4AZwAgAGkAZgAgAE8AUwAgAGkAcwAgAHgAOAA2AAoAIAAgACAAIABpAGYAIAAoACEAKABbAEUAbgB2AGkAcgBvAG4AbQBlAG4AdABdADoAOgBJAHMANgA0AEIAaQB0AE8AcABlAHIAYQB0AGkAbgBnAFMAeQBzAHQAZQBtACkAKQAgAHsACgAgACAAIAAgACAAIAAgACAAVwByAGkAdABlAC0ARABlAGIAdQBnACAAIgBPAFMAIAB4ADgANgAsACAAUgBlAG0AbwB2AGkAbgBnACAAVQBuAGkAbgBzAHQAYQBsAGwAIABLAGUAeQAgAGYAbwByACAAJABpAGQAZQBuAHQAaQBmAGkAZQByACIACgAgACAAIAAgACAAIAAgACAAUgBlAG4AYQBtAGUALQBJAHQAZQBtAFAAcgBvAHAAZQByAHQAeQAgAC0AUABhAHQAaAAgACIASABLAEwATQA6AFwAUwBPAEYAVABXAEEAUgBFAFwATQBpAGMAcgBvAHMAbwBmAHQAXABXAGkAbgBkAG8AdwBzAFwAQwB1AHIAcgBlAG4AdABWAGUAcgBzAGkAbwBuAFwAVQBuAGkAbgBzAHQAYQBsAGwAXAAkAGkAZABlAG4AdABpAGYAaQBlAHIAIgAgAC0ATgBhAG0AZQAgACIAVQBuAGkAbgBzAHQAYQBsAGwAUwB0AHIAaQBuAGcAIgAgAC0ATgBlAHcATgBhAG0AZQAgACIAXwBVAG4AaQBuAHMAdABhAGwAbABTAHQAcgBpAG4AZwAiAAoAIAAgACAAIAB9AAoACgAgACAAIAAgACMASQBmACAATwBTACAAaQBzACAAeAA2ADQACgAgACAAIAAgAGUAbABzAGUAIAB7AAoAIAAgACAAIAAgACAAIAAgAGkAZgAgACgAVABlAHMAdAAtAFAAYQB0AGgAIABIAEsATABNADoAXABTAE8ARgBUAFcAQQBSAEUAXABNAGkAYwByAG8AcwBvAGYAdABcAFcAaQBuAGQAbwB3AHMAXABDAHUAcgByAGUAbgB0AFYAZQByAHMAaQBvAG4AXABVAG4AaQBuAHMAdABhAGwAbABcACQAaQBkAGUAbgB0AGkAZgBpAGUAcgApACAAewAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgAFcAcgBpAHQAZQAtAEQAZQBiAHUAZwAgACIATwBTACAAeAA2ADQALAAgAFIAZQBtAG8AdgBpAG4AZwAgAFUAbgBpAG4AcwB0AGEAbABsACAASwBlAHkAIABmAG8AcgAgACQAaQBkAGUAbgB0AGkAZgBpAGUAcgAiAAoAIAAgACAAIAAgACAAIAAgACAAIAAgACAAUgBlAG4AYQBtAGUALQBJAHQAZQBtAFAAcgBvAHAAZQByAHQAeQAgAC0AUABhAHQAaAAgACIASABLAEwATQA6AFwAUwBPAEYAVABXAEEAUgBFAFwATQBpAGMAcgBvAHMAbwBmAHQAXABXAGkAbgBkAG8AdwBzAFwAQwB1AHIAcgBlAG4AdABWAGUAcgBzAGkAbwBuAFwAVQBuAGkAbgBzAHQAYQBsAGwAXAAkAGkAZABlAG4AdABpAGYAaQBlAHIAIgAgAC0ATgBhAG0AZQAgACIAVQBuAGkAbgBzAHQAYQBsAGwAUwB0AHIAaQBuAGcAIgAgAC0ATgBlAHcATgBhAG0AZQAgACIAXwBVAG4AaQBuAHMAdABhAGwAbABTAHQAcgBpAG4AZwAiAAoAIAAgACAAIAAgACAAIAAgAH0AIABlAGwAcwBlACAAewAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgAFcAcgBpAHQAZQAtAEQAZQBiAHUAZwAgACIATwBTACAAeAA2ADQALAAgAFIAZQBtAG8AdgBpAG4AZwAgAFUAbgBpAG4AcwB0AGEAbABsACAASwBlAHkAIABmAG8AcgAgACQAaQBkAGUAbgB0AGkAZgBpAGUAcgAiAAoAIAAgACAAIAAgACAAIAAgACAAIAAgACAAUgBlAG4AYQBtAGUALQBJAHQAZQBtAFAAcgBvAHAAZQByAHQAeQAgAC0AUABhAHQAaAAgACIASABLAEwATQA6AFwAUwBPAEYAVABXAEEAUgBFAFwAVwBPAFcANgA0ADMAMgBOAG8AZABlAFwATQBpAGMAcgBvAHMAbwBmAHQAXABXAGkAbgBkAG8AdwBzAFwAQwB1AHIAcgBlAG4AdABWAGUAcgBzAGkAbwBuAFwAVQBuAGkAbgBzAHQAYQBsAGwAXAAkAGkAZABlAG4AdABpAGYAaQBlAHIAIgAgAC0ATgBhAG0AZQAgACIAVQBuAGkAbgBzAHQAYQBsAGwAUwB0AHIAaQBuAGcAIgAgAC0ATgBlAHcATgBhAG0AZQAgACIAXwBVAG4AaQBuAHMAdABhAGwAbABTAHQAcgBpAG4AZwAiAAoAIAAgACAAIAAgACAAIAAgAH0ACgAgACAAIAAgAH0ACgAKACAAIAAgACAARQB4AGkAdAAgADAACgB9ACAAZQBsAHMAZQAgAHsACgAgACAAIAAgAEUAeABpAHQAIAAxAAoAfQA=" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/characteristic&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/wap-provisioningdoc&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wap-provisioningdoc id="f970447c-6190-445c-bda4-f17c611e6a39" name="customprofile"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;characteristic type="com.airwatch.winrt.powershellcommand" uuid="7d2421f9-8f1b-46b6-9053-0b0c02637c1d"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parm name="PowershellCommand" value="&amp;amp;amp;$env:SystemRoot\sysnative\WindowsPowerShell\v1.0\powershell.exe -EncodedCommand aQBmACAAKAAkAHQAYQByAGcAZQB0AEkAbgBzAHQAYQBsAGwAZQByACAAPQAgAEcAZQB0AC0AQwBpAG0ASQBuAHMAdABhAG4AYwBlACAALQBDAGwAYQBzAHMAIABXAGkAbgAzADIAXwBQAHIAbwBkAHUAYwB0ACAAfAAgAFcAaABlAHIAZQAtAE8AYgBqAGUAYwB0ACAAewAgACQAXwAuAE4AYQBtAGUAIAAtAGwAaQBrAGUAIAAiACoAVwBvAHIAawBzAHAAYQBjAGUAIABPAE4ARQAgAEkAbgB0AGUAbABsAGkAZwBlAG4AdAAgAEgAdQBiACoAIgAgAH0AKQAgAHsACgAgACAAIAAgACQAaQBkAGUAbgB0AGkAZgBpAGUAcgAgAD0AIAAkAHQAYQByAGcAZQB0AEkAbgBzAHQAYQBsAGwAZQByAC4ASQBkAGUAbgB0AGkAZgB5AGkAbgBnAE4AdQBtAGIAZQByAC4AVABvAFMAdAByAGkAbgBnACgAKQAKAAoAIAAgACAAIAAjAEMAaABlAGMAawBpAG4AZwAgAGkAZgAgAE8AUwAgAGkAcwAgAHgAOAA2AAoAIAAgACAAIABpAGYAIAAoACEAKABbAEUAbgB2AGkAcgBvAG4AbQBlAG4AdABdADoAOgBJAHMANgA0AEIAaQB0AE8AcABlAHIAYQB0AGkAbgBnAFMAeQBzAHQAZQBtACkAKQAgAHsACgAgACAAIAAgACAAIAAgACAAVwByAGkAdABlAC0ARABlAGIAdQBnACAAIgBPAFMAIAB4ADgANgAsACAAUgBlAG0AbwB2AGkAbgBnACAAVQBuAGkAbgBzAHQAYQBsAGwAIABLAGUAeQAgAGYAbwByACAAJABpAGQAZQBuAHQAaQBmAGkAZQByACIACgAgACAAIAAgACAAIAAgACAAUgBlAG4AYQBtAGUALQBJAHQAZQBtAFAAcgBvAHAAZQByAHQAeQAgAC0AUABhAHQAaAAgACIASABLAEwATQA6AFwAUwBPAEYAVABXAEEAUgBFAFwATQBpAGMAcgBvAHMAbwBmAHQAXABXAGkAbgBkAG8AdwBzAFwAQwB1AHIAcgBlAG4AdABWAGUAcgBzAGkAbwBuAFwAVQBuAGkAbgBzAHQAYQBsAGwAXAAkAGkAZABlAG4AdABpAGYAaQBlAHIAIgAgAC0ATgBhAG0AZQAgACIAVQBuAGkAbgBzAHQAYQBsAGwAUwB0AHIAaQBuAGcAIgAgAC0ATgBlAHcATgBhAG0AZQAgACIAXwBVAG4AaQBuAHMAdABhAGwAbABTAHQAcgBpAG4AZwAiAAoAIAAgACAAIAB9AAoACgAgACAAIAAgACMASQBmACAATwBTACAAaQBzACAAeAA2ADQACgAgACAAIAAgAGUAbABzAGUAIAB7AAoAIAAgACAAIAAgACAAIAAgAGkAZgAgACgAVABlAHMAdAAtAFAAYQB0AGgAIABIAEsATABNADoAXABTAE8ARgBUAFcAQQBSAEUAXABNAGkAYwByAG8AcwBvAGYAdABcAFcAaQBuAGQAbwB3AHMAXABDAHUAcgByAGUAbgB0AFYAZQByAHMAaQBvAG4AXABVAG4AaQBuAHMAdABhAGwAbABcACQAaQBkAGUAbgB0AGkAZgBpAGUAcgApACAAewAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgAFcAcgBpAHQAZQAtAEQAZQBiAHUAZwAgACIATwBTACAAeAA2ADQALAAgAFIAZQBtAG8AdgBpAG4AZwAgAFUAbgBpAG4AcwB0AGEAbABsACAASwBlAHkAIABmAG8AcgAgACQAaQBkAGUAbgB0AGkAZgBpAGUAcgAiAAoAIAAgACAAIAAgACAAIAAgACAAIAAgACAAUgBlAG4AYQBtAGUALQBJAHQAZQBtAFAAcgBvAHAAZQByAHQAeQAgAC0AUABhAHQAaAAgACIASABLAEwATQA6AFwAUwBPAEYAVABXAEEAUgBFAFwATQBpAGMAcgBvAHMAbwBmAHQAXABXAGkAbgBkAG8AdwBzAFwAQwB1AHIAcgBlAG4AdABWAGUAcgBzAGkAbwBuAFwAVQBuAGkAbgBzAHQAYQBsAGwAXAAkAGkAZABlAG4AdABpAGYAaQBlAHIAIgAgAC0ATgBhAG0AZQAgACIAXwBVAG4AaQBuAHMAdABhAGwAbABTAHQAcgBpAG4AZwAiACAALQBOAGUAdwBOAGEAbQBlACAAIgBVAG4AaQBuAHMAdABhAGwAbABTAHQAcgBpAG4AZwAiAAoAIAAgACAAIAAgACAAIAAgAH0AIABlAGwAcwBlACAAewAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgAFcAcgBpAHQAZQAtAEQAZQBiAHUAZwAgACIATwBTACAAeAA2ADQALAAgAFIAZQBtAG8AdgBpAG4AZwAgAFUAbgBpAG4AcwB0AGEAbABsACAASwBlAHkAIABmAG8AcgAgACQAaQBkAGUAbgB0AGkAZgBpAGUAcgAiAAoAIAAgACAAIAAgACAAIAAgACAAIAAgACAAUgBlAG4AYQBtAGUALQBJAHQAZQBtAFAAcgBvAHAAZQByAHQAeQAgAC0AUABhAHQAaAAgACIASABLAEwATQA6AFwAUwBPAEYAVABXAEEAUgBFAFwAVwBPAFcANgA0ADMAMgBOAG8AZABlAFwATQBpAGMAcgBvAHMAbwBmAHQAXABXAGkAbgBkAG8AdwBzAFwAQwB1AHIAcgBlAG4AdABWAGUAcgBzAGkAbwBuAFwAVQBuAGkAbgBzAHQAYQBsAGwAXAAkAGkAZABlAG4AdABpAGYAaQBlAHIAIgAgAC0ATgBhAG0AZQAgACIAXwBVAG4AaQBuAHMAdABhAGwAbABTAHQAcgBpAG4AZwAiACAALQBOAGUAdwBOAGEAbQBlACAAIgBVAG4AaQBuAHMAdABhAGwAbABTAHQAcgBpAG4AZwAiAAoAIAAgACAAIAAgACAAIAAgAH0ACgAgACAAIAAgAH0ACgAKACAAIAAgACAARQB4AGkAdAAgADAACgB9ACAAZQBsAHMAZQAgAHsACgAgACAAIAAgAEUAeABpAHQAIAAxAAoAfQA=" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/characteristic&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/wap-provisioningdoc&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The custom setting needs to target the 'Workspace ONE Intelligent Hub' and not be made atomic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 11:13:43 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2285553#M12988</guid>
      <dc:creator>AaronWhittaker</dc:creator>
      <dc:date>2020-07-16T11:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Windows - prevent Intelligent Hub uninstall</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2895390#M16848</link>
      <description>&lt;P&gt;Can you please simplify this method in steps?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 06:12:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2895390#M16848</guid>
      <dc:creator>techquisit</dc:creator>
      <dc:date>2022-02-25T06:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Windows - prevent Intelligent Hub uninstall</title>
      <link>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2895391#M16849</link>
      <description>&lt;P&gt;''msiexec /x {A7C474DC-3891-F2BF-A22A-4FDB9BB65D38}"&lt;BR /&gt;&lt;BR /&gt;This command wont work, cannot remove the WSOIH app from this, what should i do to remove the application from the workstation?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 06:15:07 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Workspace-ONE-Discussions/Windows-prevent-Intelligent-Hub-uninstall/m-p/2895391#M16849</guid>
      <dc:creator>techquisit</dc:creator>
      <dc:date>2022-02-25T06:15:07Z</dc:date>
    </item>
  </channel>
</rss>

