Windows 10: Get-AppxPackage and Get-AppPackage broken in 24H2

Discus and support Get-AppxPackage and Get-AppPackage broken in 24H2 in Windows 10 Software and Apps to solve the problem; Hello,Powershell cmdlets Get-AppxPackage and Get-AppPackage are broken on Windows 11 version 24H2 because of DLL files, which cannot be found. There... Discussion in 'Windows 10 Software and Apps' started by Hitech Lowlife, Apr 3, 2025 at 5:33 AM.

  1. Get-AppxPackage and Get-AppPackage broken in 24H2


    Hello,Powershell cmdlets Get-AppxPackage and Get-AppPackage are broken on Windows 11 version 24H2 because of DLL files, which cannot be found. There may be other broken cmdlets too, but I'm not aware of them. Apparently it has been broken since 24H2 was released, but I stumbled on this just now, because I updated most of ours orgs PCs to 24H2 during the last couple of weeks.Get-AppxPackage and Get-AppPackage work just fine when you are directly logged onto a computer and run it. Attempting the same while PSRemoting fails. The error message is "Type initializer for About 90 devices HP and Dell

    :)
     
    Hitech Lowlife, Apr 3, 2025 at 5:33 AM
    #1
  2. olympus1 Win User

    Reset-AppxPackage

    Hello, I am trying to find a way to reset some of my favourite apps easier with just a command. I have been told that powershell now supports that, by using the Reset-AppxPackage command of AppX module. But you need to have the latest windows builds because it has been added in July of 2020. I do have the latest version windows 10 available to me. Windows 10 Enterprise 21H2 19044.1348 Windows Feature Experience Pack 120.2212.3920.0 But the command is missing from the AppX module for me in 21H2. Why I don't get this command in 21H2? Is there any way to install it? There isn't any newer version of Windows to update for having it. This is what I get as available commands in powershell, no Reset-AppxPackage I would appreciate any useful tips, thank you! Code:
     
  3. AndreTen Win User
    View Poll Results: Do you use Edge as your primary browser??


    I found suggestion on MS forums that could work. Did you tried this?
     
  4. DaveM121 Win User

    Get-AppxPackage and Get-AppPackage broken in 24H2

    Factory reset Windows 11 24H2 (build 26100.863)

    Hi, I am Dave, I will help you with this.

    There are no currently listed problems resetting version 24H2 of Windows 11 and no specific steps you need to perform, are you experiencing any problems with that insider build that is causing you to perform a Windows reset?
     
Thema:

Get-AppxPackage and Get-AppPackage broken in 24H2

Loading...
  1. Get-AppxPackage and Get-AppPackage broken in 24H2 - Similar Threads - AppxPackage AppPackage broken

  2. Get-AppxPackage and Get-AppPackage broken in 24H2

    in Windows 10 Gaming
    Get-AppxPackage and Get-AppPackage broken in 24H2: Hello,Powershell cmdlets Get-AppxPackage and Get-AppPackage are broken on Windows 11 version 24H2 because of DLL files, which cannot be found. There may be other broken cmdlets too, but I'm not aware of them. Apparently it has been broken since 24H2 was released, but I...
  3. what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...

    in Windows 10 Gaming
    what does the powershell command Get-AppXPackage Foreach {Add-AppxPackage...: I'm having a file system error with my c drive and opening apps from the windows apps folder. I saw this command while searching for an answer. what specifically does it do?Get-AppXPackage Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$$_....
  4. Get-AppXPackage *WindowsStore* but still not installed

    in Windows 10 Gaming
    Get-AppXPackage *WindowsStore* but still not installed: I've recovered a fresh Windows 10 Pro, but it didn't have the Microsoft Store app. So I followed the instructions to reinstall the app no error message or confirmation of successful installation. When I reboot though, I don't see the installed app when I click on the button...
  5. Get-AppXPackage *WindowsStore* but still not installed

    in Windows 10 Software and Apps
    Get-AppXPackage *WindowsStore* but still not installed: I've recovered a fresh Windows 10 Pro, but it didn't have the Microsoft Store app. So I followed the instructions to reinstall the app no error message or confirmation of successful installation. When I reboot though, I don't see the installed app when I click on the button...
  6. Get-AppXPackage *WindowsStore* but still not installed

    in Microsoft Windows 10 Store
    Get-AppXPackage *WindowsStore* but still not installed: I've recovered a fresh Windows 10 Pro, but it didn't have the Microsoft Store app. So I followed the instructions to reinstall the app no error message or confirmation of successful installation. When I reboot though, I don't see the installed app when I click on the button...
  7. What does this code do? Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage...

    in Windows 10 Ask Insider
    What does this code do? Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage...: Hello, i just ran into the problem that i cant use the windows search bar. Everytime i click to search i cant type anything or just one letter and the black search window closes. Tried to solve it by re - indexing (i dont remember exactly how its called) and by using...
  8. Powershell Get-AppxPackage DNS issues

    in Windows 10 BSOD Crashes and Debugging
    Powershell Get-AppxPackage DNS issues: Hello My cousin had some issues with Game Pass and found around internet that he could try to type below command in powershell: Get-AppxPackage -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$$_.InstallLocation\AppXManifest.xml”} After doing this...
  9. Powershell Get-AppxPackage command not recognized

    in Windows 10 BSOD Crashes and Debugging
    Powershell Get-AppxPackage command not recognized: I'm using Windows 10 Pro. In powershell run as administrator when I try to run this command: Get-AppxPackage -allusers foreach {Add-AppxPackage -register "$$_.InstallLocation\ I get this error: Get-AppxPackage : The term 'Get-AppxPackage' is not recognized as the name...
  10. Command "Get-AppxPackage" not recognized

    in Windows 10 Software and Apps
    Command "Get-AppxPackage" not recognized: I am trying to uninstall all W10 built in Apps. I am using an Admin power shell with cmd, i.e. "Get-AppxPackage *3dbuilder* | Remove-AppxPackage" but I get a response saying that "Get-AppxPackage" is not recognized. I have checked the forum but cannot find a problem like...