You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm bad at abbreviations, but guessing AAD has to do with Active Directory on a company domain, and the Microsoft Store Account is only available with Windows 11: is there a Windows 10 way to do it without such an Active Directory account?
Full steps to logon with a Microsoft account on the Microsoft Store app of your Windows 10 machine:
Either of these:
From the CLI run start ms-windows-store:, or
from the task bar press Win+R followed by typing ms-windows-store: and the Enter key, or
on the task bar search for Store, then click Microsoft Store:
In the title bar, click on the profile icon (it looks like a very abstract person icon, similar to "ጰ"):
From the pop-up menu, choose "Sign in"
The sign on dialog appears:
Enter credentials, for instance begin with email, then press "Next":
then password, then press "Sign in":
finally choose if you want to use this account for everything on your Windows installation ("Next" button) or just the Microsoft Apps ("Microsoft apps only" hyperlink)
If the abstract person icon has changed into your account initials (in my case "WM"), then you are set:
Back on the CLI you can now install an application that in the Windows Store does not use an account, but winget requires to have one, in my case it was Microsoft To Do:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In #1585 it is clear that (at least for the foreseeable future) you need a Microsoft Store account to install applications with the
msstore
source.I tried finding out how to have
winget
associate itself with such an account, but could not find it in the command-line options, or documented.I tried all these to no avail:
winget source update msstore
winget settings
followed by reading through https://aka.ms/winget-settings (which redirects to https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md) which does not mention "store" at allwinget features
So: how do I make
winget
to associate itself with my Microsoft Store account for themsstore
source, preferable from the CLI?Beta Was this translation helpful? Give feedback.
All reactions