PowerShell version
Scridea utilities require PowerShell version 4 or higher. To check your PowerShell version, run the following command in a PowerShell window.
$PSVersionTable.PSVersion
For assistance in upgrading your PowerShell version, see the KB article, https://scridea.com/docs/general/psupgrade-win7/
PowerShell execution policy
You may receive a warning message about the PowerShell Execution Policy, as shown below, when you open Scridea Utilities.

If you get this message, type ‘Y’ or ‘A’ and press enter.
To avoid this warning in the future, change the PowerShell execution policy by executing the following command in the PowerShell window.
Set-ExecutionPolicy Unrestricted