create bat file
echo [InternetShortcut] > "%userprofile%\Desktop\Google.URL" echo URL=http://www.google.com >> "%userprofile%\Desktop\Google.URL" echo IconFile=http://www.google.com/favicon.ico >> "%userprofile%\Desktop\Google.URL" echo IconIndex=0 >> "%userprofile%\Desktop\Google.URL"