如何在 PowerShell ISE 中加载配置文件?
How to load profile in PowerShell ISE?
我有一个很好的 运行 PowerShell 环境,可以从我的配置文件 C:\Users\Paebbels\Documents\WindowsPowerShell\Microsoft. PowerShell_profile.ps1
.
中预加载几个设置、函数和模块
是否可以将相同的配置文件加载到 PowerShell 的 ISE 的集成 powershell 控制台中?
添加此文件的副本,名称为:
C:\Users\Paebbels\Documents\WindowsPowerShell\Microsoft.PowerShellise_profile.ps1
如果你把代码放在
C:\Users\Paebbels\Documents\WindowsPowerShell\profile.ps1
相反,ISE 和控制台主机都会加载它。
我有一个很好的 运行 PowerShell 环境,可以从我的配置文件 C:\Users\Paebbels\Documents\WindowsPowerShell\Microsoft. PowerShell_profile.ps1
.
是否可以将相同的配置文件加载到 PowerShell 的 ISE 的集成 powershell 控制台中?
添加此文件的副本,名称为:
C:\Users\Paebbels\Documents\WindowsPowerShell\Microsoft.PowerShellise_profile.ps1
如果你把代码放在
C:\Users\Paebbels\Documents\WindowsPowerShell\profile.ps1
相反,ISE 和控制台主机都会加载它。