Skip to content

Commit

Permalink
Disable Virtual Desktop Transition: Revamp readme and limit architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Isabella Lulamoon <[email protected]>
  • Loading branch information
kawapure authored Dec 3, 2024
1 parent 8d0cbeb commit f539581
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mods/disable-virtual-desktop-transition.wh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// @twitter https://twitter.com/kawaipure
// @homepage https://kawapure.github.io
// @include dwm.exe
// @architecture x86-64
// @compilerOptions -lkernel32
// ==/WindhawkMod==

Expand All @@ -17,8 +18,13 @@
This mod disables the animation seen when switching between virtual desktops in Windows 10.
In order to use this mod, you have to hook into `dwm.exe`. In order to do this, you must go into Windhawk advanced settings
and remove the exclusion entry for `<critical_system_processes>`.
## ⚠ Important usage note ⚠
In order to use this mod, you must allow Windhawk to inject into the **dwm.exe**
system process. To do so, add it to the process inclusion list in the advanced
settings. If you do not do this, it will silently fail to inject.
![Advanced settings screenshot](https://i.imgur.com/LRhREtJ.png)
*/
// ==/WindhawkModReadme==

Expand Down

0 comments on commit f539581

Please sign in to comment.