Advertisement
zippy1981

ConEmu Tasks Registry Settings

Nov 3rd, 2012
2,609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 2.46 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks]
  4. "Count"=dword:00000009
  5.  
  6. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task1]
  7. "Name"="{PowerShell}"
  8. "GuiArgs"="/single /Dir %userprofile%"
  9. "Cmd1"="%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe"
  10. "Active"=dword:00000000
  11. "Count"=dword:00000001
  12.  
  13. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task2]
  14. "Name"="{PowerShell x86}"
  15. "GuiArgs"="/single /Dir %userprofile%"
  16. "Cmd1"="%SystemRoot%\\syswow64\\WindowsPowerShell\\v1.0\\powershell.exe"
  17. "Active"=dword:00000000
  18. "Count"=dword:00000001
  19.  
  20. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task3]
  21. "Name"="{PowerShell 2.0}"
  22. "GuiArgs"="/single /Dir %userprofile%"
  23. "Cmd1"="%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -Version 2.0"
  24. "Active"=dword:00000000
  25. "Count"=dword:00000001
  26.  
  27. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task4]
  28. "Name"="{PowerShell x86 2.0}"
  29. "GuiArgs"="/single /Dir %userprofile%"
  30. "Cmd1"="%SystemRoot%\\syswow64\\WindowsPowerShell\\v1.0\\powershell.exe -Version 2.0"
  31. "Active"=dword:00000000
  32. "Count"=dword:00000001
  33.  
  34. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task5]
  35. "Name"="{PowerShell 1.0}"
  36. "GuiArgs"="/single /Dir %userprofile%"
  37. "Cmd1"="%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -Version 1.0"
  38. "Active"=dword:00000000
  39. "Count"=dword:00000001
  40.  
  41. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task6]
  42. "Name"="{PowerShell x86 1.0}"
  43. "GuiArgs"="/single /Dir %userprofile%"
  44. "Cmd1"="%SystemRoot%\\syswow64\\WindowsPowerShell\\v1.0\\powershell.exe -Version 1.0"
  45. "Active"=dword:00000000
  46. "Count"=dword:00000001
  47.  
  48. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task7]
  49. "Name"="{Visual Studio 2010}"
  50. "GuiArgs"="/single /Dir %userprofile%"
  51. "Active"=dword:00000000
  52. "Count"=dword:00000001
  53. "Cmd1"="%comspec% /k \"C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\vcvarsall.bat\" amd64"
  54.  
  55. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task8]
  56. "Name"="{Visual Studio 2010 x86}"
  57. "GuiArgs"="/single /Dir %userprofile%"
  58. "Active"=dword:00000000
  59. "Count"=dword:00000001
  60. "Cmd1"="%comspec% /k \"C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\vcvarsall.bat\" x86"
  61.  
  62. [HKEY_CURRENT_USER\Software\ConEmu\.Vanilla\Tasks\Task9]
  63. "Name"="{Git Bash}"
  64. "GuiArgs"="/single /Dir %userprofile%"
  65. "Active"=dword:00000000
  66. "Count"=dword:00000001
  67. "Cmd1"="%systemroot%\\SysWOW64\\cmd.exe /c \"\"C:\\Program Files (x86)\\Git\\bin\\sh.exe\" --login -i\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement