Various Windows techniques using VirtualBox

From Elvanör's Technical Wiki
Revision as of 16:50, 31 July 2011 by Elvanor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

/etc/hosts equivalent

  • The equivalent file is in C:\Windows\System32\Drivers\etc\hosts. You can have multiple hosts on a single line. However, if you want to test a host served by the Linux mother host OS, put your actual IP on a private network there (eg, 192.168.0.2), not 127.0.0.1 as it would not work with VirtualBox network bridging.

Flushing the DNS cache

  • This can be done with the following command-line command:
ipconfig /flushdns

Loading in fail safe mode

  • On Windows 7, press F8 at boot.

Adding a new hard drive

  • Once you added it via VirtualBox, you must format it in Windows. Right click on "My Computer", then choose Manage. You will then have access to the GUI application for creating a partition and formatting it on the new drive.