The Remote Desktop Connect
app provides us with an option to hide connect-bar forever, but Hyperv's vmconnect.exe
does not! This horrible ugly unclosable floating bar is annoying!
Let's fuck it.
- Start and enter into any Hyperv VM
- Execute
FuckHypervConnectBar.exe
- Wait until
[INFO] Success.
- Maximum the Window of Hyperv VM and unpin the connection bar. The connection bar will hide and never show again.
- The launcher inject
ApiHooker.dll
intovmconnect.exe
. ApiHooker.dll
hook winapiShowWindow
. When it find thatShowWindow
is called to show this connect-bar,just return TRUE without calling realShowWindow
.- connect-bar's window name:
BBar
, window class name:BBarWindowClass