diff options
author | John Ankarström <john@ankarstrom.se> | 2021-04-07 20:07:56 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-04-07 20:07:56 +0200 |
commit | b57cbcfdd3e9da08e277e8008faf824c5bf5aa3f (patch) | |
tree | 602a81100302480e18a790b776ee3f7f94f4e8d5 | |
parent | 367c886b56654f0296b0ab82b6231565488a9594 (diff) | |
download | drm-b57cbcfdd3e9da08e277e8008faf824c5bf5aa3f.tar.gz |
Fix Regedit launch on Windows 7
-rw-r--r-- | drm.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ NotifyIcon(wParam, lParam) ButtonConfigure() { RegWrite, REG_SZ, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit, LastKey, HKEY_CURRENT_USER\Software\JohnAJ\DRM - Run, regedit /m + Run, %A_WinDir%\regedit.exe /m } ; Select resolution from tray menu |