Issue
Project Configuration Tool 2 can't be installed due to error "An error occurred trying to start process 'powershell' with working directory. The system cannot find the file specified."
PowerShell can't also be started by Command Prompt, as shown in below screenshot, with error "'PowerShell' is not recognized as an internal or external command, operable program or batch file."
Product Line
EcoStruxure Building Operation
Environment
Building Operation Project Configuration Tool (PCT)
Cause
Windows PowerShell path is not added to PATH environment variable, so it cannot be started by PCT installer.
Resolution
Add PowerShell path to PATH environment variable by following below steps:
- Using Start menu, search for "Edit the system environment variables".
-
Click on "Environment Variables".
-
Double click on "Path" variable located in the system variables list.
-
Click New and add PowerShell path to the list then save the changes.
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
- Try to start Power Shell in Command Prompt. If it can be started as shown in below screenshot, retry the PCT 2 installation.