https://github.com/justarion/win11_tooltipfix
A quick fix in Windows 11 to click through tooltip popups.
https://github.com/justarion/win11_tooltipfix
fixes tooltip windows-11
Last synced: about 1 year ago
JSON representation
A quick fix in Windows 11 to click through tooltip popups.
- Host: GitHub
- URL: https://github.com/justarion/win11_tooltipfix
- Owner: JustArion
- License: mit
- Created: 2022-10-28T10:52:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T14:44:58.000Z (over 1 year ago)
- Last Synced: 2025-04-30T10:42:11.272Z (about 1 year ago)
- Topics: fixes, tooltip, windows-11
- Language: C#
- Homepage:
- Size: 113 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/Readme.md
Awesome Lists containing this project
README
# Note
Windows 11 has begun rolling out updates to their programs that fixes this problem. It's currently fixed in the latest version of explorer in an explorer window, but not the taskbar. Task Manager hasn't been updated yet and as such still experiences this bug.
### Prerequisites
* [.NET 7.0.X Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) (Select the ".NET Desktop Runtime 7.0" for `x86`)
### Installing
Given you've installed the `Prerequisites`
To `Install` or `Uninstall` simply run `Start_Tooltip_Fix.exe` from the extracted .zip from the releases section.
#### Optional
The program can be installed as admin to affect programs that run as admin too but is `not required`
### Requirements (To Build from Source)
* [.NET 7.0.X SDK - x86](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
* Optional* [Git](https://git-scm.com/downloads)
### Building from Source
`Make sure the proper .NET 7.0.X SDK is installed.`
```ps1
git clone https://github.com/JustArion/Win11_Tooltip_Fix
cd .\Win11_Tooltip_Fix\
Set-ExecutionPolicy Bypass -Scope Process
./Build.ps1
```
### Packages
The following packages are used in this project:
```xml
```
Addresses:
https://linustechtips.com/topic/1466612-windows-11-annoyance-tooltips-blocking-every-other-action/
Images of a tooltip:


