Windows 10 - Can't launch programs via search bar
I've had this problem for quite some time now, and so far I've found no solution - but it's really beginning to get on my nerves.
Basically, when I search for a program via the Windows start menu (the search bar), I will get the correct results - but some programs I simply cannot open.
Example: I click on the start menu and begin typing "control panel". It will show me the control panel as a search result, but when I hit enter, or click on it - nothing happens. It simply stays there as if nothing happened.
This is the same with ALL apps except the "metro" applications from the Windows Store (whatever they call them now).
The problem began after I changed the system language from English to German, and even if I switch back to English, the problem won't go away again.
Here's what I have tried so far:
- Running
sfc /scannow
in an elevated Powershell multiple times. - Reindexing the search via control panel multiple times.
- I've run
lpksetup /u
in an elevated cmd multiple times. - I've killed Cortana and Windows Explorer.
- I've obviously run the "troubleshooter"
- I've made a new account for myself. It worked until I changed the language back to German.
- Running
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
in the powershell - Starting Windows in Safe Mode
If I right click on the item in the search results and try to launch it that way, it says the item is not found and asks me if I want to remove it from the list.
Any help would be appeciated :)
Thanks in advance
windows windows-10 search start-menu
|
show 1 more comment
I've had this problem for quite some time now, and so far I've found no solution - but it's really beginning to get on my nerves.
Basically, when I search for a program via the Windows start menu (the search bar), I will get the correct results - but some programs I simply cannot open.
Example: I click on the start menu and begin typing "control panel". It will show me the control panel as a search result, but when I hit enter, or click on it - nothing happens. It simply stays there as if nothing happened.
This is the same with ALL apps except the "metro" applications from the Windows Store (whatever they call them now).
The problem began after I changed the system language from English to German, and even if I switch back to English, the problem won't go away again.
Here's what I have tried so far:
- Running
sfc /scannow
in an elevated Powershell multiple times. - Reindexing the search via control panel multiple times.
- I've run
lpksetup /u
in an elevated cmd multiple times. - I've killed Cortana and Windows Explorer.
- I've obviously run the "troubleshooter"
- I've made a new account for myself. It worked until I changed the language back to German.
- Running
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
in the powershell - Starting Windows in Safe Mode
If I right click on the item in the search results and try to launch it that way, it says the item is not found and asks me if I want to remove it from the list.
Any help would be appeciated :)
Thanks in advance
windows windows-10 search start-menu
That's a weird one. Have you tried any other languages besides German? Curious if the issue is German-specific or just when it's a non-English language.
– freginold
Jul 26 '17 at 20:03
@freginold Yeah I agree it's a very weird one. I have not, however it seems to be a language change that "breaks it". Once I "break" it by changing the language to German, it doesn't matter if I change the language back or whatever - it's 'irreversable' at that point (well, at least that's what I'm trying to find out if it is)
– Mathias
Jul 26 '17 at 20:46
You could always try a repair installation via Microsoft's Media Creation Toolkit.
– QMord
Jul 26 '17 at 22:08
@QMord Sounds like you can answer the question.
– Ramhound
Jul 26 '17 at 23:19
1
I had this exact same problem and, like you, none of the solutions you listed worked. The issue was resolved when I updated Windows 10 to version 1709 (Fall Creators Update).
– Richard
Jan 30 '18 at 18:08
|
show 1 more comment
I've had this problem for quite some time now, and so far I've found no solution - but it's really beginning to get on my nerves.
Basically, when I search for a program via the Windows start menu (the search bar), I will get the correct results - but some programs I simply cannot open.
Example: I click on the start menu and begin typing "control panel". It will show me the control panel as a search result, but when I hit enter, or click on it - nothing happens. It simply stays there as if nothing happened.
This is the same with ALL apps except the "metro" applications from the Windows Store (whatever they call them now).
The problem began after I changed the system language from English to German, and even if I switch back to English, the problem won't go away again.
Here's what I have tried so far:
- Running
sfc /scannow
in an elevated Powershell multiple times. - Reindexing the search via control panel multiple times.
- I've run
lpksetup /u
in an elevated cmd multiple times. - I've killed Cortana and Windows Explorer.
- I've obviously run the "troubleshooter"
- I've made a new account for myself. It worked until I changed the language back to German.
- Running
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
in the powershell - Starting Windows in Safe Mode
If I right click on the item in the search results and try to launch it that way, it says the item is not found and asks me if I want to remove it from the list.
Any help would be appeciated :)
Thanks in advance
windows windows-10 search start-menu
I've had this problem for quite some time now, and so far I've found no solution - but it's really beginning to get on my nerves.
Basically, when I search for a program via the Windows start menu (the search bar), I will get the correct results - but some programs I simply cannot open.
Example: I click on the start menu and begin typing "control panel". It will show me the control panel as a search result, but when I hit enter, or click on it - nothing happens. It simply stays there as if nothing happened.
This is the same with ALL apps except the "metro" applications from the Windows Store (whatever they call them now).
The problem began after I changed the system language from English to German, and even if I switch back to English, the problem won't go away again.
Here's what I have tried so far:
- Running
sfc /scannow
in an elevated Powershell multiple times. - Reindexing the search via control panel multiple times.
- I've run
lpksetup /u
in an elevated cmd multiple times. - I've killed Cortana and Windows Explorer.
- I've obviously run the "troubleshooter"
- I've made a new account for myself. It worked until I changed the language back to German.
- Running
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
in the powershell - Starting Windows in Safe Mode
If I right click on the item in the search results and try to launch it that way, it says the item is not found and asks me if I want to remove it from the list.
Any help would be appeciated :)
Thanks in advance
windows windows-10 search start-menu
windows windows-10 search start-menu
edited Jul 27 '17 at 15:40
Mathias
asked Jul 26 '17 at 19:28
MathiasMathias
5117
5117
That's a weird one. Have you tried any other languages besides German? Curious if the issue is German-specific or just when it's a non-English language.
– freginold
Jul 26 '17 at 20:03
@freginold Yeah I agree it's a very weird one. I have not, however it seems to be a language change that "breaks it". Once I "break" it by changing the language to German, it doesn't matter if I change the language back or whatever - it's 'irreversable' at that point (well, at least that's what I'm trying to find out if it is)
– Mathias
Jul 26 '17 at 20:46
You could always try a repair installation via Microsoft's Media Creation Toolkit.
– QMord
Jul 26 '17 at 22:08
@QMord Sounds like you can answer the question.
– Ramhound
Jul 26 '17 at 23:19
1
I had this exact same problem and, like you, none of the solutions you listed worked. The issue was resolved when I updated Windows 10 to version 1709 (Fall Creators Update).
– Richard
Jan 30 '18 at 18:08
|
show 1 more comment
That's a weird one. Have you tried any other languages besides German? Curious if the issue is German-specific or just when it's a non-English language.
– freginold
Jul 26 '17 at 20:03
@freginold Yeah I agree it's a very weird one. I have not, however it seems to be a language change that "breaks it". Once I "break" it by changing the language to German, it doesn't matter if I change the language back or whatever - it's 'irreversable' at that point (well, at least that's what I'm trying to find out if it is)
– Mathias
Jul 26 '17 at 20:46
You could always try a repair installation via Microsoft's Media Creation Toolkit.
– QMord
Jul 26 '17 at 22:08
@QMord Sounds like you can answer the question.
– Ramhound
Jul 26 '17 at 23:19
1
I had this exact same problem and, like you, none of the solutions you listed worked. The issue was resolved when I updated Windows 10 to version 1709 (Fall Creators Update).
– Richard
Jan 30 '18 at 18:08
That's a weird one. Have you tried any other languages besides German? Curious if the issue is German-specific or just when it's a non-English language.
– freginold
Jul 26 '17 at 20:03
That's a weird one. Have you tried any other languages besides German? Curious if the issue is German-specific or just when it's a non-English language.
– freginold
Jul 26 '17 at 20:03
@freginold Yeah I agree it's a very weird one. I have not, however it seems to be a language change that "breaks it". Once I "break" it by changing the language to German, it doesn't matter if I change the language back or whatever - it's 'irreversable' at that point (well, at least that's what I'm trying to find out if it is)
– Mathias
Jul 26 '17 at 20:46
@freginold Yeah I agree it's a very weird one. I have not, however it seems to be a language change that "breaks it". Once I "break" it by changing the language to German, it doesn't matter if I change the language back or whatever - it's 'irreversable' at that point (well, at least that's what I'm trying to find out if it is)
– Mathias
Jul 26 '17 at 20:46
You could always try a repair installation via Microsoft's Media Creation Toolkit.
– QMord
Jul 26 '17 at 22:08
You could always try a repair installation via Microsoft's Media Creation Toolkit.
– QMord
Jul 26 '17 at 22:08
@QMord Sounds like you can answer the question.
– Ramhound
Jul 26 '17 at 23:19
@QMord Sounds like you can answer the question.
– Ramhound
Jul 26 '17 at 23:19
1
1
I had this exact same problem and, like you, none of the solutions you listed worked. The issue was resolved when I updated Windows 10 to version 1709 (Fall Creators Update).
– Richard
Jan 30 '18 at 18:08
I had this exact same problem and, like you, none of the solutions you listed worked. The issue was resolved when I updated Windows 10 to version 1709 (Fall Creators Update).
– Richard
Jan 30 '18 at 18:08
|
show 1 more comment
4 Answers
4
active
oldest
votes
Okay, I've finally found a solution. To everyone who might need this in the future: the solution to this is to go to your privacy settings and enable background applications. You can turn all of the apps seperately, only the main switch has to be turned on.
Found here:
https://answers.microsoft.com/en-us/windows/forum/windows_10-win_cortana/windows-10-creators-update-search-not-finding-apps/eaf70556-2344-474d-b633-e00140b0466d
This is no solution for me. Background Apps was always on, but I still have the same issue as you did: Searching programs yields the result, but clicking them (left or right click) won't do anything.
– A. Vieira
Nov 8 '17 at 11:45
add a comment |
This worked for me on my Acer TravelMate:
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
I was able to locate the exact folder but was barred from deleting certain files and folder in it due to them being open in various background applications. It produced some instability when interacting with the Start menu immediately afterwards but logging out and logging in, solved the stability issue and the core issue. A reboot later and it still works. Thanks!
– brokkr
Feb 2 '18 at 11:06
I tried renaming as much subfolder as I can, and it worked too. Can you explain your answer further?
– Gellie Ann
Feb 8 '18 at 1:39
add a comment |
I had same problem. I set AppData folder visible (unhide) and now it works.
add a comment |
This worked for me on my HP Elitebook 840G3,connected to Domain network at HP office
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
Thanks Darren and Dan
– user991414
Jan 29 at 12:00
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%2f1234774%2fwindows-10-cant-launch-programs-via-search-bar%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Okay, I've finally found a solution. To everyone who might need this in the future: the solution to this is to go to your privacy settings and enable background applications. You can turn all of the apps seperately, only the main switch has to be turned on.
Found here:
https://answers.microsoft.com/en-us/windows/forum/windows_10-win_cortana/windows-10-creators-update-search-not-finding-apps/eaf70556-2344-474d-b633-e00140b0466d
This is no solution for me. Background Apps was always on, but I still have the same issue as you did: Searching programs yields the result, but clicking them (left or right click) won't do anything.
– A. Vieira
Nov 8 '17 at 11:45
add a comment |
Okay, I've finally found a solution. To everyone who might need this in the future: the solution to this is to go to your privacy settings and enable background applications. You can turn all of the apps seperately, only the main switch has to be turned on.
Found here:
https://answers.microsoft.com/en-us/windows/forum/windows_10-win_cortana/windows-10-creators-update-search-not-finding-apps/eaf70556-2344-474d-b633-e00140b0466d
This is no solution for me. Background Apps was always on, but I still have the same issue as you did: Searching programs yields the result, but clicking them (left or right click) won't do anything.
– A. Vieira
Nov 8 '17 at 11:45
add a comment |
Okay, I've finally found a solution. To everyone who might need this in the future: the solution to this is to go to your privacy settings and enable background applications. You can turn all of the apps seperately, only the main switch has to be turned on.
Found here:
https://answers.microsoft.com/en-us/windows/forum/windows_10-win_cortana/windows-10-creators-update-search-not-finding-apps/eaf70556-2344-474d-b633-e00140b0466d
Okay, I've finally found a solution. To everyone who might need this in the future: the solution to this is to go to your privacy settings and enable background applications. You can turn all of the apps seperately, only the main switch has to be turned on.
Found here:
https://answers.microsoft.com/en-us/windows/forum/windows_10-win_cortana/windows-10-creators-update-search-not-finding-apps/eaf70556-2344-474d-b633-e00140b0466d
answered Jul 27 '17 at 16:39
MathiasMathias
5117
5117
This is no solution for me. Background Apps was always on, but I still have the same issue as you did: Searching programs yields the result, but clicking them (left or right click) won't do anything.
– A. Vieira
Nov 8 '17 at 11:45
add a comment |
This is no solution for me. Background Apps was always on, but I still have the same issue as you did: Searching programs yields the result, but clicking them (left or right click) won't do anything.
– A. Vieira
Nov 8 '17 at 11:45
This is no solution for me. Background Apps was always on, but I still have the same issue as you did: Searching programs yields the result, but clicking them (left or right click) won't do anything.
– A. Vieira
Nov 8 '17 at 11:45
This is no solution for me. Background Apps was always on, but I still have the same issue as you did: Searching programs yields the result, but clicking them (left or right click) won't do anything.
– A. Vieira
Nov 8 '17 at 11:45
add a comment |
This worked for me on my Acer TravelMate:
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
I was able to locate the exact folder but was barred from deleting certain files and folder in it due to them being open in various background applications. It produced some instability when interacting with the Start menu immediately afterwards but logging out and logging in, solved the stability issue and the core issue. A reboot later and it still works. Thanks!
– brokkr
Feb 2 '18 at 11:06
I tried renaming as much subfolder as I can, and it worked too. Can you explain your answer further?
– Gellie Ann
Feb 8 '18 at 1:39
add a comment |
This worked for me on my Acer TravelMate:
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
I was able to locate the exact folder but was barred from deleting certain files and folder in it due to them being open in various background applications. It produced some instability when interacting with the Start menu immediately afterwards but logging out and logging in, solved the stability issue and the core issue. A reboot later and it still works. Thanks!
– brokkr
Feb 2 '18 at 11:06
I tried renaming as much subfolder as I can, and it worked too. Can you explain your answer further?
– Gellie Ann
Feb 8 '18 at 1:39
add a comment |
This worked for me on my Acer TravelMate:
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
This worked for me on my Acer TravelMate:
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
edited Jan 30 '18 at 15:58
Darren
2,0201123
2,0201123
answered Jan 30 '18 at 12:55
DanDan
211
211
I was able to locate the exact folder but was barred from deleting certain files and folder in it due to them being open in various background applications. It produced some instability when interacting with the Start menu immediately afterwards but logging out and logging in, solved the stability issue and the core issue. A reboot later and it still works. Thanks!
– brokkr
Feb 2 '18 at 11:06
I tried renaming as much subfolder as I can, and it worked too. Can you explain your answer further?
– Gellie Ann
Feb 8 '18 at 1:39
add a comment |
I was able to locate the exact folder but was barred from deleting certain files and folder in it due to them being open in various background applications. It produced some instability when interacting with the Start menu immediately afterwards but logging out and logging in, solved the stability issue and the core issue. A reboot later and it still works. Thanks!
– brokkr
Feb 2 '18 at 11:06
I tried renaming as much subfolder as I can, and it worked too. Can you explain your answer further?
– Gellie Ann
Feb 8 '18 at 1:39
I was able to locate the exact folder but was barred from deleting certain files and folder in it due to them being open in various background applications. It produced some instability when interacting with the Start menu immediately afterwards but logging out and logging in, solved the stability issue and the core issue. A reboot later and it still works. Thanks!
– brokkr
Feb 2 '18 at 11:06
I was able to locate the exact folder but was barred from deleting certain files and folder in it due to them being open in various background applications. It produced some instability when interacting with the Start menu immediately afterwards but logging out and logging in, solved the stability issue and the core issue. A reboot later and it still works. Thanks!
– brokkr
Feb 2 '18 at 11:06
I tried renaming as much subfolder as I can, and it worked too. Can you explain your answer further?
– Gellie Ann
Feb 8 '18 at 1:39
I tried renaming as much subfolder as I can, and it worked too. Can you explain your answer further?
– Gellie Ann
Feb 8 '18 at 1:39
add a comment |
I had same problem. I set AppData folder visible (unhide) and now it works.
add a comment |
I had same problem. I set AppData folder visible (unhide) and now it works.
add a comment |
I had same problem. I set AppData folder visible (unhide) and now it works.
I had same problem. I set AppData folder visible (unhide) and now it works.
answered Apr 16 '18 at 9:26
OndraOndra
1
1
add a comment |
add a comment |
This worked for me on my HP Elitebook 840G3,connected to Domain network at HP office
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
Thanks Darren and Dan
– user991414
Jan 29 at 12:00
add a comment |
This worked for me on my HP Elitebook 840G3,connected to Domain network at HP office
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
Thanks Darren and Dan
– user991414
Jan 29 at 12:00
add a comment |
This worked for me on my HP Elitebook 840G3,connected to Domain network at HP office
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
This worked for me on my HP Elitebook 840G3,connected to Domain network at HP office
Go to C:UsersUserAppDataLocalPackages
Delete the folder Microsoft.Windows.Cortana_cw5n1h2txyewy
If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.
Logout from your account and login again.
edited Jan 29 at 14:25
Geoff
2,10011116
2,10011116
answered Jan 29 at 11:59
user991414user991414
1
1
Thanks Darren and Dan
– user991414
Jan 29 at 12:00
add a comment |
Thanks Darren and Dan
– user991414
Jan 29 at 12:00
Thanks Darren and Dan
– user991414
Jan 29 at 12:00
Thanks Darren and Dan
– user991414
Jan 29 at 12:00
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%2f1234774%2fwindows-10-cant-launch-programs-via-search-bar%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
That's a weird one. Have you tried any other languages besides German? Curious if the issue is German-specific or just when it's a non-English language.
– freginold
Jul 26 '17 at 20:03
@freginold Yeah I agree it's a very weird one. I have not, however it seems to be a language change that "breaks it". Once I "break" it by changing the language to German, it doesn't matter if I change the language back or whatever - it's 'irreversable' at that point (well, at least that's what I'm trying to find out if it is)
– Mathias
Jul 26 '17 at 20:46
You could always try a repair installation via Microsoft's Media Creation Toolkit.
– QMord
Jul 26 '17 at 22:08
@QMord Sounds like you can answer the question.
– Ramhound
Jul 26 '17 at 23:19
1
I had this exact same problem and, like you, none of the solutions you listed worked. The issue was resolved when I updated Windows 10 to version 1709 (Fall Creators Update).
– Richard
Jan 30 '18 at 18:08