Set Default Printer Option Missing in Windows 10
Typically, in Windows 10, you can right-click on a printer and then the context-menu will provide you an option to set that printer as default.
Today, one of my Active Directory users reported printing issues and that she could no longer set a printer as default.
Sure enough, whether I log in as admin or as her, the "set as default printer" option is now missing:
Notice that the option to "set printer as default" is missing from the context-menu in the screen-shot above.
Any advice?
windows-10 printing printer network-printer
add a comment |
Typically, in Windows 10, you can right-click on a printer and then the context-menu will provide you an option to set that printer as default.
Today, one of my Active Directory users reported printing issues and that she could no longer set a printer as default.
Sure enough, whether I log in as admin or as her, the "set as default printer" option is now missing:
Notice that the option to "set printer as default" is missing from the context-menu in the screen-shot above.
Any advice?
windows-10 printing printer network-printer
maybe it has something to do with the new default printer changes in Windows 10 ? printandshare.info/kb/articles/00003/…
– juFo
Dec 11 '15 at 8:20
add a comment |
Typically, in Windows 10, you can right-click on a printer and then the context-menu will provide you an option to set that printer as default.
Today, one of my Active Directory users reported printing issues and that she could no longer set a printer as default.
Sure enough, whether I log in as admin or as her, the "set as default printer" option is now missing:
Notice that the option to "set printer as default" is missing from the context-menu in the screen-shot above.
Any advice?
windows-10 printing printer network-printer
Typically, in Windows 10, you can right-click on a printer and then the context-menu will provide you an option to set that printer as default.
Today, one of my Active Directory users reported printing issues and that she could no longer set a printer as default.
Sure enough, whether I log in as admin or as her, the "set as default printer" option is now missing:
Notice that the option to "set printer as default" is missing from the context-menu in the screen-shot above.
Any advice?
windows-10 printing printer network-printer
windows-10 printing printer network-printer
asked Sep 10 '15 at 16:25
LonnieBestLonnieBest
59222033
59222033
maybe it has something to do with the new default printer changes in Windows 10 ? printandshare.info/kb/articles/00003/…
– juFo
Dec 11 '15 at 8:20
add a comment |
maybe it has something to do with the new default printer changes in Windows 10 ? printandshare.info/kb/articles/00003/…
– juFo
Dec 11 '15 at 8:20
maybe it has something to do with the new default printer changes in Windows 10 ? printandshare.info/kb/articles/00003/…
– juFo
Dec 11 '15 at 8:20
maybe it has something to do with the new default printer changes in Windows 10 ? printandshare.info/kb/articles/00003/…
– juFo
Dec 11 '15 at 8:20
add a comment |
2 Answers
2
active
oldest
votes
Shameless plug - I wrote the following utility. It is open-sourced on Github if you want to check it out yourself.
You can use my new app, ChangeDefaultPrinter to manually choose a default printer. It does not need to be installed, and can run in a limited user's context or an administrator context.
With Windows 10, Microsoft wants to default to managing your default printer, based on which printer you printed to last while on that network. If you don't want Windows choosing this for you, you can disable it (the app does this automatically if you choose a default printer).
To disable the automatic default, you can use the Registry Editor to edit
the HKEY_CURRENT_USERSOFTWAREMicrosoftWindows NTCurrentVersionWindows
key. Look for a DWORD called LegacyDefaultPrinterMode
. If it's not there, create it. Set the value to 1
to manually choose the default printer (as per previous versions of Windows), or to 0
(or delete it) to enable Windows being able to change the default.
Changes take effect immediately, without the user logging in and out. After this, you should be able to set the default printer.
add a comment |
You don't need any utility to do this. As per this Microsoft support page:
To choose a default printer, select the Start button and then Settings
. Go to Devices > Printers & scanners > select a printer > Manage.
Then select Set as default. If you have "Let Windows manage my default
printer" selected, you'll need to deselect it before you can choose a
default printer on your own.
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%2f971163%2fset-default-printer-option-missing-in-windows-10%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
Shameless plug - I wrote the following utility. It is open-sourced on Github if you want to check it out yourself.
You can use my new app, ChangeDefaultPrinter to manually choose a default printer. It does not need to be installed, and can run in a limited user's context or an administrator context.
With Windows 10, Microsoft wants to default to managing your default printer, based on which printer you printed to last while on that network. If you don't want Windows choosing this for you, you can disable it (the app does this automatically if you choose a default printer).
To disable the automatic default, you can use the Registry Editor to edit
the HKEY_CURRENT_USERSOFTWAREMicrosoftWindows NTCurrentVersionWindows
key. Look for a DWORD called LegacyDefaultPrinterMode
. If it's not there, create it. Set the value to 1
to manually choose the default printer (as per previous versions of Windows), or to 0
(or delete it) to enable Windows being able to change the default.
Changes take effect immediately, without the user logging in and out. After this, you should be able to set the default printer.
add a comment |
Shameless plug - I wrote the following utility. It is open-sourced on Github if you want to check it out yourself.
You can use my new app, ChangeDefaultPrinter to manually choose a default printer. It does not need to be installed, and can run in a limited user's context or an administrator context.
With Windows 10, Microsoft wants to default to managing your default printer, based on which printer you printed to last while on that network. If you don't want Windows choosing this for you, you can disable it (the app does this automatically if you choose a default printer).
To disable the automatic default, you can use the Registry Editor to edit
the HKEY_CURRENT_USERSOFTWAREMicrosoftWindows NTCurrentVersionWindows
key. Look for a DWORD called LegacyDefaultPrinterMode
. If it's not there, create it. Set the value to 1
to manually choose the default printer (as per previous versions of Windows), or to 0
(or delete it) to enable Windows being able to change the default.
Changes take effect immediately, without the user logging in and out. After this, you should be able to set the default printer.
add a comment |
Shameless plug - I wrote the following utility. It is open-sourced on Github if you want to check it out yourself.
You can use my new app, ChangeDefaultPrinter to manually choose a default printer. It does not need to be installed, and can run in a limited user's context or an administrator context.
With Windows 10, Microsoft wants to default to managing your default printer, based on which printer you printed to last while on that network. If you don't want Windows choosing this for you, you can disable it (the app does this automatically if you choose a default printer).
To disable the automatic default, you can use the Registry Editor to edit
the HKEY_CURRENT_USERSOFTWAREMicrosoftWindows NTCurrentVersionWindows
key. Look for a DWORD called LegacyDefaultPrinterMode
. If it's not there, create it. Set the value to 1
to manually choose the default printer (as per previous versions of Windows), or to 0
(or delete it) to enable Windows being able to change the default.
Changes take effect immediately, without the user logging in and out. After this, you should be able to set the default printer.
Shameless plug - I wrote the following utility. It is open-sourced on Github if you want to check it out yourself.
You can use my new app, ChangeDefaultPrinter to manually choose a default printer. It does not need to be installed, and can run in a limited user's context or an administrator context.
With Windows 10, Microsoft wants to default to managing your default printer, based on which printer you printed to last while on that network. If you don't want Windows choosing this for you, you can disable it (the app does this automatically if you choose a default printer).
To disable the automatic default, you can use the Registry Editor to edit
the HKEY_CURRENT_USERSOFTWAREMicrosoftWindows NTCurrentVersionWindows
key. Look for a DWORD called LegacyDefaultPrinterMode
. If it's not there, create it. Set the value to 1
to manually choose the default printer (as per previous versions of Windows), or to 0
(or delete it) to enable Windows being able to change the default.
Changes take effect immediately, without the user logging in and out. After this, you should be able to set the default printer.
answered Feb 10 '18 at 3:34
Canadian LukeCanadian Luke
18.1k3090148
18.1k3090148
add a comment |
add a comment |
You don't need any utility to do this. As per this Microsoft support page:
To choose a default printer, select the Start button and then Settings
. Go to Devices > Printers & scanners > select a printer > Manage.
Then select Set as default. If you have "Let Windows manage my default
printer" selected, you'll need to deselect it before you can choose a
default printer on your own.
add a comment |
You don't need any utility to do this. As per this Microsoft support page:
To choose a default printer, select the Start button and then Settings
. Go to Devices > Printers & scanners > select a printer > Manage.
Then select Set as default. If you have "Let Windows manage my default
printer" selected, you'll need to deselect it before you can choose a
default printer on your own.
add a comment |
You don't need any utility to do this. As per this Microsoft support page:
To choose a default printer, select the Start button and then Settings
. Go to Devices > Printers & scanners > select a printer > Manage.
Then select Set as default. If you have "Let Windows manage my default
printer" selected, you'll need to deselect it before you can choose a
default printer on your own.
You don't need any utility to do this. As per this Microsoft support page:
To choose a default printer, select the Start button and then Settings
. Go to Devices > Printers & scanners > select a printer > Manage.
Then select Set as default. If you have "Let Windows manage my default
printer" selected, you'll need to deselect it before you can choose a
default printer on your own.
answered Feb 10 '18 at 9:05
hdhondthdhondt
2,7752910
2,7752910
add a comment |
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.
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%2f971163%2fset-default-printer-option-missing-in-windows-10%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
maybe it has something to do with the new default printer changes in Windows 10 ? printandshare.info/kb/articles/00003/…
– juFo
Dec 11 '15 at 8:20