Skip to content

Instantly share code, notes, and snippets.

@vojd
Created October 27, 2015 09:57
Show Gist options
  • Save vojd/78b8058c3af0b14aeb16 to your computer and use it in GitHub Desktop.
Save vojd/78b8058c3af0b14aeb16 to your computer and use it in GitHub Desktop.
Id CommandLine
-- -----------
1 Invoke-Expression '. ''C:\Users\matter\Downloads\cmder\vendor\conemu-maximus5\..\profile.ps1'''
2 man Invoke-Elevated
3 Invoke-Elevated { gci }
4 Invoke-Elevated { gci }☺♂
5 install-module invoke-elevatedcommand
6 install-module psreadline
7 Set-PSReadlineOption -EditMode Emacs
8 ls
@vojd
Copy link
Author

vojd commented Oct 27, 2015

gci -r | % { echo $_.Name }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment