default programs for certain file extensions
I am having trouble while editing the registry to get a file type to open with a default text editing program. I have edited the registry following this post: https://superuser.com/a/1369178/972419.
However, after attempting to open the file, the correct program opens, but the file appears empty. When right click the file and using the open with option and selecting the same program, the contents of the file are available and editable also.
Is the file appearing empty because I'he committed some unknown error while I was editing the registry?
How do I get the file to open in the App in edit mode on double click?
windows windows-10 windows-registry
add a comment |
I am having trouble while editing the registry to get a file type to open with a default text editing program. I have edited the registry following this post: https://superuser.com/a/1369178/972419.
However, after attempting to open the file, the correct program opens, but the file appears empty. When right click the file and using the open with option and selecting the same program, the contents of the file are available and editable also.
Is the file appearing empty because I'he committed some unknown error while I was editing the registry?
How do I get the file to open in the App in edit mode on double click?
windows windows-10 windows-registry
1
It'd be a good idea to post a screenshot of what you've done in the registry; it's hard to say whether you've made an error w/o knowing what you've done. ;-)
– Steve Rindsberg
Dec 12 '18 at 17:00
We don't know what you did in the registry, but generally, the filename must be passed to the called application with a command line argument, usually a percent sign and a letter or number. Without that argument, it just opens the application. Notice in the linked answer that a number of entries use %1 in the command.
– fixer1234
Dec 13 '18 at 5:17
@fixer1234 I realized this after adding the %1 to the registry command open path shortly after posting this yesterday and my problem was solved. thanks for the explanation because I didn't really understand why that made it work honestly
– bronzelightning
Dec 13 '18 at 17:43
add a comment |
I am having trouble while editing the registry to get a file type to open with a default text editing program. I have edited the registry following this post: https://superuser.com/a/1369178/972419.
However, after attempting to open the file, the correct program opens, but the file appears empty. When right click the file and using the open with option and selecting the same program, the contents of the file are available and editable also.
Is the file appearing empty because I'he committed some unknown error while I was editing the registry?
How do I get the file to open in the App in edit mode on double click?
windows windows-10 windows-registry
I am having trouble while editing the registry to get a file type to open with a default text editing program. I have edited the registry following this post: https://superuser.com/a/1369178/972419.
However, after attempting to open the file, the correct program opens, but the file appears empty. When right click the file and using the open with option and selecting the same program, the contents of the file are available and editable also.
Is the file appearing empty because I'he committed some unknown error while I was editing the registry?
How do I get the file to open in the App in edit mode on double click?
windows windows-10 windows-registry
windows windows-10 windows-registry
edited Dec 20 '18 at 11:05
Rajesh S
3,7021522
3,7021522
asked Dec 12 '18 at 16:43
bronzelightning
1
1
1
It'd be a good idea to post a screenshot of what you've done in the registry; it's hard to say whether you've made an error w/o knowing what you've done. ;-)
– Steve Rindsberg
Dec 12 '18 at 17:00
We don't know what you did in the registry, but generally, the filename must be passed to the called application with a command line argument, usually a percent sign and a letter or number. Without that argument, it just opens the application. Notice in the linked answer that a number of entries use %1 in the command.
– fixer1234
Dec 13 '18 at 5:17
@fixer1234 I realized this after adding the %1 to the registry command open path shortly after posting this yesterday and my problem was solved. thanks for the explanation because I didn't really understand why that made it work honestly
– bronzelightning
Dec 13 '18 at 17:43
add a comment |
1
It'd be a good idea to post a screenshot of what you've done in the registry; it's hard to say whether you've made an error w/o knowing what you've done. ;-)
– Steve Rindsberg
Dec 12 '18 at 17:00
We don't know what you did in the registry, but generally, the filename must be passed to the called application with a command line argument, usually a percent sign and a letter or number. Without that argument, it just opens the application. Notice in the linked answer that a number of entries use %1 in the command.
– fixer1234
Dec 13 '18 at 5:17
@fixer1234 I realized this after adding the %1 to the registry command open path shortly after posting this yesterday and my problem was solved. thanks for the explanation because I didn't really understand why that made it work honestly
– bronzelightning
Dec 13 '18 at 17:43
1
1
It'd be a good idea to post a screenshot of what you've done in the registry; it's hard to say whether you've made an error w/o knowing what you've done. ;-)
– Steve Rindsberg
Dec 12 '18 at 17:00
It'd be a good idea to post a screenshot of what you've done in the registry; it's hard to say whether you've made an error w/o knowing what you've done. ;-)
– Steve Rindsberg
Dec 12 '18 at 17:00
We don't know what you did in the registry, but generally, the filename must be passed to the called application with a command line argument, usually a percent sign and a letter or number. Without that argument, it just opens the application. Notice in the linked answer that a number of entries use %1 in the command.
– fixer1234
Dec 13 '18 at 5:17
We don't know what you did in the registry, but generally, the filename must be passed to the called application with a command line argument, usually a percent sign and a letter or number. Without that argument, it just opens the application. Notice in the linked answer that a number of entries use %1 in the command.
– fixer1234
Dec 13 '18 at 5:17
@fixer1234 I realized this after adding the %1 to the registry command open path shortly after posting this yesterday and my problem was solved. thanks for the explanation because I didn't really understand why that made it work honestly
– bronzelightning
Dec 13 '18 at 17:43
@fixer1234 I realized this after adding the %1 to the registry command open path shortly after posting this yesterday and my problem was solved. thanks for the explanation because I didn't really understand why that made it work honestly
– bronzelightning
Dec 13 '18 at 17:43
add a comment |
2 Answers
2
active
oldest
votes
In Windows, there should be a Control Panel setting called "Default Programs". It list files extension and the program associated with them. Find your file extension under this list and select it. Then select your program to open it with. You might need to find the file though as some executables are not listed by default so you will click "Browse..." and manually look for your executable that you want to handle said file extension.
1
this method does not work. The file type extension was not showing up because it is not a standard file type. Adding a "%1" to the end of the registry open command path seemed to fix the problem I was having. but thanks for the suggestion anyways!!
– bronzelightning
Dec 13 '18 at 17:40
Your welcome. What kind of extension were you trying to open if you don't mind me asking? Was it just a generic "File" you were trying to open?
– KALI99
Dec 13 '18 at 17:50
1
It is a file for a laser engraving machine that ends with the file extension .bia
– bronzelightning
Dec 14 '18 at 18:31
Oh wow... Yeah that is NOT included by default, lol.
– KALI99
Dec 14 '18 at 23:00
add a comment |
Right click the desired file ---> Open with ---> Choose another app ---> (now before selecting the program that you want to use) check the box beside Always use this app to open .abc files. After that you can double click the demanded program (or hit OK) to let the certain file become permanently open with your preferred app.
nah that wasn't working so I had to manually add the file extension in because it is a non-standard file extension. issue is resolved but thanks for the tippy
– bronzelightning
Dec 13 '18 at 17:45
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1383037%2fdefault-programs-for-certain-file-extensions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
In Windows, there should be a Control Panel setting called "Default Programs". It list files extension and the program associated with them. Find your file extension under this list and select it. Then select your program to open it with. You might need to find the file though as some executables are not listed by default so you will click "Browse..." and manually look for your executable that you want to handle said file extension.
1
this method does not work. The file type extension was not showing up because it is not a standard file type. Adding a "%1" to the end of the registry open command path seemed to fix the problem I was having. but thanks for the suggestion anyways!!
– bronzelightning
Dec 13 '18 at 17:40
Your welcome. What kind of extension were you trying to open if you don't mind me asking? Was it just a generic "File" you were trying to open?
– KALI99
Dec 13 '18 at 17:50
1
It is a file for a laser engraving machine that ends with the file extension .bia
– bronzelightning
Dec 14 '18 at 18:31
Oh wow... Yeah that is NOT included by default, lol.
– KALI99
Dec 14 '18 at 23:00
add a comment |
In Windows, there should be a Control Panel setting called "Default Programs". It list files extension and the program associated with them. Find your file extension under this list and select it. Then select your program to open it with. You might need to find the file though as some executables are not listed by default so you will click "Browse..." and manually look for your executable that you want to handle said file extension.
1
this method does not work. The file type extension was not showing up because it is not a standard file type. Adding a "%1" to the end of the registry open command path seemed to fix the problem I was having. but thanks for the suggestion anyways!!
– bronzelightning
Dec 13 '18 at 17:40
Your welcome. What kind of extension were you trying to open if you don't mind me asking? Was it just a generic "File" you were trying to open?
– KALI99
Dec 13 '18 at 17:50
1
It is a file for a laser engraving machine that ends with the file extension .bia
– bronzelightning
Dec 14 '18 at 18:31
Oh wow... Yeah that is NOT included by default, lol.
– KALI99
Dec 14 '18 at 23:00
add a comment |
In Windows, there should be a Control Panel setting called "Default Programs". It list files extension and the program associated with them. Find your file extension under this list and select it. Then select your program to open it with. You might need to find the file though as some executables are not listed by default so you will click "Browse..." and manually look for your executable that you want to handle said file extension.
In Windows, there should be a Control Panel setting called "Default Programs". It list files extension and the program associated with them. Find your file extension under this list and select it. Then select your program to open it with. You might need to find the file though as some executables are not listed by default so you will click "Browse..." and manually look for your executable that you want to handle said file extension.
answered Dec 12 '18 at 18:11
KALI99
335
335
1
this method does not work. The file type extension was not showing up because it is not a standard file type. Adding a "%1" to the end of the registry open command path seemed to fix the problem I was having. but thanks for the suggestion anyways!!
– bronzelightning
Dec 13 '18 at 17:40
Your welcome. What kind of extension were you trying to open if you don't mind me asking? Was it just a generic "File" you were trying to open?
– KALI99
Dec 13 '18 at 17:50
1
It is a file for a laser engraving machine that ends with the file extension .bia
– bronzelightning
Dec 14 '18 at 18:31
Oh wow... Yeah that is NOT included by default, lol.
– KALI99
Dec 14 '18 at 23:00
add a comment |
1
this method does not work. The file type extension was not showing up because it is not a standard file type. Adding a "%1" to the end of the registry open command path seemed to fix the problem I was having. but thanks for the suggestion anyways!!
– bronzelightning
Dec 13 '18 at 17:40
Your welcome. What kind of extension were you trying to open if you don't mind me asking? Was it just a generic "File" you were trying to open?
– KALI99
Dec 13 '18 at 17:50
1
It is a file for a laser engraving machine that ends with the file extension .bia
– bronzelightning
Dec 14 '18 at 18:31
Oh wow... Yeah that is NOT included by default, lol.
– KALI99
Dec 14 '18 at 23:00
1
1
this method does not work. The file type extension was not showing up because it is not a standard file type. Adding a "%1" to the end of the registry open command path seemed to fix the problem I was having. but thanks for the suggestion anyways!!
– bronzelightning
Dec 13 '18 at 17:40
this method does not work. The file type extension was not showing up because it is not a standard file type. Adding a "%1" to the end of the registry open command path seemed to fix the problem I was having. but thanks for the suggestion anyways!!
– bronzelightning
Dec 13 '18 at 17:40
Your welcome. What kind of extension were you trying to open if you don't mind me asking? Was it just a generic "File" you were trying to open?
– KALI99
Dec 13 '18 at 17:50
Your welcome. What kind of extension were you trying to open if you don't mind me asking? Was it just a generic "File" you were trying to open?
– KALI99
Dec 13 '18 at 17:50
1
1
It is a file for a laser engraving machine that ends with the file extension .bia
– bronzelightning
Dec 14 '18 at 18:31
It is a file for a laser engraving machine that ends with the file extension .bia
– bronzelightning
Dec 14 '18 at 18:31
Oh wow... Yeah that is NOT included by default, lol.
– KALI99
Dec 14 '18 at 23:00
Oh wow... Yeah that is NOT included by default, lol.
– KALI99
Dec 14 '18 at 23:00
add a comment |
Right click the desired file ---> Open with ---> Choose another app ---> (now before selecting the program that you want to use) check the box beside Always use this app to open .abc files. After that you can double click the demanded program (or hit OK) to let the certain file become permanently open with your preferred app.
nah that wasn't working so I had to manually add the file extension in because it is a non-standard file extension. issue is resolved but thanks for the tippy
– bronzelightning
Dec 13 '18 at 17:45
add a comment |
Right click the desired file ---> Open with ---> Choose another app ---> (now before selecting the program that you want to use) check the box beside Always use this app to open .abc files. After that you can double click the demanded program (or hit OK) to let the certain file become permanently open with your preferred app.
nah that wasn't working so I had to manually add the file extension in because it is a non-standard file extension. issue is resolved but thanks for the tippy
– bronzelightning
Dec 13 '18 at 17:45
add a comment |
Right click the desired file ---> Open with ---> Choose another app ---> (now before selecting the program that you want to use) check the box beside Always use this app to open .abc files. After that you can double click the demanded program (or hit OK) to let the certain file become permanently open with your preferred app.
Right click the desired file ---> Open with ---> Choose another app ---> (now before selecting the program that you want to use) check the box beside Always use this app to open .abc files. After that you can double click the demanded program (or hit OK) to let the certain file become permanently open with your preferred app.
answered Dec 12 '18 at 19:08
ghs14
415
415
nah that wasn't working so I had to manually add the file extension in because it is a non-standard file extension. issue is resolved but thanks for the tippy
– bronzelightning
Dec 13 '18 at 17:45
add a comment |
nah that wasn't working so I had to manually add the file extension in because it is a non-standard file extension. issue is resolved but thanks for the tippy
– bronzelightning
Dec 13 '18 at 17:45
nah that wasn't working so I had to manually add the file extension in because it is a non-standard file extension. issue is resolved but thanks for the tippy
– bronzelightning
Dec 13 '18 at 17:45
nah that wasn't working so I had to manually add the file extension in because it is a non-standard file extension. issue is resolved but thanks for the tippy
– bronzelightning
Dec 13 '18 at 17:45
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1383037%2fdefault-programs-for-certain-file-extensions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
It'd be a good idea to post a screenshot of what you've done in the registry; it's hard to say whether you've made an error w/o knowing what you've done. ;-)
– Steve Rindsberg
Dec 12 '18 at 17:00
We don't know what you did in the registry, but generally, the filename must be passed to the called application with a command line argument, usually a percent sign and a letter or number. Without that argument, it just opens the application. Notice in the linked answer that a number of entries use %1 in the command.
– fixer1234
Dec 13 '18 at 5:17
@fixer1234 I realized this after adding the %1 to the registry command open path shortly after posting this yesterday and my problem was solved. thanks for the explanation because I didn't really understand why that made it work honestly
– bronzelightning
Dec 13 '18 at 17:43