Monday, February 4, 2013

Windows Restart

I was trying to install SharePoint 2013, the setup was complaining about a pending system restart.  Even after multiple restart / Shutdown.  The error message is same, it is confirmed that I need some tweak in Windows to make it working.

Here is the solution which worked for me

  1. Open Register Editor using Run "regedit" .
  2. Find the key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager"
  3. Rename the "PendingFileRenameOperations" value to "PendingFileRenameOperations2"

The magic worked, the setup program is no more complaining about pending windows restart.

Happy coding.

2 comments:

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...