使用以下主题可了解如何在 Windows PowerShell 集成脚本环境 (ISE) 中使用配置文件。

注意:

在执行本节中的任务之前,请参阅 about_Profiles,或者在命令窗格中键入“get-help about_profiles”并按 Enter。

可为 Windows PowerShell ISE 创建一个或多个 Windows PowerShell 配置文件,并使用这些配置文件来添加常用的变量、别名、命令和函数。配置文件会影响您启动的所有 Windows PowerShell ISE 会话。还可以使用配置文件来保存您在 Windows PowerShell ISE 环境中自定义的项,如颜色和字体首选项。

注意:

Windows PowerShell 执行策略决定您是否可以运行脚本和加载配置文件。默认的执行策略“Restricted”禁止所有脚本运行,包括配置文件。如果使用“Restricted”策略,则不会加载配置文件。有关执行策略的详细信息,请参阅 about_Execution_Policies

选择要在 Windows PowerShell ISE 中使用的配置文件

Windows PowerShell ISE 支持 Windows PowerShell ISE 的当前用户及所有用户的配置文件。它还支持应用于所有主机的 Windows PowerShell 配置文件。

您所使用的配置文件由 Windows PowerShell 和 Windows PowerShell ISE 的使用方式决定。

  • 如果仅使用 Windows PowerShell ISE 运行 Windows PowerShell,则会将所有项都保存在一个特定于 ISE 的配置文件(例如用于 Windows PowerShell ISE 的 CurrentUserCurrentHost 配置文件或用于 Windows PowerShell ISE 的 AllUsersCurrentHost 配置文件)中。

  • 如果使用多个主机程序运行 Windows PowerShell,则会将函数、别名、变量和命令保存在一个影响所有主机程序的配置文件(例如 CurrentUserAllHosts 或 AllUsersAllHosts 配置文件)中,并将特定于 ISE 的功能(如颜色和字体自定义)保存在用于 Windows PowerShell ISE 的 CurrentUserCurrentHost 配置文件或用于 Windows PowerShell ISE 的 AllUsersCurrentHost 配置文件中。

下面是可在 Windows PowerShell ISE 中创建和使用的配置文件。每个配置文件都保存至各自特定的路径。

配置文件类型配置文件路径

“Current user, PowerShell ISE”

$profile.CurrentUserCurrentHost, or $profile

“All users, PowerShell ISE”

$profile.AllUsersCurrentHost

“Current user, All hosts”

$profile.CurrentUserAllHosts

“All users, All hosts”

$profile.AllUsersAllHosts

本节内容

如何在 Windows PowerShell ISE 中创建配置文件
提供在 Windows PowerShell ISE 中创建、移动和保存配置文件的过程。

另请参阅




目录