This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
uls:agents:win_tools [2014-12-16 17:43] uls [ULS-Agent for Windows] |
uls:agents:win_tools [2015-02-03 08:37] (current) uls [Software Installation] |
||
|---|---|---|---|
| Line 121: | Line 121: | ||
| c:\> powershell Set-ExecutionPolicy RemoteSigned | c:\> powershell Set-ExecutionPolicy RemoteSigned | ||
| </code> | </code> | ||
| + | |||
| + | :!: Alternatively, you can use the command line parameter ''-executionpolicy bypass'' | ||
| + | <code> | ||
| + | c:\> powershell.exe -executionpolicy bypass -File <script.ps1> <arguments> | ||
| + | </code> | ||
| + | when starting the win_watch powershell script. | ||
| ----- | ----- | ||