Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 如何取消这个恼人的提示?我尝试了很多方法,但都没有';行不通_Windows_Powershell - Fatal编程技术网

Windows 如何取消这个恼人的提示?我尝试了很多方法,但都没有';行不通

Windows 如何取消这个恼人的提示?我尝试了很多方法,但都没有';行不通,windows,powershell,Windows,Powershell,打开windows power shell时,将出现以下提示: Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 Cannot load PSReadline module. Console is running without PSReadline. 您要查找的

打开windows power shell时,将出现以下提示:


Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

Cannot load PSReadline module.  Console is running without PSReadline.

您要查找的是使用
-NoLogo
开关运行powershell.exe进程:)


更多信息请点击此处:

我似乎找到了解决方案,根据文章《我做得很好》

您尝试了哪些方法,这些方法是如何失败的?你收到错误消息了吗?我似乎已经找到了一个解决方案,根据文章《我做得很好》[1][1]:这是您的个人资料(VSCode-用户设置或ISE)或PowerShell启动快捷方式中的一个设置<代码>powershell/?
Microsoft Windows [Version 10.0.19042.928]
(c) Microsoft Corporation. All rights reserved.

c:\>powershell.exe
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\> exit

c:\>powershell.exe -NoLogo
PS C:\> exit