Advertisement
gullinbursti

VM PasteBox

Nov 26th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Oracle VM VirtualBox Guest Additions
  2.  
  3. Where have the Windows drivers gone?
  4. - The Windows Guest Additions drivers were removed from this directory to
  5. save space on your hard drive. To get the files you have to extract them
  6. from the Windows Guest Additions installers:
  7.  
  8. To extract the 32-bit drivers to "C:\Drivers", do the following:
  9. VBoxWindowsAdditions-x86 /extract /D=C:\Drivers
  10.  
  11. For the 64-bit drivers:
  12. VBoxWindowsAdditions-amd64 /extract /D=C:\Drivers
  13.  
  14. Note: The extraction routine will create an additional sub directory
  15. with the selected architecture (x86 or amd64) to prevent mixing up
  16. the drivers.
  17.  
  18. To get further help with the command line parameters of the installer,
  19. type: VBoxWindowsAdditions-<arch> /?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement