Announcing Windows 10 Insider Preview Fast Build 17110 - Feb. 27 Insider

Page 7 of 15 FirstFirst ... 56789 ... LastLast

  1. Posts : 15
    W10 Pro IP 64b
       #60

    Repairing Store absence


    [Based on slicedice method]

    This command $pn = Get-AppxPackage (Microsoft.WindowsStore).PackageFullName did not work in my case so, using image [MR} I found location of \AppxManifest.xml. It was
    C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.20.0_x64__8wekyb3d8bbwe\AppxManifest.xml
    Using it I executed in sequence (powershell prompt, as administrator):
    Code:
    PowerShell -ExecutionPolicy Unrestricted
    Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.20.0_x64__8wekyb3d8bbwe\AppxManifest.xml"
    exit
    It works
      My Computer


  2. Posts : 1,264
    Windows 10 (19045.3154)
       #61

    chrisn said:
    [Based on slicedice method]

    This command $pn = Get-AppxPackage (Microsoft.WindowsStore).PackageFullName did not work in my case so, using image [MR} I found location of \AppxManifest.xml. It was
    C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.20.0_x64__8wekyb3d8bbwe\AppxManifest.xml
    Using it I executed in sequence (powershell prompt, as administrator):
    Code:
    PowerShell -ExecutionPolicy Unrestricted
    Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.20.0_x64__8wekyb3d8bbwe\AppxManifest.xml"
    exit
    It works
    Yes, it works for me as well, thanks for the solution
      My Computers


  3. Posts : 4,666
    Windows 10 Pro x64 21H1 Build 19043.1151 (Branch: Release Preview)
       #62

    Interesting. Seems we all have random values missing. Great you guys got it working.

    EDIT: Maybe you guys have 2 versions of Store installed? Then my command does not work since it will produce an Array.

    EDIT: Aah, I see now that the command is wrong. Editing the original post a bit
    Last edited by slicendice; 28 Feb 2018 at 05:48.
      My Computers


  4. Posts : 133
    Windows 10 Pro Insider
       #63

    After install of 17110 Windows Pro version I tried activating Hyper-V and Windows Defender Application Guard in Programs and Features. After activation restarts I found that I could no longer shutdown the machine within Windows from any user account nor from the lock screen. Only way to shutdown was a hard shutdown. After removing Hyper-V and Windows Defender Application Guard machine responded to shutdown properly thereafter. Reported on feedback hub.
      My Computer


  5. Posts : 10
    Windows 10 Pro 64bit
       #64

    slicendice said:
    information   Information

    Here is the solution for repairing Microsoft Store App


    In order for easy copy paste, I broke down the commands into smaller pieces.


    STEPS
    Open Powershell (open as elevated (Run As Admin) )

    Type the following in order in PowerShell:

    Code:
    PowerShell -ExecutionPolicy Unrestricted
    Code:
    $rp = "C:\Program Files\WindowsApps\"
    Code:
    $pn = (Get-AppxPackage Microsoft.WindowsStore)."PackageFullName"
    Code:
    $mf = "\AppxManifest.xml"
    Code:
    $manifest = $rp + $pn + $mf
    Code:
    Add-AppxPackage -DisableDevelopmentMode -Register $manifest


    Reboot computer


    To verify all works, press Windows Key and type Store. Wait for search to find Microsoft Store and press ENTER.

    Voilá! Store working again!



    Update: There exist another solution at Windows blogs that many report as working solution. However that solution did not work for me since it uses the InstallLocation variable, which was missing completely for me.
    Hi All,

    I've solved the problem by executing

    Code:
    add-appxpackage -register -disabledevelopmentmode "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.20.0_x64__8wekyb3d8bbwe\AppxManifest.xml"
    with Windows Powershell (Admin)
    Chris

    [COLOR=inherit !important]


    [/COLOR]
      My Computer


  6. Posts : 4,666
    Windows 10 Pro x64 21H1 Build 19043.1151 (Branch: Release Preview)
       #65

    ChrisRaabe said:
    Hi All,

    I've solved the problem by executing

    Code:
    add-appxpackage -register -disabledevelopmentmode "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.20.0_x64__8wekyb3d8bbwe\AppxManifest.xml"
    with Windows Powershell (Admin)
    Chris
    Yep, my solution does exactly the same thing. As stated, I separated the code for short one liners, for easy copy paste.

    The real difference is that with hard coded paths to a specific store version, the solution works only for that store version. What if the version changes? What if someone is running 32-bit Windows?

    Glad you got it working!
      My Computers


  7. Posts : 7,128
    Windows 10 Pro Insider
       #66

    FYI! Be cautious using Edge in this build. I was testing Edge and when I went to use my bookmarks the bookmark window flashed and all my bookmarks got deleted.
      My Computers


  8. Posts : 4,666
    Windows 10 Pro x64 21H1 Build 19043.1151 (Branch: Release Preview)
       #67

    Winuser said:
    FYI! Be cautious using Edge in this build. I was testing Edge and when I went to use my bookmarks the bookmark window flashed and all my bookmarks got deleted.
    LOL!

    Did not come as a surprise to me. I never bookmark anything in Edge. The whole bookmarking system is a mess and inconvenient to use. :)

    Thanks for the warning!
      My Computers


  9. Posts : 4,666
    Windows 10 Pro x64 21H1 Build 19043.1151 (Branch: Release Preview)
       #68

    WTH!?!

    When creating/setting up first account (offline account) after clean install, Setup asks to specify answers to 3 different security questions selected from a drop down. Hahha, what if there is no answer to those questions? I certainly can think of many who can't answer any of those. No way to skip this and no way to add custom questions.

    I know MS takes security seriously but this is being ridiculous!
      My Computers


  10. Posts : 29,078
    Windows 10 21H1 Build 19043.1023
       #69

    kado897 said:
    2 hours 15 mins to the desktop. Not a fast one.
    I didn't time it. Started it and left it to its own devices. When I got home, installation was complete.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:45.
Find Us




Windows 10 Forums