0
I’d like to execute the command tsc
in Powershell, however, when I run the command it returns powershel permissions error, however, instead of the permission to run using the Set-ExecutionPolicy
and Get-ExecutionPolicy
that give permission to all devices, wanted to give permission to run only to the tsc
, I saw on forums that it is possible by the environment variables of Windows 10, but I could not make it work using.
Would anyone have the solution to this? To reinforce, I want to give permission only to the tsc
run on Powershell.