Skip to content

Commit a338e5d

Browse files
committed
put back set-execution policy step for extensions
1 parent 71d015a commit a338e5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/iot-edge/tutorial-machine-learning-edge-02-prepare-environment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ Now that you have connected to the development machine, add some useful extensio
122122
cd C:\source\IoTEdgeAndMlSample\DevVM
123123
```
124124
125+
1. Run the following command to allow execution of scripts. Choose **Yes to All** when prompted.
126+
127+
```powershell
128+
Set-ExecutionPolicy Bypass -Scope Process
129+
```
130+
125131
1. Run the Visual Studio Code extensions script.
126132
127133
```powershell

0 commit comments

Comments
 (0)