<?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>article Script to check if all remnants of VMware Fusion are gone from your Mac in VMware Fusion Documents</title>
    <link>https://communities.vmware.com/t5/VMware-Fusion-Documents/Script-to-check-if-all-remnants-of-VMware-Fusion-are-gone-from/ta-p/2990161</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;The documented method of removing Fusion from a Mac only removes the Fusion application. There are other files that will remain on the system that sometimes can cause issues when upgrading or re-installing Fusion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a VMware KB article that discusses how to manually remove these Fusion files from your Mac:&amp;nbsp;&lt;A href="https://kb.vmware.com/s/article/1017838" target="_blank" rel="noopener"&gt;https://kb.vmware.com/s/article/1017838&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But what if you want to run a quick check to see if any of these files are still there?&lt;/P&gt;&lt;P&gt;The script &lt;STRONG&gt;is_fusion_installed.sh&lt;/STRONG&gt; (zipped and attached to this article) is based on the above KB article and provides a quick way to tell if any of the Fusion files are still remaining on your Mac.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;does not require admin privileges&lt;/LI&gt;&lt;LI&gt;does not locate any virtual machines you have installed&lt;/LI&gt;&lt;LI&gt;does not touch any of your virtual machines&lt;/LI&gt;&lt;LI&gt;does not delete any files (sorry, you'll need to do that yourself)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Instructions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download the attached zip file&lt;/LI&gt;&lt;LI&gt;Extract the file (either using the command line unzip utility or the macOS Archive Utility). The script (is_fusion_installed.sh) should be extracted.&lt;/LI&gt;&lt;LI&gt;In a Finder window, find the script.&lt;/LI&gt;&lt;LI&gt;Open a Terminal window, and drag the script from the Finder window into the Terminal window,&lt;/LI&gt;&lt;LI&gt;Type return in the Terminal window and the script will execute.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You should see something like this if you have any Fusion files installed (in this example, I have Fusion fully installed)&lt;/P&gt;&lt;PRE&gt;% /xxxxxx/is_fusion_installed.sh&lt;BR /&gt;&lt;BR /&gt;This script checks to see if files belonging to VMware Fusion are installed&lt;BR /&gt;using information from VMware KB article https://kb.vmware.com/s/article/1017838&lt;BR /&gt;&lt;BR /&gt;Checking for VMware Fusion application&lt;BR /&gt;&lt;BR /&gt;[WARNING] VMware Fusion application still exists&lt;BR /&gt;&lt;BR /&gt;Checking for other Fusion files...&lt;BR /&gt;&lt;BR /&gt;[WARNING] Fusion folder "/Library/Application Support/VMware/VMware Fusion" still exists&lt;BR /&gt;[WARNING] Fusion file "/Library/Application Support/VMware/Usbarb.rules" still exists&lt;BR /&gt;[WARNING] Fusion folder "/Library/Preferences/VMware Fusion" still exists&lt;BR /&gt;[WARNING] Fusion folder "~/Library/Application Support/VMware Fusion" (full path "/Users/xxxxxx/Library/Application Support/VMware Fusion") still exists&lt;BR /&gt;[WARNING] Fusion folder "~/Library/Caches/com.vmware.fusion" (full path "/Users/xxxxx/Library/Caches/com.vmware.fusion") still exists&lt;BR /&gt;[WARNING] Fusion folder "~/Library/Preferences/VMware Fusion" (full path "/Users/xxxxxx/Library/Preferences/VMware Fusion") still exists&lt;BR /&gt;[WARNING] Fusion file "~/Library/Preferences/com.vmware.fusion.plist" (full path "/Users/xxxxxx/Library/Preferences/com.vmware.fusion.plist") still exists&lt;BR /&gt;[WARNING] Fusion file "~/Library/Preferences/com.vmware.fusionStartMenu.plist" (full path "/Users/xxxxxx/Library/Preferences/com.vmware.fusionStartMenu.plist") still exists&lt;BR /&gt;&lt;BR /&gt;Your Mac has files from a Fusion installation.&lt;BR /&gt;Please delete them manually to clean your Mac of all traces of Fusion&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 08 Oct 2023 19:32:11 GMT</pubDate>
    <dc:creator>Technogeezer</dc:creator>
    <dc:date>2023-10-08T19:32:11Z</dc:date>
    <item>
      <title>Script to check if all remnants of VMware Fusion are gone from your Mac</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Documents/Script-to-check-if-all-remnants-of-VMware-Fusion-are-gone-from/ta-p/2990161</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;The documented method of removing Fusion from a Mac only removes the Fusion application. There are other files that will remain on the system that sometimes can cause issues when upgrading or re-installing Fusion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a VMware KB article that discusses how to manually remove these Fusion files from your Mac:&amp;nbsp;&lt;A href="https://kb.vmware.com/s/article/1017838" target="_blank" rel="noopener"&gt;https://kb.vmware.com/s/article/1017838&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But what if you want to run a quick check to see if any of these files are still there?&lt;/P&gt;&lt;P&gt;The script &lt;STRONG&gt;is_fusion_installed.sh&lt;/STRONG&gt; (zipped and attached to this article) is based on the above KB article and provides a quick way to tell if any of the Fusion files are still remaining on your Mac.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;does not require admin privileges&lt;/LI&gt;&lt;LI&gt;does not locate any virtual machines you have installed&lt;/LI&gt;&lt;LI&gt;does not touch any of your virtual machines&lt;/LI&gt;&lt;LI&gt;does not delete any files (sorry, you'll need to do that yourself)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Instructions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download the attached zip file&lt;/LI&gt;&lt;LI&gt;Extract the file (either using the command line unzip utility or the macOS Archive Utility). The script (is_fusion_installed.sh) should be extracted.&lt;/LI&gt;&lt;LI&gt;In a Finder window, find the script.&lt;/LI&gt;&lt;LI&gt;Open a Terminal window, and drag the script from the Finder window into the Terminal window,&lt;/LI&gt;&lt;LI&gt;Type return in the Terminal window and the script will execute.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You should see something like this if you have any Fusion files installed (in this example, I have Fusion fully installed)&lt;/P&gt;&lt;PRE&gt;% /xxxxxx/is_fusion_installed.sh&lt;BR /&gt;&lt;BR /&gt;This script checks to see if files belonging to VMware Fusion are installed&lt;BR /&gt;using information from VMware KB article https://kb.vmware.com/s/article/1017838&lt;BR /&gt;&lt;BR /&gt;Checking for VMware Fusion application&lt;BR /&gt;&lt;BR /&gt;[WARNING] VMware Fusion application still exists&lt;BR /&gt;&lt;BR /&gt;Checking for other Fusion files...&lt;BR /&gt;&lt;BR /&gt;[WARNING] Fusion folder "/Library/Application Support/VMware/VMware Fusion" still exists&lt;BR /&gt;[WARNING] Fusion file "/Library/Application Support/VMware/Usbarb.rules" still exists&lt;BR /&gt;[WARNING] Fusion folder "/Library/Preferences/VMware Fusion" still exists&lt;BR /&gt;[WARNING] Fusion folder "~/Library/Application Support/VMware Fusion" (full path "/Users/xxxxxx/Library/Application Support/VMware Fusion") still exists&lt;BR /&gt;[WARNING] Fusion folder "~/Library/Caches/com.vmware.fusion" (full path "/Users/xxxxx/Library/Caches/com.vmware.fusion") still exists&lt;BR /&gt;[WARNING] Fusion folder "~/Library/Preferences/VMware Fusion" (full path "/Users/xxxxxx/Library/Preferences/VMware Fusion") still exists&lt;BR /&gt;[WARNING] Fusion file "~/Library/Preferences/com.vmware.fusion.plist" (full path "/Users/xxxxxx/Library/Preferences/com.vmware.fusion.plist") still exists&lt;BR /&gt;[WARNING] Fusion file "~/Library/Preferences/com.vmware.fusionStartMenu.plist" (full path "/Users/xxxxxx/Library/Preferences/com.vmware.fusionStartMenu.plist") still exists&lt;BR /&gt;&lt;BR /&gt;Your Mac has files from a Fusion installation.&lt;BR /&gt;Please delete them manually to clean your Mac of all traces of Fusion&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 08 Oct 2023 19:32:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Documents/Script-to-check-if-all-remnants-of-VMware-Fusion-are-gone-from/ta-p/2990161</guid>
      <dc:creator>Technogeezer</dc:creator>
      <dc:date>2023-10-08T19:32:11Z</dc:date>
    </item>
  </channel>
</rss>

