Restored Windows Store - but nothing happens when I click Sign in

sbz

New Member
Messages
12
Reaction score
3
The store loads up fine but when I try to sign in to my account it simply doesn't do anything.

Am I missing a component from achieving this?

I am using Windows 10 22H2.

Preset file attached.
 

Attachments

MS Account sign-in's are blocked in your Settings.

Remove this line from your preset.
Code:
                                <Tweak name="System\NoConnectedUser">3</Tweak>

Unblock from a live system:
Code:
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v NoConnectedUser /f
 
Hi Garlin thanks for replying - I was so focused on components, features, and services I didn't even think to check settings!

However - after restoring Microsoft accounts I still have the same issue.
Anything else I can check?

Latest preset file attached.

Should I try that Powershell script to manually install the store on previous image that has it removed?
 

Attachments

Last edited:
What kind of account is this? A MS account or a work/school account?
 
For Windows I am just using a local account (non Microsoft)

For the store it will be a Microsoft account tied to my e-mail address.

Not sure if that answers your question.
 
There's a possibility your Delivery Optimization mode has disabled WU for Store apps.
Code:
                                <Tweak name="DeliveryOptimization\DODownloadMode">99</Tweak>

When you say "it simply doesn't do anything", that's awfully vague. What does that mean?
You can't browse for new apps? Can't see your previous purchase history? Can't download any apps or update them?
 
Apologies for not being clear :)
When I click Sign in on the pic below - nothing happens.
I'm expecting a window to pop-up that allows me to enter email and password.
So essentially I cannot log-in to the store.

1740002645819.png

Going to check Delivery Optimization and report back. Thank you.
 
Sign-in is normally managed by "MS Passport", but you didn't remove that.
 
  • Like
Reactions: sbz
Apologies for not being clear :)
When I click Sign in on the pic below - nothing happens.
I'm expecting a window to pop-up that allows me to enter email and password.
So essentially I cannot log-in to the store.

View attachment 13913

Going to check Delivery Optimization and report back. Thank you.
sbz Did you solve it? I'm facing the exact same issue.
 
sbz Did you solve it? I'm facing the exact same issue.
Hi blacklight,

I've been away from the project for some time - but now I really need to reinstall Windows.
I just tried another iteration of settings but I still have the same problem.
I'll be working on it again now and will let you know if I have any luck.
 
Since your last visit, NTLite rolled out this bug fix:
2025.04.10373

Fix​

Components: Windows 10 ‘Proximity – Wi-Fi Direct’ removal was breaking Windows Store UI
 
Unfortunately I still have the same issue with the latest version of NTLite.
Will keep troubleshooting further and post a preset if still issues.
 
I finally got it!
But now I gotta backtrack through the iterations to see exactly which item fixed it.
I *think* it was re-adding the Work/School account check box (or maybe re-adding all the Xbox stuff ? ).
Will run some more tests to confirm and will post preset.

1754882873133.png

EDIT: working with all xbox components disabled
 
Last edited:
Back
Top