PrimalScript includes support for Windows Script Host TrustPolicy which is a feature built into WSH that can help prevent untrusted scripts from running.
PrimalScript provides access to the per-user TrustPolicy configuration through the Options dialog.
On Windows XP and later computers, you must first manually set the registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows Script Host\Settings\UseWINSAFER to 0 in order for TrustPolicy to take effect. Doing so allows TrustPolicy to override Software Restriction Policies.
Be aware that TrustPolicy can also be configured on a machine-wide basis in a way that overrides the settings PrimalScript configures, and that these settings can be deployed in a non-overridable fashion from Group Policy.
See also: