Shortcut (computing)

Source: Wikipedia, the free encyclopedia.

In

folder
from the place where the shortcut is located. Similarly, an Internet shortcut allows the user to open a page, file or resource located at a remote Internet location or Web site.

Shortcuts are typically implemented as a small file containing a target

application launcher panel such as the Microsoft Windows Start menu, or in the main menu of a desktop environment. The functional equivalent in the Macintosh operating system is called an alias. Unix-like systems have symbolic links
which point to a target file, and often support .desktop files which provide additional configuration details.

Implementations

Microsoft Windows

lnk
Filename extension
.lnk, .url, .cda
Internet media type
application/x-ms-shortcut
Developed byMicrosoft Corporation
Type of formatfile shortcut

File shortcuts (also known as shell links) were introduced in Windows 95.[1] Microsoft Windows uses .lnk as the filename extension for shortcuts to local files, and .URL for shortcuts to remote files, like web pages. Commonly referred to as "shortcuts" or "link files", both are displayed with a curled arrow overlay icon by default, and no filename extension. (The extension remains hidden in Windows Explorer even when "Hide extensions for known file types" is unchecked in File Type options, because it is controlled by the NeverShowExt option in HKEY_CLASSES_ROOT\lnkfile in the Registry. The IsShortcut option causes the arrow to be displayed.) Shortcut files can be used to launch programs in minimized or maximized window states if the program supports it.

Microsoft Windows .lnk files operate as

Windows Explorer
extensions, rather than file system extensions. As a shell extension, .lnk files cannot be used in place of the file except in Windows Explorer, and have other uses in Windows Explorer in addition to use as a shortcut to a local file (or GUID). These files also begin with "L".

Although shortcuts, when created, point to specific files or folders, they may break if the target is moved to another location. When a shortcut file that points to a nonexistent target is opened, Explorer will attempt to repair the shortcut. Windows 9x-based versions of Windows use a simple search algorithm to fix broken shortcuts.[1] On Windows NT-based operating systems and the NTFS file system, the target object's unique identifier is stored in the shortcut file and Windows can use the Distributed Link Tracking service for tracking the targets of shortcuts, so that the shortcut may be silently updated if the target moves to another hard drive.[2] Windows Installer, introduced in Windows 2000, added another special type of shortcuts called "Advertised Shortcuts."

File shortcuts in Windows can store a

Start Menu
folders, pinned to the Taskbar or the Desktop. In Windows 2000 onwards, file shortcuts can store comments which are displayed as a tooltip when the mouse hovers over the shortcut.

Generally, the effect of double-clicking a shortcut is intended to be the same as double-clicking the application or document to which it refers, but Windows shortcuts contain separate properties for the target file and the "Start In" directory. If the latter parameter is not entered, attempting to use the shortcut for some programs may generate "missing DLL" errors not present when the application is accessed directly.[3]

File system links can also be created on Windows systems (Vista and up). They serve a similar function, although they are a feature of the file system. Windows shortcuts are files and work independently of the file system, through Explorer.[4]

Beginning with

WinRT
Modern/Universal Windows Platform apps for launching.

Although Windows does not provide convenient tools to create it, Explorer supports a "folder link" or "shell link folder": a folder with the system attribute set, containing a hidden "desktop.ini" (folder customization) file which tells Explorer to look in that same folder for a "target.lnk" shortcut file pointing to another folder. When viewed in Explorer, the shell link folder then appears to have the contents of the target folder in it—that is, the customized folder becomes the effective shortcut.[6] This technique is used by Microsoft Windows for items like WebDAV folders. The advent of file system links in Windows Vista and up has made shell link folders less useful.

There is another type of file that is similar to a .lnk file, but has the extension .cda. This is used to reference a track (song) on a CD (in standard CDDA / RedBook format).

Unix

Desktop Entry
Filename extension
.desktop
Internet media type
text/plain
Developed byfreedesktop.org
Type of formatfile shortcut
Extended fromINI file

On Unix-like systems such as Linux and BSD, a simple pointer to a target file or directory is implemented in the operating system as a symbolic link.

When the target is a program, many graphical user interfaces support .desktop and .directoryfiles. The format of these plain text files follows the 'desktop entry' specification by freedesktop.org, and besides the location of the program they can provide an icon, a tooltip and other details.[7]

Mac

Macintosh does not have extensions for shortcuts. A file type called "alias" was introduced in Macintosh

Mac OS X
, the names of aliases are no longer italicized, but the arrow badge remains. Additionally, an alias retains its dynamic reference to an object and does not have to be specified even when calling files on remote servers.

In addition,

symbolic links can be created within the Unix subsystem. The Safari browser has its own property list
-based format, .webloc, for storing Internet URLs.

History

To execute an

System 7 in 1991, and four years later into Windows 95
.

See also

References

External links

Windows LNK

.desktop files