Recently my Windows 10 was upgraded but apps don't work


  1. Posts : 25
    Windows 10 Pro
       #1

    Recently my Windows 10 was upgraded but apps don't work


    Recently upgraded my Windows laptop to Version 2004/OS Build 19041.45.

    Before upgrade I had a whole lot of stuff on the Desktop. They are all gone (I am sure hiding somewhere). Now I have a couple of shortcuts.
    In the Start program, I have many apps that do not start including the Microsoft Store. How do I restore their functionality?

    However, this idea worked. I created a new user for the windows and when logged in as the new user all apps are totally functional. This is just a temporary work around. I want a permanent solution.
    I have also tried to tweak BackgroundIntelligentTransferService. That did not solved the problem. I tried PowerShell.
    This command works:
    PS C:\Users\TEMP> Get-AppxPackage Microsoft.WindowsCalculator
    But this throws an exception:
    PS C:\Users\TEMP> Get-AppxPackage -AllUsers
    Get-AppxPackage : Access is denied.
    Access is denied.
    At line:1 char:1
    + Get-AppxPackage -AllUsers
    + ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Get-AppxPackage], UnauthorizedAccessException
    + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.Appx.PackageManager.Commands.GetAppxPackageComm and

    Is there a EASY way?
      My Computer


  2. Posts : 31,630
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #2

    mysorian said:
    Recently upgraded my Windows laptop to Version 2004/OS Build 19041.45.
    Before upgrade I had a whole lot of stuff on the Desktop. They are all gone (I am sure hiding somewhere). Now I have a couple of shortcuts.
    In the Start program, I have many apps that do not start including the Microsoft Store. How do I restore their functionality?

    However, this idea worked. I created a new user for the windows and when logged in as the new user all apps are totally functional. This is just a temporary work around. I want a permanent solution.

    It's good that you tested with a new account, that shows the problem is only there when you sign in with your main account. The missing stuff from the desktop suggests you may have been signed in with a temporary profile. See if this tutorial helps.

    Fix You've been signed in with a temporary profile in Windows 10
      My Computers


  3. Posts : 25
    Windows 10 Pro
    Thread Starter
       #3

    Is this also viable?


    Does the following work?

    Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter

    Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

    Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer

    Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    ========================================================

    These lines can be run:
    Set-ExecutionPolicy -ExecutionPolicy Unrestricted
    Get-AppxPackage -AllUsers *WindowsStore* | Remove-AppxPackage
      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 19:42.
Find Us




Windows 10 Forums