pratyakshm / WinRice

Set up your brand new Windows device up to a breathtaking 60 times faster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Microsoft Store's account doesn't get detected

Giovix92 opened this issue · comments

WinRice version

v0.5.04112021 November Release

Windows version

Windows 11 21H2

Write absolute OS build version

10.0.22494.1000

Which category is the issue related to?

Apps

When you run WinRice, does it fail to perform a job or does it break something on your device?

WinRice fails to perform a job

✔️ Expected Behavior

Should find automatically the MS account in the device and installs the requested app (ex. NanaZip)

❌ Actual Behavior

Can't find any MS account in the device and doesn't install the requested app.

image

Steps to reproduce

Just run WinRice and let it do its job.

PowerShell transcript output

...
-------------------------
     APPS & FEATURES
-------------------------

Updating Visual C++ libraries...
Updated Visual C++ libraries.

Installing NanaZip... (Ctrl + Click: https://github.com/M2Team/NanaZip)
No Microsoft Store account found, failed to acquire app.

Installing HEVC Video Extensions...
Installed HEVC Video Extensions.
...

Other software run

None.

Can you please run the following in elevated terminal and show the output?

$user = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name.split("\")[1]
Get-LocalUser $user | Where-Object { $_.Enabled -match "True"} | Where-Object { $_.PrincipalSource -match "MicrosoftAccount"}

Sure. Here you are:

PS C:\WINDOWS\system32> $user = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name.split("\")[1]
PS C:\WINDOWS\system32> Get-LocalUser $user | Where-Object { $_.Enabled -match "True"} | Where-Object { $_.PrincipalSource -match "MicrosoftAccount"}

Name     Enabled Description
----     ------- -----------
Giovix92 True