当我尝试执行 PowerShell 脚本时,出现此错误:
无法加载文件 C:\Common\Scripts\hello.ps1,因为在此系统上禁用了脚本的执行。有关更多详细信息,请参阅“get-help about_signing”。
在 line:1 char:13
+ .\hello.ps1 <<<<
+ CategoryInfo : NotSpecified: (:) [], PSSecurityException
+ fullyQualifiedErrorId : RuntimeException
是否可以使用快捷键在Windows 7中打开命令提示符,如果可以,您是怎么做的?
我知道我可以为它指定一个快捷键,但是 Windows 是否已经提供了一个快捷键?
我知道在 Ubuntu 中,至少在 Unity 桌面环境中,您可以按Ctrl+ Alt+ T。