Windows 10: Do not have access to Windows Store or Powershell.

Discus and support Do not have access to Windows Store or Powershell. in Windows 10 Software and Apps to solve the problem; Hi, HP Windows 10 version 3 personal computer has lost Windows Store, powershell and I cannot download any exe programs Im not sure when this happened.... Discussion in 'Windows 10 Software and Apps' started by v4nd06, Jul 17, 2021.

  1. v4nd06 Win User

    Do not have access to Windows Store or Powershell.


    Hi, HP Windows 10 version 3 personal computer has lost Windows Store, powershell and I cannot download any exe programs Im not sure when this happened. However, I do know I reset my pc because it running badly, freezing up, etc. Im not sure if something happened during this time or not. Anyways, I searched for a restore point to go back to and cant find one. Ive tried to reset again to no avail. Can someone please help?

    :)
     
    v4nd06, Jul 17, 2021
    #1

  2. 0x803f7000 Store error.

    Hi Anil,

    Thank you for responding.

    As you are unable to access Windows Store with error 0x80072ee7, this issue might have occurred due to the performance of Windows Store.

    I suggest you to try the steps provided below and see if it helps you to fix the issue.

    Step 1: Run WSReset.exe
    .

    • Press Windows+R key to open
      Run
      box
    • Enter wsreset.exe in the Run command and then tap or click
      OK.
    • Restart your computer and check.

    If resetting Windows Store cache does not help then,

    Step 2: Re-register Windows Store by running the following commands in a CMD window started as Administrator:

    Follow the below steps.

    • Open the Start menu, type Windows PowerShell in the search bar.
    • Right click on the Windows PowerShell and select Run as administrator.
    • Press OK the UAC prompt if shown. That will open an elevated command prompt. (It will show Administrator in the caption.)
    • Then enter the chkdsk command

      PowerShell -ExecutionPolicy Unrestricted

      $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
    • Restart the computer and try to download the apps.

    Hope it helps. Reply to the post with an updated status of this issue, we'll be glad to assist you.
     
    Deepika Gowda, Jul 17, 2021
    #2
  3. Problem accessing windows 10 Store

    Hi Alejandro,

    Windows store is where you can get to download the apps that you can use on your Windows computer. To reinstall it, we suggest that you perform these steps:

    • Type Windows Powershell on the search box, right-click on it, then select
      Run as administrator.
    • Type in Get-Appxpackage –Allusers, then hit Enter.
    • Locate for the Windows store PackageFullName, then copy it (press Ctrl + C).
    • Execute this command: Add-AppxPackage -register “C:\Program Files\WindowsApps\<PackageFullName>” –DisableDevelopmentMode

    Note: Replace PackageFullName with the Windows store package name, then replace C: with the drive where Windows 10 is installed.

    Feel free to update us on the result.
     
    Rachelle Gra, Jul 17, 2021
    #3
  4. Do not have access to Windows Store or Powershell.

    Windows 10 store not working

    Hi,

    Thank you for posting in Microsoft Community, we appreciate your interest in Windows 10.

    I understand the inconvenience caused to you with accessing the Windows Store, we will help you with this issue.

    This issue might have occurred due to the performance of Windows Store.

    I suggest you to try the steps provided below and see if it helps you to fix the issue.

    Step 1: Run WSReset.exe
    .


    • Press Windows+R
      key to open Run box

    • Enter wsreset.exe in the Run command and then tap or click
      OK.

    • Restart your computer and check.

    If resetting Windows Store cache does not help then,

    Step 2:
    Re-register Windows Store by running the following commands in a CMD window started as Administrator:

    Follow the below steps.


    • Open the Start menu, type Windows PowerShell in the search bar.

    • Right click on the Windows PowerShell and select Run as administrator.

    • Press OK the UAC prompt if shown. That will open an elevated command prompt. (It will show Administrator in the caption.)

    • Then enter the chkdsk command

      PowerShell -ExecutionPolicy Unrestricted

      $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest


    • Restart the computer and try to download the apps.

    Hope it helps. Reply to the post with an updated status of this issue, we'll be glad to assist you.
     
    Deepika Gowda, Jul 17, 2021
    #4
Thema:

Do not have access to Windows Store or Powershell.

Loading...
  1. Do not have access to Windows Store or Powershell. - Similar Threads - access Store Powershell

  2. powershell have no access to my profile scripts

    in Windows 10 Gaming
    powershell have no access to my profile scripts: Hei people who are PS and Security expertsI noticed that PS anymore don't have access to my profile scripts - all folder Documents/Windows Powershell is access denied for user mode PS. But Admin mode PS have access. Documents are redirected and syncedI quess - is that some...
  3. powershell have no access to my profile scripts

    in Windows 10 Software and Apps
    powershell have no access to my profile scripts: Hei people who are PS and Security expertsI noticed that PS anymore don't have access to my profile scripts - all folder Documents/Windows Powershell is access denied for user mode PS. But Admin mode PS have access. Documents are redirected and syncedI quess - is that some...
  4. Powershell access is denied.

    in Windows 10 Gaming
    Powershell access is denied.: Hi, I have a Windows 10 Pro OS computer. When launching Powershell, I get Encountered a problem reading the registry. Cannot open registry key SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine. System error: Access is denied.If I run powershell -version 2.0, I do enter...
  5. Powershell access is denied.

    in Windows 10 Software and Apps
    Powershell access is denied.: Hi, I have a Windows 10 Pro OS computer. When launching Powershell, I get Encountered a problem reading the registry. Cannot open registry key SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine. System error: Access is denied.If I run powershell -version 2.0, I do enter...
  6. Powershell access is denied.

    in Windows 10 BSOD Crashes and Debugging
    Powershell access is denied.: Hi, I have a Windows 10 Pro OS computer. When launching Powershell, I get Encountered a problem reading the registry. Cannot open registry key SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine. System error: Access is denied.If I run powershell -version 2.0, I do enter...
  7. Access Denied In PowerShell

    in Windows 10 Gaming
    Access Denied In PowerShell: HelloI am New TO PowerShellI am Doing a script to disable some services in windowsI DID IT But NOT all of them Disabled Some OF them Won't Disable....This is the commend to understand me$Services = @ "ClipSVC" "wscsvc" foreach $Service in $Services { Stop-Service $Service...
  8. Access Denied In PowerShell

    in Windows 10 Software and Apps
    Access Denied In PowerShell: HelloI am New TO PowerShellI am Doing a script to disable some services in windowsI DID IT But NOT all of them Disabled Some OF them Won't Disable....This is the commend to understand me$Services = @ "ClipSVC" "wscsvc" foreach $Service in $Services { Stop-Service $Service...
  9. Access Denied In PowerShell

    in Windows 10 Customization
    Access Denied In PowerShell: HelloI am New TO PowerShellI am Doing a script to disable some services in windowsI DID IT But NOT all of them Disabled Some OF them Won't Disable....This is the commend to understand me$Services = @ "ClipSVC" "wscsvc" foreach $Service in $Services { Stop-Service $Service...
  10. how do i reinstall my window store by powershell

    in Windows 10 Software and Apps
    how do i reinstall my window store by powershell: reinstall my store https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-reinstall-my-window-store-by-powershell/174c0f22-5cfd-45bf-b615-dd8a9299b45b