E2150 - EarthNet - InsideEARTH: Difference between revisions

Added -Force switch to suppress unnecessary dumb question...
(Changed the way of bypassing PS execution (previous one didn't allow elevation of privileges actually))
(Added -Force switch to suppress unnecessary dumb question...)
Line 45:
If it doesn't work (notepad window shows up instead of PowerShell one or you get an error ''"File ... cannot be loaded because running scripts is disabled on this system"''), then navigate to the folder where you saved the script, hold ''Shift'' and do right click on empty place, select ''"Open PowerShell window here",'' paste the following commands and press Enter:
 
<code>Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force</code>
 
<code>Unblock-File -Path Earth2150-EarthNet-Configurator.ps1</code>
22

edits