Guest User

Untitled

a guest
Jan 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. VMware .vmx settings most wanted
  2. ================================
  3.  
  4. The most important changes you'll ever need in your VMs .vmx file
  5.  
  6. 1. bios.bootdelay
  7.  
  8. Set the bootdelay in milliseconds
  9.  
  10. Example
  11.  
  12. bios.bootdelay = 5000
  13.  
  14. This example will set the boot delay to 5 seconds.
  15.  
  16. 2. ethernet0.virtualDev
  17.  
  18. Windows 7 Guest OS network device - add this entry if network is not working
  19.  
  20. Example
  21.  
  22. ethernet0.virtualDev = "e1000"
  23.  
  24. This example will set the network device to the E1000 device
  25.  
  26. [GIST:ebe8c6d3-519c-4530-a08c-e9c8ce402acc]
Add Comment
Please, Sign In to add comment