VMware Workstation 8: attivare tutto il necessario solo quando serve

Nella giornata di ieri è stato rilasciato VMware Workstation 8, che introduce diverse novità. A causa dell'aggiornamento tuttavia lo script da me creato per attivare le interfacce di rete e i servizi di VMware non funziona più a dovere. Ecco quindi la versione nuova!

'/*
' * This script first starts services for VMWARE, then starts VMWARE Workstation.
' * Once VMWARE stops, services are stopped and terminated again.
' * Prerequisites for this script:
' * Modify: Computer Management -> Services -> VMware USB Arbitration Service -> Startup Type:Manual
' * Modify: Computer Management -> Services -> VMware Nat Service -> Startup Type:Manual
' * Modify: Computer Management -> Services -> VMware DHCP Service -> Startup Type:Manual
' * Modify: Computer Management -> Services -> VMware Authorization Service -> Startup Type:Manual
' * Modify: Computer Management -> Services -> VMware Workstation Server -> Startup Type:Manual
' * Remove HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\VMware hqtray
' * Remove HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\vmware-tray
' * Modify: Disable VMware Network Adapter VMnet1 network interface
' * Modify: Disable VMware Network Adapter VMnet8 network interface
' *
' * written 080821 by w_m0zart / Marc Nijdam. http://www.nijdam.de/marc.html
' * modified by Angaran Stefano http://blog.upyou.it
' * modified by Andrea Giacomin http://www.badalis.it
' */

Il funzionamento è del tutto simile a quello per la versione 7, se avete difficoltà quindi date un'occhiata al mio vecchio post.
Qua sotto il link per il download. Buona virtualizzazione. 😉
vmware_StartStop_vmware_8 (1239 download )