Skip to content

Commit 4e860f5

Browse files
authored
Updates from editor
1 parent 716a40b commit 4e860f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/power-platform/power-automate/desktop-flows/failed-to-run-powershell-script-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Failed to run PowerShell
2929

3030
The **Run PowerShell script** action internally starts an instance of `powershell.exe` and provides the script specified in the action's input as an argument for the process. If the system fails to find `powershell.exe`, you might receive the error message.
3131

32-
The most likely cause of this issue is that the **Path** environment variable doesn't include the directory containing the `powershell.exe` executable. To confirm this as the root cause, follow these steps:
32+
The most likely cause of this issue is that the **Path** environment variable doesn't include the directory containing the `powershell.exe` executable. To confirm this is the root cause, follow these steps:
3333

3434
1. Open a Command Prompt (CMD) window.
3535
1. Run `powershell.exe` by typing the command and pressing **Enter**.

0 commit comments

Comments
 (0)