StevenWhiting.com

A place for info I've learnt in IT & stuff. (I get a little kick back from affiliate ads & links, just so you are aware)

Browsing Posts published in August, 2013

http://www.techrepublic.com/blog/data-center/how-to-shrink-a-vmdk-using-vmware-converter/

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.

http://youtu.be/C9Lvf44qcvw

UPDATED 6/6/2016-

https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1018414

————-

http://youtu.be/tk8LFxz2E0c

http://youtu.be/ueM1dCk3o58

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.

http://blogs.technet.com/b/askds/archive/2010/10/20/mythical-creatures-corrupt-user-profiles.aspx

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

http://newforma.custhelp.com/app/answers/detail/a_id/453/~/how-to-tell-from-what-server-a-computer-is-getting-its-time

Or in the registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer

Also could be related to vsphere overriding the Windows time.

http://www.heerengandhi.com/2009/07/29/firefox-icon-went-missing-in-windows-7-heres-a-fix/comment-page-1/

 

  1. Close all folder windows that are currently open.
  2. Launch Task Manager using the CTRL+SHIFT+ESC key sequence, or by running taskmgr.exe
  3. In the Process tab, right-click on the Explorer.exe process and select End Process
  4. Click the End process button when asked for confirmation.
  5. From the File menu of Task Manager, select New Task (Run…)
  6. Type CMD.EXE, and click OK
  7. 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
  8. In Task Manager, click File, select New Task (Run…)
  9. Type EXPLORER.EXE, and click OK.

 

http://www.htmldog.com/

http://www.html.net/

http://www.w3schools.com/

http://codex.wordpress.org/WordPress_Coding_Standards