Inform in README.md about PS ISE vs PS

pull/442/head
spigelli 3 years ago committed by GitHub
parent a48b4d8dc5
commit 71cbb6e68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,6 +23,7 @@ There are different methods of running the PowerShell script. The methods are as
1) Download the .zip file on the main page of the GitHub and extract the .zip file to your desired location
2) Once extracted, open [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-5.1) (or [PowerShell ISE](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/ise/introducing-the-windows-powershell-ise?view=powershell-7)) as an Administrator
> :information_source: _If you are experiencing issues in PowerShell ISE, try regular PowerShell_
3) Enable PowerShell execution
<code>Set-ExecutionPolicy Unrestricted -Force</code>
4) On the prompt, change to the directory where you extracted the files:

Loading…
Cancel
Save