nie można załadować, ponieważ uruchamianie skryptów jest wyłączone w tym systemie
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Zany Zebra
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
PS C:\> Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"args": [
"-ExecutionPolicy",
"Bypass"
]
}
},
cannot be loaded because running scripts is disabled. Cypress
Get-ExecutionPolicy -List | Set-ExecutionPolicy Unrestricted