Skip to content

[OOBE] The What's New page's Settings link opens a blank contents page in Settings #46202

@daverayment

Description

@daverayment

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:

  1. Either upgrade an existing PowerToys installation to version 0.98 or install PowerToys on a fresh system
  2. The What's New page should be shown when installation completes
  3. Select Settings at the bottom-left

Alternatively, if you already have 0.98 on your system, you can repro the bug like this:

  1. 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"
  1. Run the PowerToys.exe runner. The What's New page should be shown because the last_version_run no longer matches
  2. Select Settings in the bottom-left of the page
  3. Confirm the blank Settings page is shown
  4. 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:

Image

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

Metadata

Metadata

Assignees

Labels

0.98.1Area-OOBEFirst time run experience for usersArea-User Interfacethings that regard UX for PowerToysIssue-BugSomething isn't workingNeeds-TriageFor issues raised to be triaged and prioritized by internal Microsoft teams

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions