Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Well what I like about this answer is that I know how to launch a power shell, but where the hell are the internet options? Commented Nov 29, 2011 at 19:05
  • 2
    @AdrianRatnapala inetcpl.cpl
    – Iszi
    Commented Dec 19, 2013 at 20:43
  • 4
    Shorter version: gci -r cert: . I don't know why Powershell users insist on such long ass camel+hyphen case command names.
    – Salman
    Commented Dec 7, 2014 at 15:13
  • 38
    @SalmanPK: As a matter of principle I always give the long versions of the commands in my answers. This isn't Code Golf, it's trying to be helpful. If you want shorter, you should use ls -r cert: anyway.
    – Joey
    Commented Dec 7, 2014 at 16:06