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

Page 11 of 15 FirstFirst ... 910111213 ... LastLast

  1. Posts : 2,667
    Windows 11 21H2 (22000.593)
       #100

    Going to download the files to make the .ISO in a few.
      My Computers


  2. Posts : 3,274
    Windows 10 and windows insider
       #101

    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
    @chrisn - just wanted to thank you for posting this code. And yes, it does work!
      My Computer


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

    AndreTen said:
    now they tell … resetting it was the firs thing to try...


    Now have to look back for Sliceandice's (or was it Chris?) advice, that is buried somewhere ..
    chrisn, Andre.
      My Computer


  4. Posts : 289
    Windows 10 Home
       #103

    Wynona, are you continuing to have sleep wake up problems with 17110? As you may have seen earlier, the problems remain for me just like we had with 17107.
      My Computer


  5. Posts : 1,264
    Windows 10 (19045.3154)
       #104

    When I reverted back to build 17101, the system updated to 17110 and the Store App started working.
      My Computers


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

    cbwilsha said:
    Wynona, are you continuing to have sleep wake up problems with 17110? As you may have seen earlier, the problems remain for me just like we had with 17107.
    No, turning Hibernate back on worked for me ... powercfg -h on and then going into Settings and manually turning off (unchecking) Hibernate and Fast Startup (leaving Sleep checked).

    Build 17110 works just fine, except for the disappearing Store app. That was fixed by following Chrisn's suggestion:

    Announcing Windows 10 Insider Preview Fast Build 17110 - Feb. 27 Insider - Page 7 - Windows 10 Forums
      My Computer


  7. Posts : 3,274
    Windows 10 and windows insider
       #106

    brummyfan said:
    When I reverted back to build 17101, the system updated to 17110 and the Store App started working.
    Interesting.
      My Computer


  8. Posts : 289
    Windows 10 Home
       #107

    "No, turning Hibernate back on worked for me ... powercfg -h on and then going into Settings and manually turning off (unchecking) Hibernate and Fast Startup (leaving Sleep checked). "


    Wynona, I tried that again several times but it still didn't work for me. Am I correct in assuming you had to do that in 17110 also to get sleep wake to work?
      My Computer


  9. Posts : 607
    latest Win10 Insider build
       #108

    hawkman said:
    Hi @smactilactus,you could try the old style control panel as a way to get thereEnable or Disable Control Panel and Settings in Windows 10 Windows 10 Tutorials
    Roy
    Hey, thanks for the help. But as I continued to try to work with the Update troubleshooter, I somehow got it to allow me to load updates in the "Background". And this actually updated my computer to 17110.rs4. So now my start menu works just as it always has. And all is good in the world again. Thanks again.

    On another note, when I was testing Timeline, I started documents on my desktop, and then tried to use timeline to continue working with them on my Surface Pro 4. But when I opened Timeline on my SP4, the latest versions were from five days ago. Is there a way to update Timeline, or refresh it???
      My Computer


  10. Posts : 607
    latest Win10 Insider build
       #109

    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.
    When I get to the last step, I get a lot of red text, and it cites location errors.
      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 18:56.
Find Us




Windows 10 Forums