Sytone's Ramblings

The occasional posts of a guy who plays with technology.

Making a shortcut to Libraries in Windows 7

2011-02-14 1 min read Technology
I use AutoHotKey for automation, I needed to make a link to the Libraries in Windows 7 as they hold all my info in one place now. To do this just use the following line. [code lang=“autohotkey”] Run, “%A_AppData%\Microsoft\Windows\Libraries\Documents.library-ms” [/code] Replace Documents with the library name.