As I'm working on Windows 7 untill 3 weeks now, I was tired of opening a powershell console and type cd ....
So here's a reg file for that:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\powershell]
@="PowerShell Here"
[HKEY_CLASSES_ROOT\Directory\shell\powershell\command]
@="C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit -Command Set-Location -LiteralPath '%L'"
Save it as ie open_powershell_here.reg, then just double-click on it and accept.
Now, you've got a "PowerShell Here" when you right-click on a directory.
Comments Back to index