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!