Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- 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.
- In File Explorer go to: `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories` > `Snipping Tool` > `Properties`, and then change Target from:
- `%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.
- */
- #Requires AutoHotkey 2.0
- #NoTrayIcon
- A_SendLevel := 1
- Send("#s")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement