View Single Post

  #12  
Old 08-27-2003, 09:09 PM
jmcbride Offline
Junior Member
 
Join Date: Aug 2003
Posts: 3
To create a Shortcut on your Desktop, right click on the Desktop and pick New | Shortcut. In Type the Location of the Item put

C:\WINDOWS\system32\rundll32.exe c:\windows\system32\shimgvw.dll,ImageView_Fullscre en

Click Next

Enter a Name for the Shortcut

Click Finish

Note the fullpath to both rundll32.exe and shimgvw.dll, there could be a problem finding them without the paths. Also you can replace c:\windows with %SYSTEMROOT% for a more portable shortcut.

Jeff
Reply With Quote