如何恢复我在PowerShell中所做的工作?

时间:2016-09-22 16:07:43

标签: visual-studio powershell windows-10

我是在PowerShell中做到的:

  • 点击Get-ExecutionPolicy
  • 查看当前限制
  • 键入Set-ExecutionPolicy remotesigned
  • 启用PowerShell

当我在PowerShell中运行Get-ExecutionPolicy -List时,我得到了这个:

        Scope ExecutionPolicy
        ----- ---------------
MachinePolicy       Undefined
   UserPolicy       Undefined
      Process       Undefined
  CurrentUser       Undefined
 LocalMachine    RemoteSigned

当我在Visual Studio中运行项目时,@Scripts.Render("~/bundles/modernizr")会抛出异常:

  

FileNotFoundException未被用户代码处理。

如何解决此问题,还是只能恢复我在PowerShell中所做的更改?

0 个答案:

没有答案