-
Notifications
You must be signed in to change notification settings - Fork 8
/
ConEmuHere.reg
19 lines (16 loc) · 907 Bytes
/
ConEmuHere.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\console]
@="Console Here"
"Icon"="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\console\command]
@="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" /config \"shell\" /dir \"%1\" /run {Shells::PowerShell Core}"
[HKEY_CLASSES_ROOT\Drive\shell\console]
@="Console Here"
"Icon"="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe,0"
[HKEY_CLASSES_ROOT\Drive\shell\console\command]
@="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" /config \"shell\" /dir \"%1\" /run {Shells::PowerShell Core}"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Console Here - Admin"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" /config \"shell\" /dir \"%1\" /run {Shells::PowerShell Core (Admin)}"