Share via

ms-resource:APP_WINDOW_NAME

Anonymous
2022-12-14T14:53:20+00:00

Hello,

Recently our application management program has picked up the application ms-resource:APP_WINDOW_NAME on recent scans. Upon investigating the computer in question, it showed that the application is nowhere to be found. In attempts to remediate this issue, I have run the following command to register all windows store applications:

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

This did not remove the program from our app management software. What can I do to help remove these items from our scans?

Windows for home | Windows 11 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Lester Bernard Reyes 82,025 Reputation points Independent Advisor
    2022-12-14T19:19:38+00:00

    Hi, thank you for that information, if none will work from the above solution, I suggest doing an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.

    Kindly follow the steps from this link:

    https://answers.microsoft.com/en-us/windows/for...

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-12-14T19:06:42+00:00

    Hello Bernard,

    Neither of the directory removals worked. They both failed with the positional parameter failure shown below.

    Was this answer helpful?

    0 comments No comments
  3. Lester Bernard Reyes 82,025 Reputation points Independent Advisor
    2022-12-14T16:13:56+00:00

    Hi, thank you for that information, that is okay, please skip those codes with errors.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-12-14T16:13:21+00:00

    Hello Bernard,

    Thank you for the quick reply! I was running through the list of commands and found that I could not run the command:

    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"

    This is the error I receive.

    This is a Windows 11 Pro machine and I am using Administrative Powershell.

    Was this answer helpful?

    0 comments No comments
  5. Lester Bernard Reyes 82,025 Reputation points Independent Advisor
    2022-12-14T15:27:22+00:00

    Hi and thanks for reaching out. My name is Bernard a Windows fan like you. I'll be happy to help you out today.

    I understand the issue you have, nothing to worry I am here to help, I know some of these steps are already done, you have just skipped it if you think it will have the same result.

    Method 1. repair Windows Store and update components

    Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))

    Copy each line of command to Powershell then press enter (one line at a time)

    net stop bits

    net stop wuauserv

    net stop appidsvc

    net stop cryptsvc

    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"

    rmdir %systemroot%\SoftwareDistribution /S /Q

    rmdir %systemroot%\system32\catroot2 /S /Q

    regsvr32.exe /s atl.dll

    regsvr32.exe /s urlmon.dll

    regsvr32.exe /s mshtml.dll

    netsh winsock reset

    netsh winsock reset proxy

    net start bits

    net start wuauserv

    net start appidsvc

    net start cryptsvc

    -Once done restart the device and check.

    If the first method will not work, I suggest doing an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.

    Kindly follow the steps from this link:

    https://answers.microsoft.com/en-us/windows/for...

    Let me know how it goes and I hope that helps.

    Bernard

    Independent Advisor

    Was this answer helpful?

    0 comments No comments