Like
Dislike
Share

How to Enable PowerShell Scripts on Windows 10

Maverick 6 Steps 180 Seconds Jun 20, 2024
Filed to: Quick Guides
ic introduction02
Today, we're going to guide you through the process of enabling PowerShell scripts on your Windows 10 system.
Step 1

Open PowerShell as Administrator

Start by clicking on the "Start" button, type "PowerShell" in the search bar, right-click on "Windows PowerShell," and select "Run as administrator."

Open-PowerShell-as-Administrator-1
Open-PowerShell-as-Administrator-2
Step 2

Check Current Execution Policy

In the PowerShell window, type `Get-ExecutionPolicy` and press Enter. This command will display the current execution policy.

Check-Current-Execution-Policy
Step 3

Change the Execution Policy

To enable PowerShell scripts, type `Set-ExecutionPolicy RemoteSigned` and press Enter. This policy allows scripts to run if they are signed by a trusted publisher..

Change-the-Execution-Policy
Step 4

Confirm the Change

You will be prompted to confirm the change. Type `Y` and press Enter to proceed..

Step 5

Verify the New Execution Policy

To ensure the change was successful, type `Get-ExecutionPolicy` again and press Enter. It should now display "RemoteSigned.".

Change-the-Execution-Policy
Step 6

Close PowerShell

Once you've verified the new execution policy, you can close the PowerShell window..

Free Try Mobile Device Management Solution

14-day Free TrialContact Sales
Share:

You Might Also Like

  • How to Mirror iPhone to JVC TV?
  • How to Remove Copilot from Edge on Phone
  • How to Download Google Play on PC?
  • How to Update Apps on Samsung Smart TV?
  • How to Transfer Photos from Android to Android with USB
  • How to Remove Copilot from Microsoft Edge on PC
Discussion
The discussion and share your voice here.

Leave a Reply. Cancel reply

Your email address will not be published. Required fields are marked*

*

Product-related questions?Contact Our Support Team to Get a Quick Solution>
Home > Quick Guides > How to Enable PowerShell Scripts on Windows 10