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.
- Open the command prompt with administrative privileges.
- Run the
powershell Disable-WindowsErrorReporting
command. This command returns True, if the operation is successful and False in case of failure.