How to sequence the internet shortcuts with no msi or exe file??
how to sequencer the internet shortcuts .....
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Open notepad and paste the below code in it and save it with .url extension (For. Ex: Google.url) [InternetShortcut] URL=http://www.google.com/ IconFile=C:\WINDOWS\system32\shell32.dll IconIndex=13 Or else You can create a .lnk file with the following target "C:\Program Files\Internet Explorer\iexplore.exe" http://www.google.com/
Open notepad and paste the below code in it and save it with .url extension (For. Ex: Google.url) [InternetShortcut] URL=http://www.google.com/ IconFile=C:\WINDOWS\system32\shell32.dll IconIndex=13 Or else You can create a .lnk file with the following target "C:\Program Files\Internet Explorer\iexplore.exe" http://www.google.com/
Please log in to answer
Posted by:
jagadeish
12 years ago
Open notepad and paste the below code in it and save it with .url extension (For. Ex: Google.url)
[InternetShortcut]
URL=http://www.google.com/
IconFile=C:\WINDOWS\system32\shell32.dll
IconIndex=13
Or else
You can create a .lnk file with the following target
"C:\Program Files\Internet Explorer\iexplore.exe" http://www.google.com/
Comments:
-
2nd approch is te best as suggested by microsoft. - Visalakshi 11 years ago