The scripting games finally kicked of last thursday and I sat down an hour on sunday to make my contribution to the advanced track. This event was about helping Dr.Scripto archive log-files older than 90 days from one directory on the server to an UNC path which seemed quite straight forward at first but now when I’ve seen all the other answers and voted on as many as I had time for, I realized a few things and most of all I realized that the community is quite critical and I need to step it up a notch if I want any of the community votes.
I decided to compare VmWare Workstation 9 to Hyper-V in Windows 8.
However if Hyper-V is installed in Windows 8, VmWare Workstation won’t install stating:
“Error: This Product may not be installed on a computer that has Microsoft HyperV installed.”
I have not found a solution for this, but there is a workaround to dual-boot Windows 8 with or without Hyper-V started by setting “hypervisorlaunchtype” to off in an alternative choice in the boot menu.
I tried to install Remote Server Administration Tools on my Windows 8 laptop and received an error stating:
Installer encountered an error: 0x80004005 However if I extracted the .msu file with the following command:
expand -f:* Windows6.2-KB2693643-x64.msu .
and installed the cab Windows6.2-KB2693643-x64.cab using pkgmgr:
pkgmgr /ip /m:Windows6.2-KB2693643-x64.cab /l:rsat.log
the tools installed successfully.
Note that the installation will run in background, check for pkgmgr on the Details tab in Task Manager, when the process terminates the installation is complete.