Showing posts with label EXE. Show all posts
Showing posts with label EXE. Show all posts

Saturday, October 8, 2016

Windows: Creating a shortcut to select a file in a folder

I often need to find out which version of Skype installer was automatically downloaded into the local temp folder.

While the Windows UI makes it possible to create simple shortcuts, then there is no UI for more complex stuff.

After some searching, the correct Target line in the shortcut properties must be this:

C:\WINDOWS\explorer.exe ,/select="C:\Documents and Settings\A User's Account Name\Local Settings\temp\SkypeSetup.exe"

It is important to separate the executive and its options from each other with a space, after which the comma starts in that line.

This also works from the command prompt.

Applies to Windows XP, but should also work in other Windows versions. YMMV.

Friday, August 29, 2008

Showing exe files' extensions in Windows

Regedit HKCR\exefile, add new string AlwaysShowExt.

The same applies to other filetype descriptions, like exefile, some of which might be more elaborate than that.

Restart.