calculator icon indicating copy to clipboard operation
calculator copied to clipboard

It opens another window after maximizing it

Open AlexIs387 opened this issue 3 months ago • 1 comments

Describe the bug Why?

Steps To Reproduce

  1. Open Calculator
  2. Minimize it
  3. Click on it into the taskbar
  4. Another window of the calculator opens

Expected behavior Only one window of the calculator needed

Screenshots

Device and Application Information

  • OS Build: Windows 11 24H2
  • Architecture: 64 bits
  • Application Version: 11.2502.2.0
  • Region: Colombia
  • Dev Version Installed: I don't know
None of these commands worked

Additional context

Requested Assignment

AlexIs387 avatar Sep 30 '25 06:09 AlexIs387

Run the following code in Windows PowerShell, not the command prompt:

" - OS Build: $([Environment]::OSVersion.Version)"
" - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)"
" - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)"
" - Region: $((Get-Culture).Name)"
" - Dev Version Installed: $($null -ne (Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev))"
"Done."

onu032001 avatar Oct 03 '25 05:10 onu032001