Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enter\Exit the PowerShell mode in the Package Manager Console window

I think I accidentally entered the PowerShell mode so currently my console says: PS> c:\dev\

I wonder how do you exit from PS> mode to get back to PM mode? I want the console window to show PM> so I can install packages

like image 466
ambidexterous Avatar asked Dec 01 '11 00:12

ambidexterous


1 Answers

The same thing happened to me. I tried to restart VS with no effect, the "Package Manager Console" started in PowerShell again.

But this worked:

  • close the "Package Manager Console"
  • restart VS
  • open Package Manager Console"
like image 103
Kai-Rune Avatar answered Oct 07 '22 09:10

Kai-Rune