Powershell Crashes on Execution of Post Installation Steps

Problem: During execution of post installation steps, Powershell crashes.

Cause: WindowsErrorReporting is enabled on your machine

Solution: Perform the following steps to disable WindowsErrorReporting.

  1. Open the command prompt with administrative privileges.
  2. Run the powershell Disable-WindowsErrorReporting command. This command returns True, if the operation is successful and False in case of failure.