Locked on the XP virtual machine within the Windows 7 host

Not running Virtual Machine XP in Windows 7 to 9 months no problem.

Left on Virtual Machine PC open, went to lunch, when I came back the screen went black and white and did not.  I rebooted.  Win 7 is running normally, but now have the following message when I open the Virtual Machine.  (BTW: someone other than me has access to this computer)

When I try to open a session normally I start by getting this error message:

"The integration features have been disable" close this window and I get the following.

This computer is in use and has been locked.  Only the Virtualxp-xxx XPMUser or an administrator can unlock this computer.

This message is displayed in the virtual machine window, BUT!  The window is not active.  I can't read the information.

I searched many forums and that you find exactly the same problem.

I opened the settings of virtual window and tried everything I can think of.

I have screenshots of the menus and things I tried, but don't know how to post them here.

Help!  I need a very advanced Geek!

Thanks in advance,

Conrad

It is a known problem with the Windows XP Virtual Machine.

In the future if you come accorss this question here, that's what you can do.

* Go to your folder of user account > My Virtual Machines. Click once on the XP Mode of Windows to highlight and in the menu bar, you will notice the settings option. Clicking on it will open the settings of the Virtual Machine window (Make sure VM is stopped to make changes). It should look something like this http://i884.photobucket.com/albums/ac43/shetty_akash/VirtualMachineDefaultsettings.png

* Try to start the Virtual Machine if it invites still the user name password click on tools bar menu in Windows XP mode VM window, and then click enable integration features.

Let me know if you face this problem again and the steps above don't solve the problem.

Tags: Windows

Similar Questions

  • I installed windows 7 on a mac with boot camp and then used parallels to create a virtual machine to run windows inside Mac os10.6. Now he says I need to activate windows again, but he said I need a new activation key. Any ideas would be appreciated

    I installed windows 7 on a mac with boot camp and then used parallels to create a virtual machine to run windows inside Mac os10.6.  Now he says I need to activate windows again, but he said I need a new activation key.  Any ideas would be appreciated

    Yes, you must purchase a full license for the second installation of Windows 7 product key.  1 activation allows only one Windows 7 product key.  Apparently, you now have a second facility that requires a second product key. Carey Frisch

  • Practically in segregation a virtual machine within the same network

    We have a VMware ESXi 5.0.0 (504890) host that has physically 4 network cards. We run 3 VMs on that host and turning a new config. However, this new virtual machine will replace our old Windows DC, DNS, server DHCP etc., and we'd like to config it before going live - will not perform us a migration of swing. We are a little worried that it can interfere with our direct network and that's why I would like to somehow almost segegrate it.

    For the moment, we have a single vSwitch0 linked to all our VMs and management card:

    vSwtich0.png

    What is the best way to do this so that our new DC (with the same domain name and within the same network) can be configured without it interfering with the current network.

    Thanks for your comments.

    Oliver

    Hello

    You can create a second vSwitch without physical network interface cards. Create a VM Portgroup on this vSwitch.

    You can configure your new virtual machine to use the Portgroup. So, he won't have any connection to your network.

    The good thing is, when you want to test things with a customer, you can create a second VM and configure it to the same VM portgroup on the second vSwitch.

    Two virtual machines on this Portgroup can communicate with them because the traffic is handled internally by the host.

    Tim

  • Replying to a virtual machine within the same site

    I try to install vSphere replication v5.1.  I do this without SRM, but just the OVF appliance (s).  We currently have 8 guests distributed between two groups.  We have a vCenter control all this, and all is listed in a Data Center.  The second group is in our DR site and has different storage mapped to it.  I try to use vSphere replication as a means to keep our important VM replicated to our centre of DR disaster.  Is it possible to do so in the only current configuration?

    I'm having a hard time comes to work.  I have deployed two replication OVF devices and I'm stuck trying to replicate a virtual machine actually.  It gives me an error that the data object is not found.  I thought that I needed to 'Connect' from the local site to the remote site, but since this is all a time installing vCenter, I get an error indicating it cannot connect to itself.

    Is what I'm trying to do possible?  If not, could you let me know what I need to change to make it work properly.  Thank you.

    Hello

    The scenario you describe is supported - you can replicate virtual machines from one host to another within the same VC.

    To do this:

    -you will need to deploy vSphere 5.1 replication for a VC and no specific host

    -VR requires VC 5.1. If you liked VC - standalone VR will not work. If you have more recent VC, for example 5.5, you need RV 5.5

    -For replication within the VC even you don't need to link to the target site.

    -Simply select the computer virtual you want to replicate, when you opened a session in vSphere Web Client connected to the VC, point to the same location - must be available in the list, and select the appropriate data store and move through the wizard.

    Kind regards

    -Martin

  • Database SQL vCenter that is running on the virtual machine within vsphere

    Hey guys, I was wondering how many of you are running your database remote vcenter on a virtual machine inside your vsphere environment? We always ran the vcenter db on a physical remote outside the vsphere group box, but I am considering the upgrade to sql 2008 R2 and I already have a virtual sql server computer running within vsphere.

    Pro/drawbacks to be aware of the db running on a virtual machine?

    Thanks in advance

    Kevin

    We rotated our SQL database in a VM for a while now.

    Some advantages are for example the wide use of HA and the ability to easily extend if necessary resources. In addition, if you use backup as Veeam software a restore takes only a few minutes from a physical configuration.

    There are a few things when you have to keep in mind:

    -Make sure that your SQL VM database begins before your vCenter (the service does not start if it cannot reach the database), even if it can be fixed manually it might be something you want to keep in mind

    -If you use the distributed switches power risk since data is stored in the database, of course there are solutions for this (keep the traffic on a standard switch management)

    -If you use HA make sure you modify the priority of restarting HA for the virtual machine (you don't want a reboot suddenly)

  • List virtual machines within a host, the data store and the specified how cluster?

    Hello
    I found the code shows but not able to understand. The exit is not what I want.

    Get-VM | Select Name, @{N="Cluster";E={Get-Cluster -Name "Site1UCSCluster01" }}, @{N="ESX Host";E={Get-VMHost -VM $_}},@{N="Datastore";E={Get-Datastore -VM $_}} |fl

    But, the exit wrong that these virtual machines do not reside on Site1UCSCluster01:

    Name      : CBEDM
    Cluster   : Site1UCSCluster01
    ESX Host  : Host1
    Datastore : CBEDM-DS3-R5
    
    Name      : CBEDMTest
    Cluster   : Site1UCSCluster01
    ESX Host  : Host2
    Datastore : CBTEST-DS1-R5

    Thanks for your help,

    So try like this

    $clusterName = "MyCluster" 
    
    Get-Cluster -Name $clusterName | Get-VM | Select Name, @{N="Cluster";E={$clusterName}},@{N="ESX Host";E={Get-VMHost -VM $_ | Select -ExpandProperty Name}},@{N="Datastore";E={Get-Datastore -VM $_ | Select -ExpandProperty Name}} |fl
    
  • Problems of time (NTP) on the virtual machines within ESXi 4

    I had synchronization problems of intermittent time with my computers running on ESXi4 for quite a while now.  I thought that there were problems with my VM themselves and made some changes that appear to clear things for awhile.  The problems are back, and I'm starting to wonder if this is something being induced with ESXi itself.  My configuration is:

    ESXi 4.1.0

    -2 x Windows domain controller

    -Exchange Server x 2

    -FreeNAS

    VMWare tools are installed on all windows boxes.  FreeNAS is running without installed VMTools.  Domain controllers are set to use time NTP, servo out of an internet time server.  Client Windows have the default configuration and should be pulling the exact time of one of the two domain controllers.  FreeNAS is taking time to DCs.  Often when problems begin with authentication, it is because of the difference in clock being too great between servers, or between the Server / client.

    Are there recommended solutions for these issues?  I dug through the forum messages and the KBs and found a good bit of info but nothing that does not seem to solve these problems.

    I recommend you to configure a time outside of your virtual environment for you server ESXi hosts.

    Imagine that nothing is under tension, and you begin to start.

    Your domain controller will begin with your host ESXi (UTC) time until it can connect to the Internet to update time.

    At this time most VMs are probably on the wrong time, and it creates a lot of problems.

    After the updating of the DC then only will be hosting ESXi synch at the exact time. Quite a turn messed up

    If your ESXi have an external NTP server, they boot with the exact time and start all the virtual machines with the exact time.

    It may be useful

  • How to change network name for all virtual machines within the same cluster

    We have recently changed name vswitch to take into account that something significant, in the past vCenter could change the labels of networh for all virtual machines... seems this time help labels are not changed (maybe its got something to do with the update vcenter for 2.5.U3)...

    in any case, someone at - it a powershell script that could find all the virtual machines that are referring to the old label network and then changing again the name... ?

    Enjoy the respponses...

    Thanks in advance

    A few things on this blog could help.

    If you know the names you want to use, you could also just use something like:

    Get-Cluster X | Get-VM | Get-NetworkAdapter | Where { $_.NetworkName -eq "OldNetwork" } | Set-NetworkAdapter -NetworkName "NewNetwork" -confirm:$false
    Get-Cluster X | Get-VM | Get-NetworkAdapter | Where { $_.NetworkName -eq "NewNetwork" } | Set-NetworkAdapter -Connected:$true -confirm:$false
    
  • Moving the virtual machine containing vCenter to another host ESXI

    I am currently learning/building my first setup of virtualization. I made the mistake of letting the size of the block of the data warehouses to 1 MB. Now, I need to rebuild one of my stores of data.

    I could use vcenter for all my other VMS out migrate to another server esxi. I do not know how to move the VM vCenter, because he must be stopped to be moved, but I need to use the tool of migration/converter to move, which seems quite accessible from within the virtual machine.

    Any ideas?

    Stop vcenter Server and unregister (remove the inventory) of the inventory of the ESXi host. Then use example of Veeam FastSCP to copy some files/folder of the virtual machine to the other hosts data store and register the virtual machine to the inventory of the ESXi host by right-clicking the file vmx (add to the inventory). Make sure that there are no snapshots on the server vCenter Server!

    André

  • Activate the CBT for Hyper-V virtual machines running in Windows Server 2016

    As Windows Server 2016 has built in CBT (tracking changes block) to take incremental backups of Hyper-V virtual machines. I do not know how to enable this on the virtual machines. Help, please!


    This issue is beyond the scope of this site and to make sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
  • Activation of manipulation of the virtual machine PC - Backup Windows XP Home

    My question is what to do about Virtual PC Windows XP activation ona machine and how to manage it.

    Because I need to upgrade the system drive on my old DELL PC (and after changing the hard drive I want to do a new install of Win XP (OEM version)), I wanted to save all of my current system. In case something goes wrong or I have to go back and look up some settings I wanted to create a VM from my old PC. I used Microsoft tool disk2vhd and create a virtual drive. On my laptop, I installed Windows Virtual PC, created a new virtual machine and mounted this virtual drive of my old PC as an existing drive.

    This virtual PC will not be used for any research other than the occasional software or settings once used.

    After I created this virtual machine, I wanted to test and I entered my credentials a window poped by saying - "this copy of Windows must be activated with Microsoft before you can continue. You cannot open a session to what you activate Windows do you want to activate Windows now? To shut down the computer, click Cancel. Yes-No-Cancel"

    I don't want to press YES since I have no idea of what he will do. I really don't want to find yourself on a blacklist with blocked windows cannot run a virtual machine unable to use and update my old existing pc.

    I would appreciate any advice. What should I do? Should I press YES? It will raise red flags? If I can't do that it will be solved otherwise? A special key or something? Or it is impossible to use a virtual pc as a backup solution?

    Thanks for all the answers.

    MS did not sell XP packs over a year ago - there are a few stoists still with the inventory, but be very careful when you buy, as the majority of those advertised on the internet is a counterfeit.

  • Activate Windows 7 on a virtual machine on my Windows Home Server machine using my product key. I no longer use the complete installation. Am I in Windows license terms?

    I did virtualization p2v Windows Home Server 1 on an external drive using VMWare. I no longer use the physical instalation. The virtual machine has asked for activation on my laptop Windows 7 and worked well online. I'm in the terms of the Windows license?

    Please note that Windows Home Server is an OEM product which means, it is not intended to be transferred from one computer to another.

    For additional support and answers to your question, please post in the following forum:

    Windows Home Server Category - Microsoft

  • Unable to ping Virtual Machines within ESXi host (vSphere Home Lab)

    I'm using VMware workstation 9, I have 4 virtual machines created inside the workstation.
    (192.168.1.0 network is defined inside VMware workstation VM network editor)

    Domain controller - 192.168.1.1
    ESX1 - 192.168.1.11 (2 NICs - vmnic0 and vmnic1 connected to n/w)
    Esx2 - 192.168.1.12 (2 NICs - vmnic0 and vmnic1 connected to n/w)
    Management Server - 192.168.1.5

    I have 2 virtual computers created inside the machine Esx1

    machine to SQL - 192.168.1.4
    vcenter1 - 192.168.1.2

    I have 1 computer virtual created inside the Esx2 machine

    vcenter2 - 192.168.1.3

    I can ping all the machines in the administration server - no problem

    Question - I can not ping vcenter1 to sql, cannot ping vcenter1 to vcenter2, cannot ping vcenter2 to sql.
    There is basically no communication between virtual machines with the Esx host and in the whole of the host. Firewalls is disable on all these machines virtual esx internal hosts.

    Any ideas how to solve this problem?

    Make sure that virtual network on ESXi hosts maps are Sunrise promiscous mode networking.

  • Recompose a list of clone bound virtual machines within a pool using view server connection

    Hi all

    I use View with ESXi 4.1 4.6, composer is 2.6. Yesterday, I recomposed 8 pools from the mine to the snapshot of the updated gold statue.

    I have 140 VM in each pool. I checked today and about 125 to 130 of the virtual machine in each pool has been recomposed the new image, but 10-15 VMS in each pool were not reconstructed. They are currently closed. If I manually turn the, they have the old image.

    Now, I want to select just 10-15 VMS thos s in each pool and recompose the. The only options that I can see is to recompose the whole new pool or redial each VM one by one. I don't want to recompose the whole pool again and recomposing each VM individually will take a LONG time.

    When I go to desktop computers discovered in the administrator of the display and select the VM not recomposed, I don't get the opportunity to recompose.

    Can someone please help.

    There were errors, but I was unable to see them and all I could see the gray blocks, but nothing written on them. It seemed that the error windows were suspended by themselves.

    Thank you

    -Jay

    You can select certainly several computers desktop to a redial.  If your sub screen of the inventory of the pool just highlight several desktop computers and select recompose.  You can even choose the View Composer details view to sort by the image that is currently loaded.

    If you have problems for a reason, you could look at deleting workstations provided that they are in a floating pool that would simply allow view the based on the default image assigned to the pool to recreate.

  • VCenter Server installed as a virtual machine within a ESXi servers it manages?

    Hi all.  I'm new in the world of VSphere... still in my evaluation period.

    I have only a single ESXi server running at the moment but plans to add a second later for high availability, vmotion, increase general capacity, etc.  They are / will be ESXi running on the internal storage and the virtual machines running on a shared SAN.

    Today, I installed VCenter Server 4 on a server at bottom of range/Office that I was carrying around running XP Pro x 64.

    As I was installing I read the guide installation and to my surprise, it seems to recommend that I have installed VCenter Server 4 as a virtual machine on my ESXi host.

    Now maybe I just spent too much time setting up my without new Lefthand requiring a 'witness' during the failover of one SAN to another... but I was under the impression that VCenter Server is not designed simply to host configuration, but is also designed to act as a 'witness' or to take account of quorum whenever a failure scenario occurred on one of my ESXi hosts.  I also noticed the VCenter Server features of a port "heartbeat", which I suppose one would use for the ESXi server heartbeat, but perhaps it is used for "connected mode" with other VCenter servers (I was intending to use only one since it is a small scale installation) I also felt that it would be useful enough to restore a damaged or shot ESXi host.

    So my question is, if my ESXi host dies and it is where I have VCenter Server installed, then high availability will be unable to work?  I guess there are going to be other issues with me unable to access VCenter Server while I have an ESXi host shot, too, as a greater difficulty to get the ESXi up?

    Maybe I'm wrong understand the purpose of the VCenter server... maybe it's not something that's necessary for HA, recovery, etc. and acts only as a configuration tool until something is wrong?  Or maybe I misunderstood the installation guide and they recommend only installing VCenter Server on an ESX box... they don't want this ESX box to be part of the group that manages the server?

    Finally, if indeed they recommend I install this on a ESXi host manages... would I ideally be install this for local storage on the server (where I installed ESXi) or on the SAN (where all my other virtual machines are installed)... or is it just personal preference?

    Thank you!!

    When you add hosts an active hemagglutinin vCenter cluster HA agent is installed on it.  This agent is what is actually the HA.  While necessary to add new hosts in a cluster and configure some specific parameters of vCenter vCenter's agents HA are self-sufficient and can handle HA failover so vCenter is offline.

    You must install the vCenter VM on SAN storage, so that he can use the vMotion, sVmotion, DRS, HA, functions etc. that require a SAN.

    -MattG

    If you find this information useful, please give points to "correct" or "useful".

Maybe you are looking for