Tuesday, October 25, 2016
Thursday, October 20, 2016
Virtual machines automatic startup with VMware Workstation
By using “share” feature on your existing virtual machines, or by creating a new one in folder “Shared VMs”, you will be able to use option to automatically start virtual machines when host computer starts. That way you can have small office server virtualized infrastructure based on VMware Workstation software.
1. To enable start virtual machine with host computer, you need to “right click” on existing virtual machine and select “manage>share” option
2. After that, you will be presented with “Share VM Wizard“, so just click “Next“.
3. On this dialog, you can chose whether you just want to enable “shared” for existing virtual machine, or you want to create a clone of existing machine to run as shared virtual machine. “Move the virtual machine” will move all existing data files of selected virtual machine to predefined “Shared Virtual Machines” folder.
4. VMware Workstation will process your request, and when finished, selected virtual machine will appear in “Shared VMs” folder.
5. After selecting “Shared VMs” folder in Library column, you will need to click on “Manage AutoStart VMs” and select virtual machines which will start with host computer. Also, if you start multiple virtual machine, you should define delayed start between each virtual machine, to reduce impact on hosts disk and CPU resources.
Tuesday, October 18, 2016
Cleaning up Network Connections in Windows 7
Windows makes a mess of all the network adapters when installing NIC cards. Sometimes, you remove network adapters, and you're left with something like "Local Area Network 3" that can't be renamed back to "Local Area Network". The problem is, Windows remembers the previous adapter (even if it is physically removed), so you can't rename the adapter, otherwise it would conflict with previously named adapters.
To view and remove all previously (non-connected) NIC adapters:
1. Open cmd.
2. Type
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
3. Open device manager by running devmgmt.msc.
4. View > Show Hidden Devices.
Now, you can remove any adapters that were previously installed (but no longer present) in windows. These are the adapters that appear slightly grayed out in Device Manager.
After doing so, you should now be able to rename the network adapters back to "Local Area Connection".
To view and remove all previously (non-connected) NIC adapters:
1. Open cmd.
2. Type
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
3. Open device manager by running devmgmt.msc.
4. View > Show Hidden Devices.
Now, you can remove any adapters that were previously installed (but no longer present) in windows. These are the adapters that appear slightly grayed out in Device Manager.
After doing so, you should now be able to rename the network adapters back to "Local Area Connection".
Subscribe to:
Posts (Atom)