Add_URLsimilar to Add_Shortcut, sometimes you may need to add url for whatever reason,
ex: to get crash analyzer on OSR site ready with BlueScreenView
ex: to get some websites ready to double click ;)
following is the syntax and examples from magic wand

(ignore " when using ;) )
[Add_URL]
Default Value="Add,Url,Favorites,<filename>,<webaddress>"
Full Syntax="Add,Url,[Type],<filename>,<webaddress>,[UrlDll][None]<url icon address>,[None]<IconIndex>,[None]<HotKey>"
-=
Sample Favorites="Add,Url,,Google.url,http://www.google.com"
Sample Links="Add,Url,Links,Google.url,http://www.google.com"
-=
Sample Favorites SubF="Add,Url,Favorites,"My Folder\Google.url",http://www.google.com"
Sample StartMenu="Add,Url,StartMenu,Google.url,http://www.google.com"
Sample StartMenuRoot="Add,Url,StartMenuRoot,Google.url,http://www.google.com"
Sample Desktop="Add,Url,Desktop,Google.url,http://www.google.com"
Sample Path="Add,Url,Path,%target_win%\Google.url,http://www.google.com"
-=
Sample Icon Url.dll="Add,Url,,Google.url,http://www.google.com,UrlDLL"
Sample Icon Ico="Add,Url,,Google.url,http://www.gogle.com,#$psystemroot#$p\system32\blabla.ico"