#powershell #windows
Allow PowerShell scripts to run on Windows 10
# enter this command to allow local and remote signed scripts to run
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Casey
Full-Stack Developer
# enter this command to allow local and remote signed scripts to run
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned