calculator
calculator copied to clipboard
It opens another window after maximizing it
Describe the bug Why?
Steps To Reproduce
- Open Calculator
- Minimize it
- Click on it into the taskbar
- 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
Additional context
Requested Assignment
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."