How do I add Sublime Text the Windows 8 “Default Programs” list?











up vote
0
down vote

favorite
1












I've tried using the following registry file to add Sublime Text 2 to the Default Programs list in Windows 8 Enterprise x64. It doesn't show up. All the paths are correct. This method has worked for other programs and works on Windows 7 Professional x64 (using an identical .reg file).



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfile]
@="Sublime Text Document"

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshell]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshellopen]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshellopencommand]
@=""C:\Program Files (x86)\Sublime Text 2\sublime_text.exe" "%1""

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshelledit]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshelleditcommand]
@=""C:\Program Files (x86)\Sublime Text 2\sublime_text.exe" "%1""

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2]

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2Capabilities]
"ApplicationDescription"="Sublime Text is a sophisticated text editor for code, markup and prose."
"ApplicationName"="Sublime Text 2"
"ApplicationIcon"="C:\Program Files (x86)\Sublime Text 2\sublime_text.exe,0"

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2CapabilitiesFileAssociations]
".txt"="SublimeText.textfile"
".xml"="SublimeText.textfile"
".html"="SublimeText.textfile"
".js"="SublimeText.textfile"
".nfo"="SublimeText.textfile"
".conf"="SublimeText.textfile"
".json"="SublimeText.textfile"
".cnf"="SublimeText.textfile"
".config"="SublimeText.textfile"
".css"="SublimeText.textfile"
".less"="SublimeText.textfile"
".sass"="SublimeText.textfile"
".scss"="SublimeText.textfile"
".haml"="SublimeText.textfile"
".coffee"="SublimeText.textfile"
".compass"="SublimeText.textfile"
".mustache"="SublimeText.textfile"
".erb"="SublimeText.textfile"

[HKEY_LOCAL_MACHINESOFTWARERegisteredApplications]
"Sublime Text 2"="SOFTWARE\Sublime Text 2\Capabilities"









share|improve this question
























  • You can change the default notepad file type to Sublime text with ftype command.
    – Biswapriyo
    Jun 24 '17 at 16:01















up vote
0
down vote

favorite
1












I've tried using the following registry file to add Sublime Text 2 to the Default Programs list in Windows 8 Enterprise x64. It doesn't show up. All the paths are correct. This method has worked for other programs and works on Windows 7 Professional x64 (using an identical .reg file).



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfile]
@="Sublime Text Document"

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshell]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshellopen]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshellopencommand]
@=""C:\Program Files (x86)\Sublime Text 2\sublime_text.exe" "%1""

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshelledit]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshelleditcommand]
@=""C:\Program Files (x86)\Sublime Text 2\sublime_text.exe" "%1""

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2]

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2Capabilities]
"ApplicationDescription"="Sublime Text is a sophisticated text editor for code, markup and prose."
"ApplicationName"="Sublime Text 2"
"ApplicationIcon"="C:\Program Files (x86)\Sublime Text 2\sublime_text.exe,0"

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2CapabilitiesFileAssociations]
".txt"="SublimeText.textfile"
".xml"="SublimeText.textfile"
".html"="SublimeText.textfile"
".js"="SublimeText.textfile"
".nfo"="SublimeText.textfile"
".conf"="SublimeText.textfile"
".json"="SublimeText.textfile"
".cnf"="SublimeText.textfile"
".config"="SublimeText.textfile"
".css"="SublimeText.textfile"
".less"="SublimeText.textfile"
".sass"="SublimeText.textfile"
".scss"="SublimeText.textfile"
".haml"="SublimeText.textfile"
".coffee"="SublimeText.textfile"
".compass"="SublimeText.textfile"
".mustache"="SublimeText.textfile"
".erb"="SublimeText.textfile"

[HKEY_LOCAL_MACHINESOFTWARERegisteredApplications]
"Sublime Text 2"="SOFTWARE\Sublime Text 2\Capabilities"









share|improve this question
























  • You can change the default notepad file type to Sublime text with ftype command.
    – Biswapriyo
    Jun 24 '17 at 16:01













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





I've tried using the following registry file to add Sublime Text 2 to the Default Programs list in Windows 8 Enterprise x64. It doesn't show up. All the paths are correct. This method has worked for other programs and works on Windows 7 Professional x64 (using an identical .reg file).



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfile]
@="Sublime Text Document"

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshell]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshellopen]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshellopencommand]
@=""C:\Program Files (x86)\Sublime Text 2\sublime_text.exe" "%1""

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshelledit]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshelleditcommand]
@=""C:\Program Files (x86)\Sublime Text 2\sublime_text.exe" "%1""

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2]

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2Capabilities]
"ApplicationDescription"="Sublime Text is a sophisticated text editor for code, markup and prose."
"ApplicationName"="Sublime Text 2"
"ApplicationIcon"="C:\Program Files (x86)\Sublime Text 2\sublime_text.exe,0"

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2CapabilitiesFileAssociations]
".txt"="SublimeText.textfile"
".xml"="SublimeText.textfile"
".html"="SublimeText.textfile"
".js"="SublimeText.textfile"
".nfo"="SublimeText.textfile"
".conf"="SublimeText.textfile"
".json"="SublimeText.textfile"
".cnf"="SublimeText.textfile"
".config"="SublimeText.textfile"
".css"="SublimeText.textfile"
".less"="SublimeText.textfile"
".sass"="SublimeText.textfile"
".scss"="SublimeText.textfile"
".haml"="SublimeText.textfile"
".coffee"="SublimeText.textfile"
".compass"="SublimeText.textfile"
".mustache"="SublimeText.textfile"
".erb"="SublimeText.textfile"

[HKEY_LOCAL_MACHINESOFTWARERegisteredApplications]
"Sublime Text 2"="SOFTWARE\Sublime Text 2\Capabilities"









share|improve this question















I've tried using the following registry file to add Sublime Text 2 to the Default Programs list in Windows 8 Enterprise x64. It doesn't show up. All the paths are correct. This method has worked for other programs and works on Windows 7 Professional x64 (using an identical .reg file).



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfile]
@="Sublime Text Document"

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshell]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshellopen]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshellopencommand]
@=""C:\Program Files (x86)\Sublime Text 2\sublime_text.exe" "%1""

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshelledit]

[HKEY_LOCAL_MACHINESOFTWAREClassesSublimeText.textfileshelleditcommand]
@=""C:\Program Files (x86)\Sublime Text 2\sublime_text.exe" "%1""

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2]

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2Capabilities]
"ApplicationDescription"="Sublime Text is a sophisticated text editor for code, markup and prose."
"ApplicationName"="Sublime Text 2"
"ApplicationIcon"="C:\Program Files (x86)\Sublime Text 2\sublime_text.exe,0"

[HKEY_LOCAL_MACHINESOFTWARESublime Text 2CapabilitiesFileAssociations]
".txt"="SublimeText.textfile"
".xml"="SublimeText.textfile"
".html"="SublimeText.textfile"
".js"="SublimeText.textfile"
".nfo"="SublimeText.textfile"
".conf"="SublimeText.textfile"
".json"="SublimeText.textfile"
".cnf"="SublimeText.textfile"
".config"="SublimeText.textfile"
".css"="SublimeText.textfile"
".less"="SublimeText.textfile"
".sass"="SublimeText.textfile"
".scss"="SublimeText.textfile"
".haml"="SublimeText.textfile"
".coffee"="SublimeText.textfile"
".compass"="SublimeText.textfile"
".mustache"="SublimeText.textfile"
".erb"="SublimeText.textfile"

[HKEY_LOCAL_MACHINESOFTWARERegisteredApplications]
"Sublime Text 2"="SOFTWARE\Sublime Text 2\Capabilities"






windows-8 file-association sublime-text-2






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 20 '13 at 7:15









Barry

1914




1914










asked Jan 1 '13 at 3:03









Carl Hamms

111




111












  • You can change the default notepad file type to Sublime text with ftype command.
    – Biswapriyo
    Jun 24 '17 at 16:01


















  • You can change the default notepad file type to Sublime text with ftype command.
    – Biswapriyo
    Jun 24 '17 at 16:01
















You can change the default notepad file type to Sublime text with ftype command.
– Biswapriyo
Jun 24 '17 at 16:01




You can change the default notepad file type to Sublime text with ftype command.
– Biswapriyo
Jun 24 '17 at 16:01










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Try using Default Programs Editor.




Default Programs Editor makes it easy to fix file association settings in Windows, including context menu items, icons, and descriptions. Also: autoplay settings and default programs settings ...all without fiddling around in the registry.







share|improve this answer



















  • 2




    try explaining what it does in your answer
    – Shekhar
    Jan 1 '13 at 16:24











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f526550%2fhow-do-i-add-sublime-text-the-windows-8-default-programs-list%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Try using Default Programs Editor.




Default Programs Editor makes it easy to fix file association settings in Windows, including context menu items, icons, and descriptions. Also: autoplay settings and default programs settings ...all without fiddling around in the registry.







share|improve this answer



















  • 2




    try explaining what it does in your answer
    – Shekhar
    Jan 1 '13 at 16:24















up vote
0
down vote













Try using Default Programs Editor.




Default Programs Editor makes it easy to fix file association settings in Windows, including context menu items, icons, and descriptions. Also: autoplay settings and default programs settings ...all without fiddling around in the registry.







share|improve this answer



















  • 2




    try explaining what it does in your answer
    – Shekhar
    Jan 1 '13 at 16:24













up vote
0
down vote










up vote
0
down vote









Try using Default Programs Editor.




Default Programs Editor makes it easy to fix file association settings in Windows, including context menu items, icons, and descriptions. Also: autoplay settings and default programs settings ...all without fiddling around in the registry.







share|improve this answer














Try using Default Programs Editor.




Default Programs Editor makes it easy to fix file association settings in Windows, including context menu items, icons, and descriptions. Also: autoplay settings and default programs settings ...all without fiddling around in the registry.








share|improve this answer














share|improve this answer



share|improve this answer








edited Dec 29 '13 at 1:55

























answered Jan 1 '13 at 15:51









ChrisN

949820




949820








  • 2




    try explaining what it does in your answer
    – Shekhar
    Jan 1 '13 at 16:24














  • 2




    try explaining what it does in your answer
    – Shekhar
    Jan 1 '13 at 16:24








2




2




try explaining what it does in your answer
– Shekhar
Jan 1 '13 at 16:24




try explaining what it does in your answer
– Shekhar
Jan 1 '13 at 16:24


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f526550%2fhow-do-i-add-sublime-text-the-windows-8-default-programs-list%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

QoS: MAC-Priority for clients behind a repeater

Ивакино (Тотемский район)

Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)