Skip to content

Docs: Added unofficial Windows install instructions #786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 23 additions & 15 deletions src/routes/docs/install/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ You can also use the preview version alongside the stable release to get early a

### PowerShell

1. Open PowerShell as administrator.
2. Run this command `Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/stable/Files.Package.appinstaller`.

1. Open the default PowerShell (Powershell 7 will not work) as administrator.
2. For the stable branch, use the following command
```
Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/stable/Files.Package.appinstaller
```
For the preview branch, use the following command
```
Add-AppxPackage -AppInstallerFile https://cdn.files.community/files/preview/Files.Package.appinstaller
```
3. Wait until the blue bar at the top disappears.
4. Look for Files in the Windows Start Menu.

### Winget

Expand Down Expand Up @@ -56,18 +64,6 @@ Files will automatically check for updates whenever the app is opened and an ind
Installing an update will automatically restart Files so make sure to save your work before starting an update.
</InfoBar>

### Steps required for the "classic installer" version after 3/21/2024

Starting 3/21/2024, users of the sideload version (aka classic installer) will need to reinstall Files in order to continue receiving automatic updates. This is a one time requirement due to changes in the code signing certificate.

<InfoBar title="Note" severity="information">
This is not required for the Store version of Files.
</InfoBar>

1. Export your settings by going to `Settings > Advanced > Export`.
2. Uninstall Files and restart Windows
3. [Reinstall](/download/) Files.
4. Import your settings from `Settings > Advanced > Import`.

## Troubleshooting

Expand All @@ -84,3 +80,15 @@ If you encounter any problems or errors while updating Files, you can try the fo
### Windows cannot install package because a different package with the same name is already installed

If you get this error code, you'll need to uninstall and [reinstall](/download/) Files. You can also export/import the settings file to keep your existing settings.


### Unofficial and modified versions of Windows

This includes but is not limited to AtlasOS, ReviOS, disabling Windows update, removing the Microsoft store. Files is not officially supported on devices with these modifications.

1. Type Services in Windows start menu
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be under its own section?

Copy link
Member Author

@Josh65-2201 Josh65-2201 May 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where else could it go? Since the instructions would only apply if Windows was modify in an unsupported way that breaks the install process

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can stay here, but we can add an introduction on when users should take these steps.

2. Open the `Windows update` and `Delivery optimization` services properties (Double click)
3. Set startup type to manual and click OK
4. Right click the services
5. Click Start
6. Try installing again.