Cloned a VM. The clone is off and trying to copy the clone disk to another VM on another datastore.
Complains the disk is locked, despite the VM being off and the name being different to the original VM.
So for example original VM hdd is “Mine.vmdk”
New clone is “clone-mine.vmdk”
Seems even though these have two different names, if the original VM is still running and live, it locks the clone disk as well. Odd.
Turned off the original, now able to copy the clones VMDK.
Running Word 2010 and run the macro
For the macro type
Shell “cmd /k cmd.exe”
Run the macro.
You now have a cmd box where you could potentially go elsewhere.
UPDATED 6/6/2016-
————-
After extracting the package in Terminal go to the vmware-tools-distrib folder and type:
sudo ./vwmare-install.pl -d
Wifi being enabled and saying connected. Visiting a site and then it pauses, never loads and Wifi says limited connected. Latest drivers makes no difference. Connecting to a Draytek 2850.
Turns out issue with Wifi n. Despite the router being capable either the laptop is having issues with it or its an issue with the setup of the router. Changing laptop wifi back to g and works fine.
net time \\<computername> /querysntp
To query where it’s getting it’s time from. Can compare to a working machine if possible.
If all looks fine, check Windows Time service. My case, this was disabled which meant the time kept jumping 2hrs ahead every few mins (if I set it back).
w32tm /query /status
On a Windows 2008 R2 and newer server
Or in the registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer
Also could be related to vsphere overriding the Windows time.
- Close all folder windows that are currently open.
- Launch Task Manager using the CTRL+SHIFT+ESC key sequence, or by running taskmgr.exe
- In the Process tab, right-click on the Explorer.exe process and select End Process
- Click the End process button when asked for confirmation.
- From the File menu of Task Manager, select New Task (Run…)
- Type CMD.EXE, and click OK
- In the Command Prompt window, type the commands one by one and press ENTER after each command:
CD /d %userprofile%\AppData\Local
DEL IconCache.db /a
EXIT- In Task Manager, click File, select New Task (Run…)
- Type EXPLORER.EXE, and click OK.