Skip to content

Commit

Permalink
Add PowerToys MouseWithoutBordersHelper relaunch script (microsoft/Po…
Browse files Browse the repository at this point in the history
  • Loading branch information
maicol07 committed May 5, 2024
1 parent e62fec8 commit 1e06693
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions powertoysMWBHRelaunch.ahk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#Requires AutoHotkey v2.0
#NoTrayIcon

Loop {
Sleep 500
if (!ProcessExist("PowerToys.MouseWithoutBordersHelper.exe"))
Run "C:\Program Files\PowerToys\PowerToys.MouseWithoutBordersHelper.exe"
}

0 comments on commit 1e06693

Please sign in to comment.