visual studio - How can I restore what I have done in PowerShell? -


i did in powershell:

  • checked out current restrictions typing get-executionpolicy
  • enable powershell typing set-executionpolicy remotesigned

when run get-executionpolicy -list in powershell this:

        scope executionpolicy         ----- --------------- machinepolicy       undefined    userpolicy       undefined       process       undefined   currentuser       undefined  localmachine    remotesigned

when run project in visual studio @scripts.render("~/bundles/modernizr") throws exception:

filenotfoundexception unhandled user code.

how solve problem or can restore changes have made in powershell?


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -