After installing the Notepad function in the Microsoft Store, why does the.txt file show "This application cannot run on your computer"?

Wenhui Wang 0 信誉分
2025-12-06T15:57:36.4666667+00:00

用户的图像

After installing the Notepad function in the Microsoft Store, why does the.txt file show "This application cannot run on your computer"? To find the version that works for your computer, please consult the software publisher.

1.sfc /SCANNOW

2.DISM /Online /Cleanup-image /RestoreHealth

  1. Uninstalling and reinstalling in Windows Powershell
  2. Repair and reset in system applications

windows11 has received the latest update

  1. Reinstallation in the Microsoft Store

I tried all the above methods, but they still didn't work.

My windows system is Windows 11 Home Chinese Version, Windows Function Experience Package 1000.26100.265.0

Windows 家庭版 | Windows 11 | Microsoft Store
0 个注释 无注释
{count} 票

1 个答案

排序依据: 非常有帮助
  1. Jhun Buala 3,155 信誉分 独立顾问
    2025-12-06T16:56:39.5266667+00:00

    Hi Wenhui Wang,

    Good day. I'm Jhun an independent advisor. Your Notepad issue may be cause to some reasons, like architecture mismatch, region and edition restrictions, corrupted appx package or dependencies, old Windows feature experience pack, and etc. Try to do this steps, and let's try to reverse these causes, and see what will fix the problem.

    A. Check System architecture.

    1. Press Win+R, type and run msinfo32
    2. Check "System type". If it says ARM64, make sure the Store version is compatible with ARM.

    B. Install Notepad via optional features instead of Store.

    1. Go to Settings > Apps > Optional features > Add a feature.
    2. Search for Notepad then install it.

    C. Reset Microsoft Store and re-register apps.

    1. Press Win+R : wsreset.exe
    2. Open PowerShell as Admin and copy, paste and run each of this commands:
      Get-AppxPackage Microsoft.WindowsNotepad | Remove-AppxPackage Get-AppxPackage -allusers Microsoft.WindowsNotepad | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    D. Try a local MSIX download. If the Store version is incompatible, you can download the Notepad MSIX package from a trusted source (like Microsoft’s official GitHub/website) and install it manually.

    E. Use legacy Notepad temporarily. Windows 11 still includes classic Notepad in C:\Windows\System32\notepad.exe. You can run it while troubleshooting.

    I hope this helps.

    Regards,
    Jhun


你的答案

提问者可以将答案标记为“已接受”,版主可以将答案标记为“已推荐”,这有助于用户了解答案是否解决了提问者的问题。