ถ้า PowerShell run TypeScript, Node.js หรือ run tsc –version แล้วมี error ประมาณ
tsc : File C:\Users\pitt\AppData\Roaming\npm\tsc.ps1 cannot be loaded because running scripts is disabled on this system. For more information,
see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
แก้ได้โดยใช้ command โดยสิทธิ์ Administrator
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
โดยสามารดูคำสั่งเพิ่มเติมได้จาก about_Execution_Policies
cr: PowerShell bug “execution of scripts is disabled on this system.”