Share via

Microsoft store

Абай Мырхин 0 Reputation points
2025-09-17T13:22:28.81+00:00

После обновления windows 11 и перехода на корпоративную учетную запись перестало открываться приложения Microsoft store. Требует обратится к администратору. Администратором являюсь я, но не могу активировать приложение

Windows for business | Windows 365 Business
0 comments No comments

1 answer

Sort by: Most helpful
  1. Henry Mai 8,210 Reputation points Independent Advisor
    2025-09-17T14:01:28.8066667+00:00

    Hi Абай, I am Henry. Apologies that I can't respond in your native language, but I’ve translated the content to better understand the context.

    This type of issue is quite common in corporate settings and is often related to security policies in place. Below is a troubleshooting workflow that may help guide you through resolving it.

    1. Reset the Store Cache

    Press Win + R, type wsreset.exe, and press Enter. Wait for the process to complete.

    2. Check the Disabling Policy (Most Likely Cause) You can check this in two ways. The Group Policy is the user-friendly method; the Registry is the direct method.

    Group Policy: Run gpedit.msc. Navigate to Computer Configuration > Admin Templates > Windows Components > Store. Ensure "Turn off the Store application" is set to "Disabled" or "Not Configured".

    Registry: Run regedit.exe. Navigate to HKLM\SOFTWARE\Policies\Microsoft\WindowsStore. If you see a value named RemoveWindowsStore, either delete it or set its value to 0.

    3. Repair or Re-register the App (If Policies Are Correct) If the Store is not disabled by policy, the application itself may be corrupt.

    • Repair: Go to Settings > Apps > Installed apps > Microsoft Store > Advanced options and click "Repair," then "Reset."
    • or Re-register (Powerful): Run PowerShell as Administrator and execute this command: Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Restart your PC after making policy or registry changes. Let me know how it goes, and if this answer helps, feel free to hit “Accept Answer” so others can benefit too

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.