# Apps

Files and scripts related to Applications or Appx Packages should be placed in this directory

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LDKRxGiKLYjW1gana2O%2F-LLDmSzIjL5fQ5XYNpNG%2F-LLDmv5gLH8UxtRg9Z1t%2F2018-08-31_2-03-44.png?alt=media\&token=fb45285b-c3f4-4b51-8ecb-dcf5bc41a115)

## AppAssocWin10.xml <a href="#appassocwin-10-xml" id="appassocwin-10-xml"></a>

Sample Application Association file for Windows 10. This contains entries to use PhotoViewer instead of the Photos App for viewing Images. PhotoViewer is not enabled by default in Windows 10 and requires adding registry keys to enable

## Remove-AppxPackagesWin10.ps1 <a href="#remove-appxpackageswin-10-ps1" id="remove-appxpackageswin-10-ps1"></a>

Sample script to remove Appx Packages from Windows 10. Additionally, this script will export a list of installed Appx Packages to C:\ProgramData\OSDeploy\Apps\\\*

## Set-AppAssoc.ps1 <a href="#set-appassoc-ps1" id="set-appassoc-ps1"></a>

Uses DISM to import the Default App Associations file


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://osconfig.osdeploy.com/docs/untitled-1/apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
