PoshCode Logo PowerShell Code Repository

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

  1. <configuration>
  2.         <startup>
  3.                 <supportedRuntime version="v4.0" />
  4.                 <supportedRuntime version="v2.0.50727" />
  5.                 <process>
  6.                         <rollForward enabled="false" />
  7.                 </process>
  8.         </startup>
  9.         <runtime>
  10.                 <loadFromRemoteSources enabled="true"/>
  11.         </runtime>
  12. </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.

Syntax highlighting:


Remember me