Category Archives: Windows 8

Error: Cannot connect the computer to the server because either another software installation is in progress, or, the computer has a restart pending.

I have been seeing quite a number of systems coming up with this error message when attempting to install the Client Connector Software for SBS 2011 Essentials.

“Error: Cannot connect the computer to the server because either another software installation is in progress, or, the computer has a restart pending. Either complete the installation process, or, restart the computer and try to connect again.”

The first thing to do is obvious – Reboot the computer. But then again, there would not be anything to blog if it were that easy. Obviously, that has been attempted and the error remains. Apparently, this is often caused by programs not cleaning up their installation settings.

The fix is fairly simple, if you can remember where the registry setting is.

Open up Regedit and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager. Rename the key named PendingFileRenameOperation to something else.

That should resolve the issue.

WIM2VHD tool to convert images with support for Windows8 and Server 2012

A new tool has been released to quickly convert WIM images into VHD and the new VHDX format. The tool is completely written in PowerShell and also has a GUI. The file (Convert-WindowsImage.ps1 ) can be downloaded here – http://gallery.technet.microsoft.com/scriptcenter/Convert-WindowsImageps1-0fe23a8f

The tool supports Windows 7, Server 2008R2 and above. Vista and Server 2008 are not supported.