You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ Get-ExecutionPolicy -List
Scope ExecutionPolicy
----- ---------------
MachinePolicy Undefined
UserPolicy Undefined
Process Undefined
CurrentUser Undefined <- Should be 'RemoteSigned' when you have install Scoop following the quickstart
LocalMachine RemoteSigned
~
❯ Get-ExecutionPolicy
RemoteSigned
repeat Example
Let's take Scons as an example, when I after edit scons.ps1 with notepad , adding spaces and line breaks
But, if I use my own written Rust code to write a PS script to scons.ps1, there is no problem, it can run normally, why?
The text was updated successfully, but these errors were encountered: