How To Fix Running Scripts is Disabled on This System in Powershell - 2025✅
Channel:
Subscribers:
307,000
Published on ● Video Link: https://www.youtube.com/watch?v=do3G-1RVMYs
Getting the error “Running scripts is disabled on this system” when trying to run a PowerShell script? 😵💻 Don’t worry — it’s a Windows security setting that you can easily fix.
In this video, I’ll show you how to enable script execution in PowerShell step-by-step. Works on Windows 10 and 11!
In the PowerShell window, type the following command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser