Troubleshooting on Windows OS


Upgrading PowerShell

Meco™ requires PowerShell version 5+. You can upgrade it by installing relevant version of the update below.

Running Scripts is Disabled on this System

This issue may raise to due security protocols of Windows OS.

Microsoft.PowerShell_profile.ps1 Cannot be Loaded Because Running Scripts is Disabled on this System

Here is the solution.

Create a shortcut of PowerShell executable.

Right click on the shortcut and select Properties from the menu. Go to Target field on the window.

PowerShell Target

Add the following line.

-ExecutionPolicy ByPass

Entire line on the Target field should be like:

<PATH>\powershell.exe -ExecutionPolicy ByPass

Run PowerShell windows from the shortcut you just created and edited.