Advertisement
Lorenzo501

Snipping Tool.ahk

Oct 23rd, 2024 (edited)
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2.     This script executes the Win+S Snip feature of Time Saver and is meant to be used via a shortcut on the Start menu. Place in %Temp% folder.
  3.     In File Explorer go to: `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories` > `Snipping Tool` > `Properties`, and then change Target from:
  4.     `%windir%\system32\SnippingTool.exe` to `%Temp%\Snipping Tool.ahk`, and `Start in` from blank to %Temp%. Then find it in the Start menu and pin to Start.
  5.  */
  6. #Requires AutoHotkey 2.0
  7. #NoTrayIcon
  8. A_SendLevel := 1
  9. Send("#s")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement