网站首页 网站地图
网站首页 > 网络游戏 > windowsapps

windowsapps

时间:2026-04-01 12:38:48

The WindowsApps folder is a special folder in Windows that contains pre-installed applications (also known as Windows Store apps) that are installed by Windows itself, not by individual users. These apps are typically:

  • System apps (e.g., Microsoft Edge, Microsoft Teams, Microsoft Word, etc.)
  • Device-specific apps (e.g., Microsoft Store apps for specific devices or versions of Windows)
  • Apps that are part of the Windows 10/11 ecosystem

Key Points About WindowsApps:

  • Not user-specific – These apps are installed by Windows, not by individual users.
  • Not available for download – You cannot install apps from this folder directly; they are pre-installed.
  • Not part of the File Explorer – You can't browse or manage these apps through File Explorer.
  • May be hidden – In some versions of Windows, this folder might be hidden by default.

How to Access WindowsApps:

You can access the WindowsApps folder by:

  1. Right-clicking on the Start menu and selecting "Windows Apps" (or "Apps").
  2. Opening File Explorer and navigating to C:\Program Files\WindowsApps (or C:\ProgramData\Microsoft\WindowsApps).
  3. Using the File Explorer search feature:
    • Press Ctrl + F and search for "WindowsApps".
    • You can also use the command prompt with:
      cd C:\Program Files\WindowsApps

What You Can Do with WindowsApps:

  • View the apps (you can see their names, icons, and descriptions).
  • Rename or delete apps (if you're comfortable with that).
  • Manage app permissions (if you're an admin).

Important Notes:

  • Not all apps are in WindowsApps – Some apps are installed via the Microsoft Store, and they may be in the AppData\Local\Microsoft\WindowsApps folder.
  • Apps in WindowsApps are not available for download – They are pre-installed and cannot be removed unless you uninstall them via the Settings app.

Example:

If you want to see the apps in WindowsApps, you can do something like this in File Explorer:

C:\Program Files\WindowsApps

Or in PowerShell:

Get-AppxPackage -AllUsers | Format-List Name, Version

Let me know if you'd like to see a list of apps in WindowsApps or how to manage them!