Installation Guide
FolderRewind is distributed through three channels: Microsoft Store, MSI, and an MSIX sideload package.
:::tip Recommended Use Microsoft Store whenever it is available. Installation is simple and the Store manages later updates. :::
:::warning Do not mix channels Do not install or run the Store, MSI, and MSIX versions side by side. MSI and MSIX/Store use different data directories, and switching channels does not migrate configs, history, or plugins automatically. :::
Choose a channel
| Channel | Best for | Installation | Important note |
|---|---|---|---|
| Microsoft Store | Most users | One-click Store install | Recommended and easiest to keep updated |
| MSI | General users who cannot use Store | Run the .msi | This distribution format is still under testing; the installer is not signed with a trusted Authenticode certificate |
MSIX (.7z) | Users comfortable with Developer Mode and PowerShell | Extract and run install.ps1 | Requires Developer Mode; closest to the Store build |
Choose x64 for most Intel/AMD Windows devices. Choose ARM64 only for Windows on Arm.
Option 1: Microsoft Store
- Open the Microsoft Store page.
- Select Install.
- Launch FolderRewind from the Start menu.
Option 2: MSI
-
Open the latest GitHub Release.
-
Download the
.msifor your architecture and the matching.msi.sha256file. -
In the download directory, run the command below and compare the output with the value in the
.sha256file:Get-FileHash .\FolderRewind_*.msi -Algorithm SHA256 -
Run the MSI and complete the wizard. It installs to
%LOCALAPPDATA%\Programs\FolderRewindby default, with an option to choose another local directory.
MSI does not require Developer Mode or manual certificate import. Because the installer is not yet signed with a Windows-trusted Authenticode certificate, Windows may show an unknown-publisher or SmartScreen warning. Download only from the official Release and verify the hash first.
Option 3: MSIX sideload package
-
Open Windows Settings > System > For Developers and enable Developer Mode.
-
Open the latest GitHub Release.
-
Download the
.7zfor your architecture and the matching.7z.sha256file. -
Verify the download:
Get-FileHash .\FolderRewind_*.7z -Algorithm SHA256 -
Extract the
.7z, then run the following commands in the extracted directory:Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process.\install.ps1 -
Wait for the script to register the certificate and install the MSIX package, then launch FolderRewind from the Start menu.
Set-ExecutionPolicy applies only to the current PowerShell session and does not change the system-wide policy.
Data directories and channel switching
| Channel | Config and history directory |
|---|---|
| Store / MSIX | %LOCALAPPDATA%\Packages\<PackageFamilyName>\LocalState\FolderRewind |
| MSI | %LOCALAPPDATA%\FolderRewind |
The directory contains config.json, history.json, and plugins. Before switching channels:
- Exit FolderRewind completely.
- Back up the entire
FolderRewinddata directory for the current channel. - Uninstall the old channel.
- Install the new channel, then import or copy only data you have reviewed by following the Data Migration Guide.
Do not allow two installations to operate on the same active backup workflow.
Upgrading from an older release
Before upgrading to 1.8, read v1.8 Upgrade and Startup Recovery. Complete at least one backup-and-restore test with non-production data before protecting important files.
If v1.8.0 cannot start because of a legacy language value, do not delete config.json. Upgrade to v1.8.1 or change only GlobalSettings.Language as described in the recovery guide.
Validate immediately after installation
- Create a config that uses a test directory.
- Complete one manual backup and one test restore.
- Run Automatic Core Feature Validation in Settings.
- Confirm the destination is writable and history is generated before enabling automation.
System requirements
| Item | Requirement |
|---|---|
| OS | Windows 10 1809 or later / Windows 11 |
| Architecture | x64 / ARM64 |
| Runtime | .NET 10 (bundled) |
| Disk space | About 80 MB, excluding backup data |