Multipoint and dism?

Nick B 361 Reputation points
2023-07-10T23:44:01.43+00:00

I installed multipoint feature and did dism online cleanup image restore health now my windows apps even store app are gone. What to do? I tried appx command PowerShell to reinstall them, but they would not come back. Here's related link. https://learn.microsoft.com/en-us/answers/questions/295208/does-multiple-instance-of-dism-exe-works-properly

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,964 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,445 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. S.Sengupta 21,391 Reputation points MVP
    2023-07-11T00:09:23.2433333+00:00

    Open PowerShell as Administrator and copy-paste the following command:

    Get-AppxPackage -allusers | foreach {Add-AppxPackage -register “$($_.InstallLocation)\appxmanifest.xml” -DisableDevelopmentMode}

    Reboot.


  2. Nick B 361 Reputation points
    2023-07-11T01:11:52.3066667+00:00

    That does not work. I tried.

    0 comments No comments

  3. Nick B 361 Reputation points
    2023-07-11T23:47:33.6066667+00:00

    You have to download appx and bundles with roadmaps from any available source or pull request. There are stories for LTSB again to enable Microsoft store in 2028 LTSC security provifler so that the application shop works. Github is good resource for this information. They should be able to install the appx installer, visual redistributables packed for appx and the Microsoft store application back again. But I remember that it quite does not work on LTSC anyway so if you want to repair windows enterprise or pro or home mode applications then it will work. You just need to renew the resource like superuser.com provides by pulling those application X installers from web and then do get-appxpackage in "DOS" PowerShell command with -path to those pulled resources in your administration version. Models disabled, series too as for UEFI and after all windows defender is good at automatically breaking your MICROSOFT WINDOWS etc..

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.