<?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 WS Pro start and stop batch file - what to change to make them work for player? in VMware Workstation Player Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Workstation-Player/WS-Pro-start-and-stop-batch-file-what-to-change-to-make-them/m-p/2990136#M40953</link>
    <description>&lt;P&gt;I have batch file that launches VMware Workstation Pro and one that fully exists the WS Pro services.&lt;/P&gt;&lt;P&gt;They read as follows: (run as administrator)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Start_VMware.bat&lt;/STRONG&gt;&lt;BR /&gt;sc config VMUSBArbService start= demand&lt;BR /&gt;net start VMUSBArbService&lt;BR /&gt;sc config VMAuthdService start= demand&lt;BR /&gt;net start VMAuthdService&lt;BR /&gt;sc config VMwareHostd start= demand&lt;BR /&gt;net start VMwareHostd&lt;BR /&gt;sc config VMnetDHCP start= demand&lt;BR /&gt;net start VMnetDHCP&lt;BR /&gt;sc config "VMware NAT Service" start= demand&lt;BR /&gt;net start "VMware NAT Service"&lt;BR /&gt;netsh interface set interface "VMware Network Adapter VMnet1" ENABLED&lt;BR /&gt;netsh interface set interface "VMware Network Adapter VMnet8" ENABLED&lt;BR /&gt;d:&lt;BR /&gt;cd VMware&lt;BR /&gt;start vmware.exe&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-&lt;BR /&gt;&lt;STRONG&gt;Stop_VMware.bat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;rem taskkill /F /IM "vmware.exe"&lt;BR /&gt;taskkill /F /IM "vmware-tray.exe"&lt;BR /&gt;net stop VMwareHostd&lt;BR /&gt;sc config VMwareHostd start= disabled&lt;BR /&gt;net stop VMUSBArbService&lt;BR /&gt;sc config VMUSBArbService start= disabled&lt;BR /&gt;net stop VMAuthdService&lt;BR /&gt;sc config VMAuthdService start= disabled&lt;BR /&gt;net stop VMnetDHCP&lt;BR /&gt;sc config VMnetDHCP start= disabled&lt;BR /&gt;net stop "VMware NAT Service"&lt;BR /&gt;sc config "VMware NAT Service" start= disabled&lt;BR /&gt;netsh interface set interface "VMware Network Adapter VMnet1" DISABLED&lt;BR /&gt;netsh interface set interface "VMware Network Adapter VMnet8" DISABLED&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;I have been using them for years and they work fine.&lt;BR /&gt;&lt;BR /&gt;Obviously I need to change the folder name (last line but one in the start bat) and the name of the exe.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; is there anything else that I need to update/change?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Oct 2023 12:42:43 GMT</pubDate>
    <dc:creator>thewul</dc:creator>
    <dc:date>2023-10-08T12:42:43Z</dc:date>
    <item>
      <title>WS Pro start and stop batch file - what to change to make them work for player?</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Player/WS-Pro-start-and-stop-batch-file-what-to-change-to-make-them/m-p/2990136#M40953</link>
      <description>&lt;P&gt;I have batch file that launches VMware Workstation Pro and one that fully exists the WS Pro services.&lt;/P&gt;&lt;P&gt;They read as follows: (run as administrator)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Start_VMware.bat&lt;/STRONG&gt;&lt;BR /&gt;sc config VMUSBArbService start= demand&lt;BR /&gt;net start VMUSBArbService&lt;BR /&gt;sc config VMAuthdService start= demand&lt;BR /&gt;net start VMAuthdService&lt;BR /&gt;sc config VMwareHostd start= demand&lt;BR /&gt;net start VMwareHostd&lt;BR /&gt;sc config VMnetDHCP start= demand&lt;BR /&gt;net start VMnetDHCP&lt;BR /&gt;sc config "VMware NAT Service" start= demand&lt;BR /&gt;net start "VMware NAT Service"&lt;BR /&gt;netsh interface set interface "VMware Network Adapter VMnet1" ENABLED&lt;BR /&gt;netsh interface set interface "VMware Network Adapter VMnet8" ENABLED&lt;BR /&gt;d:&lt;BR /&gt;cd VMware&lt;BR /&gt;start vmware.exe&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-&lt;BR /&gt;&lt;STRONG&gt;Stop_VMware.bat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;rem taskkill /F /IM "vmware.exe"&lt;BR /&gt;taskkill /F /IM "vmware-tray.exe"&lt;BR /&gt;net stop VMwareHostd&lt;BR /&gt;sc config VMwareHostd start= disabled&lt;BR /&gt;net stop VMUSBArbService&lt;BR /&gt;sc config VMUSBArbService start= disabled&lt;BR /&gt;net stop VMAuthdService&lt;BR /&gt;sc config VMAuthdService start= disabled&lt;BR /&gt;net stop VMnetDHCP&lt;BR /&gt;sc config VMnetDHCP start= disabled&lt;BR /&gt;net stop "VMware NAT Service"&lt;BR /&gt;sc config "VMware NAT Service" start= disabled&lt;BR /&gt;netsh interface set interface "VMware Network Adapter VMnet1" DISABLED&lt;BR /&gt;netsh interface set interface "VMware Network Adapter VMnet8" DISABLED&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;I have been using them for years and they work fine.&lt;BR /&gt;&lt;BR /&gt;Obviously I need to change the folder name (last line but one in the start bat) and the name of the exe.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; is there anything else that I need to update/change?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Oct 2023 12:42:43 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Player/WS-Pro-start-and-stop-batch-file-what-to-change-to-make-them/m-p/2990136#M40953</guid>
      <dc:creator>thewul</dc:creator>
      <dc:date>2023-10-08T12:42:43Z</dc:date>
    </item>
  </channel>
</rss>

