powershell ise config by Joel Bennett 19 months ago
View followups from Joel Bennett and Joel Bennett | diff | embed code: <script type="text/javascript" src="http://PoshCode.org/embed/1971"></script>download | new post
Enable .Net 4 and \\UNC path modules for PowerShell ISE by using this app.config. Save as C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe.config
- <configuration>
- <startup>
- <supportedRuntime version="v4.0" />
- <supportedRuntime version="v2.0.50727" />
- <process>
- <rollForward enabled="false" />
- </process>
- </startup>
- <runtime>
- <loadFromRemoteSources enabled="true"/>
- </runtime>
- </configuration>
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.
PowerShell Code Repository