每次启动 Powershell ISE 时都会加载默认脚本

每次启动 Powershell ISE 时都会加载默认脚本

在 PowerShell ISE 中,我希望每次打开 Powershell ISE 时都打开一个默认脚本(模板)。

有没有什么办法可以实现这个目标?

谢谢

答案1

把它放在你的PowerShell ISE 配置文件

要在当前机器上找到您的个人 ISE 配置文件,请检查以下值:

$profile.CurrentUserCurrentHost

要找到当前机器上的默认个人 ISE 配置文件,请检查以下值:

$profile.AllUsersCurrentHost

相关内容