Created
November 3, 2012 00:34
-
-
Save zippy1981/4005253 to your computer and use it in GitHub Desktop.
ConEmu Tasks Registry File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks] | |
"Count"=dword:00000009 | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task1] | |
"Name"="{PowerShell}" | |
"GuiArgs"="/single /Dir %userprofile%" | |
"Cmd1"="%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe" | |
"Active"=dword:00000000 | |
"Count"=dword:00000001 | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task2] | |
"Name"="{PowerShell x86}" | |
"GuiArgs"="/single /Dir %userprofile%" | |
"Cmd1"="%SystemRoot%\\syswow64\\WindowsPowerShell\\v1.0\\powershell.exe" | |
"Active"=dword:00000000 | |
"Count"=dword:00000001 | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task3] | |
"Name"="{PowerShell 2.0}" | |
"GuiArgs"="/single /Dir %userprofile%" | |
"Cmd1"="%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -Version 2.0" | |
"Active"=dword:00000000 | |
"Count"=dword:00000001 | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task4] | |
"Name"="{PowerShell x86 2.0}" | |
"GuiArgs"="/single /Dir %userprofile%" | |
"Cmd1"="%SystemRoot%\\syswow64\\WindowsPowerShell\\v1.0\\powershell.exe -Version 2.0" | |
"Active"=dword:00000000 | |
"Count"=dword:00000001 | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task5] | |
"Name"="{PowerShell 1.0}" | |
"GuiArgs"="/single /Dir %userprofile%" | |
"Cmd1"="%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -Version 1.0" | |
"Active"=dword:00000000 | |
"Count"=dword:00000001 | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task6] | |
"Name"="{PowerShell x86 1.0}" | |
"GuiArgs"="/single /Dir %userprofile%" | |
"Cmd1"="%SystemRoot%\\syswow64\\WindowsPowerShell\\v1.0\\powershell.exe -Version 1.0" | |
"Active"=dword:00000000 | |
"Count"=dword:00000001 | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task7] | |
"Name"="{Visual Studio 2010}" | |
"GuiArgs"="/single /Dir %userprofile%" | |
"Active"=dword:00000000 | |
"Count"=dword:00000001 | |
"Cmd1"="%comspec% /k \"C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\vcvarsall.bat\" amd64" | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task8] | |
"Name"="{Visual Studio 2010 x86}" | |
"GuiArgs"="/single /Dir %userprofile%" | |
"Active"=dword:00000000 | |
"Count"=dword:00000001 | |
"Cmd1"="%comspec% /k \"C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\vcvarsall.bat\" x86" | |
[HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task9] | |
"Name"="{Git Bash}" | |
"GuiArgs"="/single /Dir %userprofile%" | |
"Active"=dword:00000000 | |
"Count"=dword:00000001 | |
"Cmd1"="%systemroot%\\SysWOW64\\cmd.exe /c \"\"C:\\Program Files (x86)\\Git\\bin\\sh.exe\" --login -i\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment