Skip to content

Commit b7d838b

Browse files
committed
feat(windows): add interactive/dry-run modes to minimal rollback + update README
1 parent 914eb7f commit b7d838b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

FAQ.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ ERROR: winget (App Installer) is not installed.
55
![winget not installed](assets/issue-winget-not-installed.png)
66

77
**Solution**
8-
Download the installer for the latest version of App Installer from Microsoft website(https://learn.microsoft.com/en-us/windows/msix/app-installer/install-update-app-installer) and rerun the script.
8+
9+
1. Make sure if App Installer is properly configured in the `PATH` environment variable. Open the PowerShell and run `echo $env:PATH`. You should see something like `C:\Users\<yourname>\AppData\Local\Microsoft\WindowsApps`.
10+
2. If you don't see the WindowsApp path, add it (in Powershell): `setx PATH $env:PATH;C:\Users\$env:USERNAME\AppData\Local\Microsoft\WindowsApps"`.
11+
3. Restart the Powershell and run `winget --version`.
12+
4. If you still see the issue the, download the installer for the latest version of App Installer from Microsoft website(https://learn.microsoft.com/en-us/windows/msix/app-installer/install-update-app-installer) and rerun the script.
913

1014
Since this is a Windows application you didn't require admin rights to run it.
1115

0 commit comments

Comments
 (0)