Hyper-V Virtual Switch Manager

Hyper-V Virtual Switch 101: How to create and use Virtual Switches to connect Virtual Machines to Network

information   Information
I will try to make this tutorial as simple and easy to understand as possible. Therefore some examples used might seem to you fellow geeks too simple. However, I ask you to understand that my goal is to make this so easy every noob can start "switching" :p.

Please response by providing your own tips, tricks, links and telling about your experiences.

For beginners I recommend to start with Dwarf’s excellent and easy to understand tutorial Hyper-V - How to Use in Windows 8.




Part 1: Understanding Virtual Switches

To connect a virtual machine (hereafter vm) to network it needs a network controller (hereafter NIC) the same way as any physical computer would need. In Hyper-V virtualization this NIC is of course virtual, it does not exists physically.

As we cannot connect a virtual NIC to a physical router we need a Virtual Switch (hereafter VS) to act like a network bridge between host NIC and vm virtual NIC. See the image below:
Virtual_Switch_12.png

A Virtual Switch can be external, internal or private.
  • External Virtual Switch: will connect a vm to host NIC. If host NIC is connected to Internet through router, the vm is also connected to Internet. If host NIC (LAN) is not connected to router or if the router has no Internet access, the internal network will still work allowing computers (physical and vm) belonging to the same subnet and workgroup or domain to communicate with each other (file and media sharing etc.). When connecting external switch to host WLAN NIC, the vm loses all connectivity when WLAN is disabled or not connected on host.
  • Internal Virtual Switch: When a virtual NIC is connected to Internal VS it can communicate with other computers and vms on the same subnet but has no Internet access if host Ethernet or WLAN connection is not shared with it.
  • Private Virtual Switch: When a virtual NIC is connected to Private VS it can communicate with other vms on same Hyper-V server but cannot communicate with host PC nor has it Internet access. A Private vs is often needed when installing a legacy Linux or pre-XP Windows vm. After installation you need then to disable Private Switch and use Internal or External to connect to the network.

Part 2. Create a Virtual Switch


  1. To create a VS open Hyper-V Virtual Switch Manager:
    .
    Virtual_Switch_10.png
    .
  2. Select New virtual network switch, select the switch type and click Create Virtual Switch:
    .
    Virtual_Switch_11.png
    .
  3. Name the switch as you wish, select which of host NICs it will be connected to. Please check that the option Allow management operating system to share this network adapter is selected, otherwise you might lose all connectivity:
    .
    Virtual_Switch_05.png
    .
- What this means, to put it very simple, is that when sharing is not enabled the virtual machines using a non-shared external switch can communicate with each other and outside world, but they will not share the connection with host. In this case you need to use another NIC and connection to connect host to the Internet​
.​
- Notice that this is also a practical way to use two totally different Internet connections with two independent routers and subscriber lines thus getting two different public IPs. An external virtual switch in this case takes total control of NIC it is connected to leaving host without connection if it can not use another NIC​
.​
- Also important to notice that to get two separate public IPs the external switch must not be shared, and host needs to be connected not only with another NIC but with another router and subscriber line. If both NICS belong to the same subnet and are using the same router / line they always share the public IP​
.​
4. Before clicking OK to save new switch you just created check that you have no active network connections used to anything important at the moment, for instance unfinished downloads or backups to a network location; when you click Apply or OK the network connection of your host is disconnected shortly before a new connection is created.​

By default all virtual switches get the name vEthernet followed by the name you selected when you created it within parenthesis. Here's how system named for instance my external switch connected to LAN NIC on my host: vEthernet (AGMnet External LAN).

Screenshot below shows typical available network connections when all types of virtual switches have been created:
Virtual_Switch_15.png
(Physical host NICS highlighted with yellow, virtual switches with red.)​

Notice that external virtual switch connected to host WLAN (vEthernet (AGMnet External WLAN) in this example) is not connected, showing red X. This is because of the WLAN NIC of host is disconnected (greyed out in screenshot); a virtual machine using this virtual switch would have no connectivity at the moment.

You might have also noticed that although the virtual switch vEthernet (AGMnet External WLAN) is connected to (is using) host’s WLAN NIC it is however showing an Ethernet LAN symbol (connector of a LAN cable) and presented under LAN connections. This has a simple explanation: all Hyper-V network connections are Ethernet (LAN) connections; Hyper-V does not support WiFi so even when a virtual switch is connected to a wireless NIC, Hyper-V presents it as Ethernet connection to the virtual machine i.e. the virtual NIC on vm “thinks” it is connected with an Ethernet cable.

This also means that when we are using an external virtual switch connected to a WLAN NIC, we need an extra network bridge on the host. The virtual NIC connects to a virtual switch, virtual switch in its turn connects to a host network bridge which creates (as its name says) a bridge between our virtual Ethernet connection and host WLAN NIC’s connection to the router:
Virtual_Switch_16.png

A "real life" situation from my computer. Virtual machine sees the connection as an Ethernet connection, connecting its Virtual NIC to External Virtual Switch, which in its turn is connected to a Network Bridge on host and further to WLAN NIC on host. Sounds complicated, is simple:
Virtual_Switch_04.png
Don’t worry be happy, Hyper-V and your Windows 8 host are together taking care of creating bridges when needed. See the screenshot below, I have just enabled and connected my host’s WiFi NIC. When enabled it noticed that there’s a Hyper-V external virtual switch which wants to use it so it created a Network Bridge, which then told external virtual WLAN switch “it’s OK now, we are online” ;).

Red X disappeared, a vm using this connection would be back in business:
Virtual_Switch_17.png


Part 3: Connect a Virtual Machine to a Virtual Switch (vm with Windows Vista SP2 or later Windows OS )

When creating a new vm select the correct virtual switch for your purposes. To connect vm to other computers and to Internet select an external switch which is connected to a host NIC currently enabled, connected, and online:
Virtual_Switch_13.png

You can always change the virtual switch from vm Settings:
Virtual_Switch_14.png

You are now ready to start networking!

Part 4: Connect a Virtual Machine to a Virtual Switch (vm with pre Windows Vista SP2 or Linux / Unix OS )

As you already know the expression “Not supported” does not always mean it wont work. Several Linux distros as well as early versions of Windows run very nicely on Hyper-V although officially it only supports XP and later Windows versions. Read for instance this tutorial to see how you can install Open SUSE or Ubuntu Linux on a Hyper-V vm: Hyper-V – Create Linux Virtual Machine in Windows 8.

When creating a new vm for Linux or older Windows versions it is important to follow these steps in setting up network functionality:
  1. Select Not connected when creating vm:
    .
    Virtual_Switch_06.png
    .
  2. Before booting vm first time go to Settings and delete (remove) default network driver:
    .
    Virtual_Switch_07.png
    .
  3. Create a new virtual Legacy Network Adapter:
    .
    Virtual_Switch_08.png
    .
  4. Create a Private Virtual Switch, attach it to newly created Legacy Network Adapter:
    .
    Virtual_Switch_09.png
    .
  5. Boot and install OS
  6. When on desktop, shut down vm before starting any other apps or programs or changing vm settings
  7. When vm is shut down, go to virtual machine's Settings and connect the Legacy Network Adapter to an External Virtual Switch with network connectivity
  8. Boot the vm and you are ready to go online!


A few more words

After you have created an external virtual switch, your Windows host computer starts using it, too. No reason to change this, as long as your external virtual switch is online everything will be OK:
Virtual_Switch_01.png

Remember, Hyper-V and windows are taking care of the bridges when needed. Host Network Bridge does exist only when host WLAN is enabled, and is appearing offline when WLAN is not connected:
Virtual_Switch_02.png

If a vm cannot connect to network, check first that it is using a correct external virtual switch and that the said switch is connected to a NIC which is enabled and connected:
Virtual_Switch_03.png

That's it. Please do tell if you find errors. All input is wanted and appreciated.


Kari


 

Attachments

  • LAN.png
    LAN.png
    6.4 KB · Views: 337
Last edited by a moderator:
Great job Kari. :)
 

My Computer

System One

  • OS
    64-bit Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Custom self built
    CPU
    Intel i7-8700K OC'd to 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G7 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    OCZ Series Gold OCZZ1000M 1000W
    Case
    Thermaltake Core P3
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gb/s Download and 35 Mb/s Upload
    Browser
    Internet Explorer 11
    Antivirus
    Malwarebyte Anti-Malware Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
Thanks Shawn. Noticed yesterday evening several threads with Hyper-V virtual switch and / or connectivity issues, thought this could be useful.

I was also thinking those members wanting to use Hyper-V to older Windows versions or Linux virtual machines, this tutorial tells how to make those communicate with outside world.

Kari
 
Last edited:

My Computer

System One

  • OS
    Windows 8.1 Pro with Media Center
    Computer type
    Laptop
    System Manufacturer/Model
    HP ENVY 17-1150eg
    CPU
    1.6 GHz Intel Core i7-720QM Processor
    Memory
    6 GB
    Graphics Card(s)
    ATI Mobility Radeon HD 5850 Graphics
    Sound Card
    Beats sound system with integrated subwoofer
    Monitor(s) Displays
    17" laptop display, 22" LED and 32" Full HD TV through HDMI
    Screen Resolution
    1600*900 (1), 1920*1080 (2&3)
    Hard Drives
    Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
    External: 2TB for backups, 3TB USB3 network drive for media
    Cooling
    As Envy runs a bit warm, I have it on a Cooler Master pad
    Keyboard
    Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse
    Logitech MX1000 Laser (Bluetooth)
    Internet Speed
    50 MB VDSL
    Browser
    Maxthon 3.5.2., IE11
    Antivirus
    Windows Defender 4.3.9431.0
    Other Info
    Windows in English, additional user accounts in Finnish, German and Swedish.
Nicely done Kari.
 

My Computer

System One

  • OS
    Windows 8.1 Pro x64/ Windows 7 Ult x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    76~2.0
    CPU
    Intel Core i5-3570K 4.6GHz
    Motherboard
    GIGABYTE GA-Z77X UD3H f18
    Memory
    8GB (2X4GB) DDR3 1600 CORSAIR Vengeance CL8 1.5v
    Graphics Card(s)
    Sapphire HD 7770 Vapor-X 1GB DDR5
    Sound Card
    Onboard VIA VT2021
    Monitor(s) Displays
    22" LCD Dell SP2208WFP
    Screen Resolution
    1680x1050
    Hard Drives
    Samaung 840Pro 128GB, Seagate 500GB SATA2 7200rpm 32mb, Seagate 1TB SATA2 7200rpm 32mb,
    PSU
    Corsair HX650W
    Case
    Cooler Master Storm Scout
    Cooling
    Corsair H80 w/Noctua NF P12 12cm fan, case fans 2X14cm
    Keyboard
    Logitech Wave
    Mouse
    CM Sentinel
    Internet Speed
    Abysmal
    Browser
    Opera Next
    Other Info
    Dell Venue 8Pro: Baytrail Z3740D, 2GB Ram, 64GB HDD, 8" IPS Display 1280 x 800, Active Stylus.
    Haswell laptop: HP Envy 17t-j, i7-4700MQ, GeForce 740M 2GB DDR3, 17.3" Full HD 1920x1080, 16GB RAM, Samsung 840 Pro 128GB, 1TB Hitachi 7200 HDD,
    Desktop: eSATA ports,
    External eSATA Seagate 500GB SATA2 7200rpm,
Thanks Dave.
 

My Computer

System One

  • OS
    Windows 8.1 Pro with Media Center
    Computer type
    Laptop
    System Manufacturer/Model
    HP ENVY 17-1150eg
    CPU
    1.6 GHz Intel Core i7-720QM Processor
    Memory
    6 GB
    Graphics Card(s)
    ATI Mobility Radeon HD 5850 Graphics
    Sound Card
    Beats sound system with integrated subwoofer
    Monitor(s) Displays
    17" laptop display, 22" LED and 32" Full HD TV through HDMI
    Screen Resolution
    1600*900 (1), 1920*1080 (2&3)
    Hard Drives
    Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
    External: 2TB for backups, 3TB USB3 network drive for media
    Cooling
    As Envy runs a bit warm, I have it on a Cooler Master pad
    Keyboard
    Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse
    Logitech MX1000 Laser (Bluetooth)
    Internet Speed
    50 MB VDSL
    Browser
    Maxthon 3.5.2., IE11
    Antivirus
    Windows Defender 4.3.9431.0
    Other Info
    Windows in English, additional user accounts in Finnish, German and Swedish.
hi i install windows xp in windows 6 hyper v.but do not know how can i transfer file from window 8 to xp?
 

My Computer

System One

  • OS
    eight
hi i install windows xp in windows 6 hyper v.but do not know how can i transfer file from window 8 to xp?
What is Windows 6?

Make a remote desktop connection to your XP virtual machine, then you can copy and paste as you wish, from and to remote XP machine.

Kari
 

My Computer

System One

  • OS
    Windows 8.1 Pro with Media Center
    Computer type
    Laptop
    System Manufacturer/Model
    HP ENVY 17-1150eg
    CPU
    1.6 GHz Intel Core i7-720QM Processor
    Memory
    6 GB
    Graphics Card(s)
    ATI Mobility Radeon HD 5850 Graphics
    Sound Card
    Beats sound system with integrated subwoofer
    Monitor(s) Displays
    17" laptop display, 22" LED and 32" Full HD TV through HDMI
    Screen Resolution
    1600*900 (1), 1920*1080 (2&3)
    Hard Drives
    Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
    External: 2TB for backups, 3TB USB3 network drive for media
    Cooling
    As Envy runs a bit warm, I have it on a Cooler Master pad
    Keyboard
    Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse
    Logitech MX1000 Laser (Bluetooth)
    Internet Speed
    50 MB VDSL
    Browser
    Maxthon 3.5.2., IE11
    Antivirus
    Windows Defender 4.3.9431.0
    Other Info
    Windows in English, additional user accounts in Finnish, German and Swedish.
sorry i mean windows 8
how can i exactlly create remote desktop in win xp?
and how can i full screen that?i use full screnn but it is not full screen exactlly
 

My Computer

System One

  • OS
    eight
If your machines are all connected to the same network (using the external switch type), you can simply use a file share to copy files just as you would between two physical windows machines on the same network. Kari is correct though - you must use RDP (mstsc.exe) to connect to the virtual machine, and not the hyper-v connection manager (vmconnect.exe) if you want to copy/paste files directly to the virtual machine that way.
 

My Computer

System One

  • OS
    Windows 8.1 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Custom
    CPU
    Intel Core i7 4790K @ 4.5GHz
    Motherboard
    Asus Maximus Hero VII
    Memory
    32GB DDR3
    Graphics Card(s)
    Nvidia GeForce GTX970
    Sound Card
    Realtek HD Audio
    Hard Drives
    1x Samsung 250GB SSD
    4x WD RE 2TB (RAIDZ)
    PSU
    Corsair AX760i
    Case
    Fractal Design Define R4
    Cooling
    Noctua NH-D15
Cluberti is of course right, you can share files exactly as if the virtual machine were a normal physical computer in your network.

Follow instructions on this tutorial to allow remote connections to your virtual machine: Remote Desktop Connection (RDC) - Network - Windows 7 Help Forums

Open Run dialog (Win + R), start Remote Desktop Connection by typing or copy / pasting this to Run dialog and pressing Enter: %windir%\system32\mstsc.exe

Click Show Options button bottom left on Remote Desktop window, select Display tab, set the display size to full screen.

Now connect to your virtual machine and it will open on full screen.

Kari
 

My Computer

System One

  • OS
    Windows 8.1 Pro with Media Center
    Computer type
    Laptop
    System Manufacturer/Model
    HP ENVY 17-1150eg
    CPU
    1.6 GHz Intel Core i7-720QM Processor
    Memory
    6 GB
    Graphics Card(s)
    ATI Mobility Radeon HD 5850 Graphics
    Sound Card
    Beats sound system with integrated subwoofer
    Monitor(s) Displays
    17" laptop display, 22" LED and 32" Full HD TV through HDMI
    Screen Resolution
    1600*900 (1), 1920*1080 (2&3)
    Hard Drives
    Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
    External: 2TB for backups, 3TB USB3 network drive for media
    Cooling
    As Envy runs a bit warm, I have it on a Cooler Master pad
    Keyboard
    Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse
    Logitech MX1000 Laser (Bluetooth)
    Internet Speed
    50 MB VDSL
    Browser
    Maxthon 3.5.2., IE11
    Antivirus
    Windows Defender 4.3.9431.0
    Other Info
    Windows in English, additional user accounts in Finnish, German and Swedish.
what it means exatly and how can know that?"you can share files exactly as if the virtual machine were a normal physical computer in your network"
and i use mstsc to connect to windows xp that i create in hyper v and write the name WinXP in computer name dialog and press connect but it sais that there is no windows xp.
and the full screnn is still like before.do you want to capture a picture from that?
 

My Computer

System One

  • OS
    eight

My Computer

System One

  • OS
    Windows 8.1 Pro with Media Center
    Computer type
    Laptop
    System Manufacturer/Model
    HP ENVY 17-1150eg
    CPU
    1.6 GHz Intel Core i7-720QM Processor
    Memory
    6 GB
    Graphics Card(s)
    ATI Mobility Radeon HD 5850 Graphics
    Sound Card
    Beats sound system with integrated subwoofer
    Monitor(s) Displays
    17" laptop display, 22" LED and 32" Full HD TV through HDMI
    Screen Resolution
    1600*900 (1), 1920*1080 (2&3)
    Hard Drives
    Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
    External: 2TB for backups, 3TB USB3 network drive for media
    Cooling
    As Envy runs a bit warm, I have it on a Cooler Master pad
    Keyboard
    Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse
    Logitech MX1000 Laser (Bluetooth)
    Internet Speed
    50 MB VDSL
    Browser
    Maxthon 3.5.2., IE11
    Antivirus
    Windows Defender 4.3.9431.0
    Other Info
    Windows in English, additional user accounts in Finnish, German and Swedish.
thank you I believe I followed the instruction and loaded window's 7. But cannot connect to the internet. I have seen people with the same problem

But no solution. The other thing is hat I could make the screen bigger and the mouse would get stuck in the Hyper-v window.
I will appreciate any suggestion. I was thinking of starting over.

Thank you
 

My Computer

System One

  • OS
    Window 8
Hi kari & All
Thank you for this tutorial
I created and run Hyper-v then installed windows 32 bit in virtual machine connection.
Now How can I Access to hard drive in my computer(windows 32 bit in virtual machine connection)?
In other words, How can I Access to my drives(D,E) in virtual machine connection(Windows 7 32 Bit)?
The second question:
I have a free space hard in real windows(Windows 8.1)

Capture.PNG

But the free space on the hard drive is not recognized in virtual machine.

Capture1.PNG

Is it possible that there is free space on the hard drive will be enabled in the virtual machine?
thank you so much kari.
 

My Computer

System One

  • OS
    Windows 8.1 Pro 64 Bit
    System Manufacturer/Model
    Asus-IBM
    CPU
    Intel core i7
    Motherboard
    Asus
    Memory
    4G
    Graphics Card(s)
    Nvidia Gforce 610 m 2G
    Monitor(s) Displays
    Intel Graphic 3000 HD
Virtual machines are just that - they only see the "devices" attached to them, and nothing on the host. If you want to use that space on the host for use in the guest, make a virtual hard disk that uses it, and attach it to the guest. If you use a server version of Windows with Hyper-V you could add it as pass-through storage, but not on the client.
 

My Computer

System One

  • OS
    Windows 8.1 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Custom
    CPU
    Intel Core i7 4790K @ 4.5GHz
    Motherboard
    Asus Maximus Hero VII
    Memory
    32GB DDR3
    Graphics Card(s)
    Nvidia GeForce GTX970
    Sound Card
    Realtek HD Audio
    Hard Drives
    1x Samsung 250GB SSD
    4x WD RE 2TB (RAIDZ)
    PSU
    Corsair AX760i
    Case
    Fractal Design Define R4
    Cooling
    Noctua NH-D15
Nice post...too bad it doesn't work. Everything was fine until I configured it all as instructed and then tried to access the internet from the host computer. I can see the bridge that got created, and says enabled, WiFi is connected per the metro interface as well as the Network icon, but if I look at the properties for the WiFi adapter status when you open the properties, under Connection for IPv4 Connectivity where it should say "Internet" when connected, it says No network access. I can see the SSID of the WiFi, signal quality, etc...everything says it should be connected except for where it says IPv4 connectivity.
 

My Computer

System One

  • OS
    Windows 8 64 Bit
    Computer type
    Laptop
    System Manufacturer/Model
    HP Envy6
    CPU
    i7
    Memory
    6gigs
    Graphics Card(s)
    GeForce GT 650M
    Browser
    Firefox
    Antivirus
    ESET
hi i created vm on hyper-v 2008.i install virtual machine windows server 2012.when i open local server ethernet is not connected what is the reason for i cannot create virtual switch as well.error messege was appear.(switch create failed name friendly name and general access deniederror)
 

My Computer

System One

  • OS
    windows 8
Hi Razan, welcome to the Eight Forums.

Please post a screenshot showing the error message.

Kari
 

My Computer

System One

  • OS
    Windows 8.1 Pro with Media Center
    Computer type
    Laptop
    System Manufacturer/Model
    HP ENVY 17-1150eg
    CPU
    1.6 GHz Intel Core i7-720QM Processor
    Memory
    6 GB
    Graphics Card(s)
    ATI Mobility Radeon HD 5850 Graphics
    Sound Card
    Beats sound system with integrated subwoofer
    Monitor(s) Displays
    17" laptop display, 22" LED and 32" Full HD TV through HDMI
    Screen Resolution
    1600*900 (1), 1920*1080 (2&3)
    Hard Drives
    Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
    External: 2TB for backups, 3TB USB3 network drive for media
    Cooling
    As Envy runs a bit warm, I have it on a Cooler Master pad
    Keyboard
    Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse
    Logitech MX1000 Laser (Bluetooth)
    Internet Speed
    50 MB VDSL
    Browser
    Maxthon 3.5.2., IE11
    Antivirus
    Windows Defender 4.3.9431.0
    Other Info
    Windows in English, additional user accounts in Finnish, German and Swedish.
thanks for quick reply kari.can i have ur phone number or mail id.
 

Attachments

  • 20140620_101632.jpg
    20140620_101632.jpg
    846 KB · Views: 280

My Computer

System One

  • OS
    windows 8

My Computer

System One

  • OS
    Windows 8.1 Pro with Media Center
    Computer type
    Laptop
    System Manufacturer/Model
    HP ENVY 17-1150eg
    CPU
    1.6 GHz Intel Core i7-720QM Processor
    Memory
    6 GB
    Graphics Card(s)
    ATI Mobility Radeon HD 5850 Graphics
    Sound Card
    Beats sound system with integrated subwoofer
    Monitor(s) Displays
    17" laptop display, 22" LED and 32" Full HD TV through HDMI
    Screen Resolution
    1600*900 (1), 1920*1080 (2&3)
    Hard Drives
    Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
    External: 2TB for backups, 3TB USB3 network drive for media
    Cooling
    As Envy runs a bit warm, I have it on a Cooler Master pad
    Keyboard
    Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse
    Logitech MX1000 Laser (Bluetooth)
    Internet Speed
    50 MB VDSL
    Browser
    Maxthon 3.5.2., IE11
    Antivirus
    Windows Defender 4.3.9431.0
    Other Info
    Windows in English, additional user accounts in Finnish, German and Swedish.
Back
Top