-
Notifications
You must be signed in to change notification settings - Fork 187
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
base: main
Are you sure you want to change the base?
Changes from all commits
7431e96
4494f21
4be0654
e60270b
36cc45e
be9721b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 version of PowerShell as administrator (Powershell 7 will **not** work). | ||
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 of the window disappears. | ||
4. Files should be installed and available in the Start Menu. | ||
|
||
### Winget | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this be under its own section? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Josh65-2201 when should users follow these steps? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These steps should be followed if the person has knowingly disabled/removed things that can not be done without another program/script or used redistributed Windows installs like AtlasOS provides. If you meant errors, then I most of the time it will say something like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
That would be helpful, ideally, we would list the error as another section and put these steps underneath it. |
||
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. |
Uh oh!
There was an error while loading. Please reload this page.