Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

serve : File C:UsersMY PCAppDataRoaming pmserve.ps1 cannot be loaded because running scripts is disabled on this system

# Run this
set-ExecutionPolicy RemoteSigned -Scope CurrentUser
# and then run this
Get-ExecutionPolicy
# If it returns 'RemoteSigned', then the problem is solved!
 
PREVIOUS NEXT
Tagged: #serve #File #loaded #running #scripts #disabled #system
ADD COMMENT
Topic
Name
2+5 =