在 PowerShell 中重置会话
当我更改 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您只需点源您的个人资料即可。
如果您的配置文件在驱动器或变量甚至存在时处理错误,则一切正常。
You can just dotsource your profile.
If your profile handles errors when things like drives, or vars even exists, everything is ok.
您可以尝试对您的个人资料进行点源化,尽管有些事情可能不起作用(例如尝试重新定义常量等)。
重新启动 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