Skip to content

Instantly share code, notes, and snippets.

View seancheung's full-sized avatar
😅

Sean seancheung

😅
  • Hangzhou, Zhejiang/China
View GitHub Profile
@seancheung
seancheung / ps_bash_cmder.reg
Last active October 5, 2016 05:13
Register Powershell and Windows Bash to context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\ps]
@="PowerShell Here"
"Extended"=""
"Icon"="C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe"
"HideBasedOnVelocityId"=dword:006698a6
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\ps\command]