[Variables]

; ----------------------------------
;Places Link
; ----------------------------------

;Do not change. These are CLSIDs
MyComputer_Link = ::{20d04fe0-3aea-1069-a2d8-08002b30309d}
MyDocuments_Link = ::{450d8fba-ad25-11d0-98a8-0800361b1103}
ControlPanel_Link = ::{21ec2020-3aea-1069-a2dd-08002b30309d}
RecycleBin_Link = ::{645ff040-5081-101b-9f08-00aa002f954e}

; ----------------------------------
;App Link
; ----------------------------------

;You can change this link to any text editor you want...
Notepad_Link = notepad.exe

;You can change this to any photo editor you want...
PhotoEditor_Link =mspaint.exe

;You can change this with any calculator app you have...
Calculator_Link = calc

;Terminal App
Terminal_Link = cmd.exe

;Change this to your favorite browser... (I choose FireFox)
Browser_Link = %ProgramFiles%\Mozilla Firefox\firefox.exe

;Task Manager
TaskManager_Link = taskmgr


; ----------------------------------
;Web Links
; ----------------------------------

Link1_Label = Google
Link1_URL = http://www.google.com

Link2_Label = Facebook
Link2_URL = https://www.facebook.com

Link3_Label = Twitter
Link3_URL = http://twitter.com

Link4_Label = DeviantArt
Link4_URL = http://deviantart.com

; ----------------------------------
