-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
0.98.1Area-OOBEFirst time run experience for usersFirst time run experience for usersArea-User Interfacethings that regard UX for PowerToysthings that regard UX for PowerToysIssue-BugSomething isn't workingSomething isn't workingNeeds-TriageFor issues raised to be triaged and prioritized by internal Microsoft teamsFor issues raised to be triaged and prioritized by internal Microsoft teams
Description
Microsoft PowerToys version
0.98
Installation method
GitHub
Area(s) with issue?
Welcome / PowerToys Tour window
Steps to reproduce
If you don't already have 0.98 on your system:
- Either upgrade an existing PowerToys installation to version 0.98 or install PowerToys on a fresh system
- The What's New page should be shown when installation completes
- Select Settings at the bottom-left
Alternatively, if you already have 0.98 on your system, you can repro the bug like this:
- Close PowerToys runner from systray then open PowerShell and run:
# Save the real version
$real = Get-Content "$env:LOCALAPPDATA\Microsoft\PowerToys\last_version_run.json"
# Spoof the version to trigger the What's New page
'{"last_version":"v0.0.0"}' | Set-Content "$env:LOCALAPPDATA\Microsoft\PowerToys\last_version_run.json"- Run the
PowerToys.exerunner. The What's New page should be shown because thelast_version_runno longer matches - Select Settings in the bottom-left of the page
- Confirm the blank Settings page is shown
- Restore the 0.98 version information by running the following in PowerShell:
$real | Set-Content "$env:LOCALAPPDATA\Microsoft\PowerToys\last_version_run.json"✔️ Expected Behavior
The Settings Home page is opened
❌ Actual Behavior
A blank Settings page is opened:
The user must then select Home to open the Home page.
Upload Bug Report ZIP-file
No response
Additional Information
No response
Other Software
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.98.1Area-OOBEFirst time run experience for usersFirst time run experience for usersArea-User Interfacethings that regard UX for PowerToysthings that regard UX for PowerToysIssue-BugSomething isn't workingSomething isn't workingNeeds-TriageFor issues raised to be triaged and prioritized by internal Microsoft teamsFor issues raised to be triaged and prioritized by internal Microsoft teams