Reinstall and Re-register Apps in Windows 10  

Page 18 of 24 FirstFirst ... 81617181920 ... LastLast

  1. Posts : 4
    Windows 10
       #170

    FreeBooter said:
    Some characters are reserved in the command line, including @ < > & | ^. Before you use these characters, you must escape them with the caret symbol (^).
    Hi FreeBooter,

    yeah that is first thing what I tried, but It does not help.

    I tried extra curly brackets, change quotes, split to more commands.

    Nothing help. Maybe there is no way how to solve like this, but If you don´t ask you don´t get.
      My Computer


  2. Posts : 7,607
    Windows 10 Home 20H2
       #171

    @MrBlonde, try the following line of commands:

    Code:
    PowerShell Get-AppxPackage -AllUsers^| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register \"$($_.InstallLocation)\AppXManifest.xml\"}
      My Computer


  3. Posts : 4
    Windows 10
       #172

    Matthew Wai said:
    @MrBlonde, try the following line of commands:

    Code:
    PowerShell Get-AppxPackage -AllUsers^| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register \"$($_.InstallLocation)\AppXManifest.xml\"}
    Hi Matthew,

    It works!

    have you idea why my command with escape charakters does not work?

    I think that you must call command only throw PowerShell -Command "&...".

    I am just curious, do you know difference between my and your solution?

    Thanks for reply
    Mr.Blonde
      My Computer


  4. Posts : 7,607
    Windows 10 Home 20H2
       #173

    @MrBlonde,
    You had not escaped characters in your commands, which consequently did not work.
    -Command "&..." is not needed at my end. I have no idea why you need it.
      My Computer


  5. Posts : 6
    Windows 10
       #174

    I get this Error

    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand


    Is there any way for me to get this file that is apparently required?
      My Computer


  6. Posts : 841
    Windows 10 Pro 21H2
       #175

    MsKuromi said:
    I get this Error

    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.
    At line:1 char:38
    + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Is there any way for me to get this file that is apparently required?
    You will have to get the full App name by using this code and looking for "Maps" and you will find something similar to "Microsoft.WindowsMaps_10.2011.6.0_x64__8wekyb3d8bbwe":
    Code:
    Get-AppxPackage -allusers | Select Name, PackageFullName

    Then replace the FullAppName:
    Code:
    Add-AppxPackage -register "C:\Program Files\WindowsApps\FullAppName\AppxManifest.xml" -DisableDevelopmentMode
      My Computer


  7. Posts : 6
    Windows 10
       #176

    rdwray said:
    You will have to get the full App name by using this code and looking for "Maps" and you will find something similar to "Microsoft.WindowsMaps_10.2011.6.0_x64__8wekyb3d8bbwe":
    Code:
    Get-AppxPackage -allusers | Select Name, PackageFullName

    Then replace the FullAppName:
    Code:
    Add-AppxPackage -register "C:\Program Files\WindowsApps\FullAppName\AppxManifest.xml" -DisableDevelopmentMode
    ok, well unfortunately non of those files even exist... even after fresh re-installs. so..... what can I do?
      My Computer


  8. Posts : 841
    Windows 10 Pro 21H2
       #177

    MsKuromi said:
    ok, well unfortunately non of those files even exist... even after fresh re-installs. so..... what can I do?
    Did you get a list of Apps?????
    You can go to Microsoft Store (or search for "Windows Maps" online) and search for the App you want and install it. One heads up, it may say that you own the App and will not install it, in that case, there isn't anything that can be done, but I don't think that will happen.
      My Computer


  9. Posts : 6
    Windows 10
       #178

    rdwray said:
    Did you get a list of Apps?????
    You can go to Microsoft Store (or search for "Windows Maps" online) and search for the App you want and install it. One heads up, it may say that you own the App and will not install it, in that case, there isn't anything that can be done, but I don't think that will happen.
    there is no store. can't open it, can't Repair it, can't reset it.
      My Computer


  10. Posts : 68,967
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #179

    MsKuromi said:
    there is no store. can't open it, can't Repair it, can't reset it.
    Hello,

    Looks like you may need to do a repair install of Windows 10 using the method below to fix it then.

    Repair Install Windows 10 with an In-place Upgrade
      My Computers


 

Tutorial Categories

Reinstall and Re-register Apps in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  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 17:38.
Find Us




Windows 10 Forums