在 PowerShell 中重置会话

发布于 2024-12-02 03:49:42 字数 103 浏览 0 评论 0原文

当我更改 PowerShell 配置文件中的设置时,我将关闭 PowerShell 窗口并重新打开它以重置会话。

我假设有更好的命令或 cmdlet 来刷新会话。有什么线索吗?

When I change a setting in my PowerShell profile, I am closing the PowerShell window and reopening it to reset the session.

I assume there is a better command or cmdlet to refresh the session. Any clue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风吹雨成花 2024-12-09 03:49:42

您只需点源您的个人资料即可。

. $Profile

如果您的配置文件在驱动器或变量甚至存在时处理错误,则一切正常。

You can just dotsource your profile.

. $Profile

If your profile handles errors when things like drives, or vars even exists, everything is ok.

肥爪爪 2024-12-09 03:49:42

您可以尝试对您的个人资料进行点源化,尽管有些事情可能不起作用(例如尝试重新定义常量等)。

重新启动 shell 的博客文章:

http://scriptolog .blogspot.com/2006/12/restart-your-engins-powershell-way_28.html

You can try and dot-source your profile instead though some things may not work (like trying to redefine constants, etc).

A blog post to restart the shell:

http://scriptolog.blogspot.com/2006/12/restart-your-engins-powershell-way_28.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文