ftype

In computing, ftype is a command-line utility on Microsoft Windows that is used to display or change the link between a file type and an executable program.[1]

ftype
Developer(s)Microsoft
Initial releaseAugust 24, 1996 (1996-08-24)
Operating systemMicrosoft Windows
TypeCommand
LicenseProprietary commercial software
Websitedocs.microsoft.com/en-us/windows-server/administration/windows-commands/ftype

Overview

The ftype command was introduced as a shell builtin to cmd.exe with the release of Windows NT 4.0. It lists all Registry keys in HKEY CLASSES ROOT which contain the shell\open\command subkey, and prints out the REG SZ contents of the (default) value within these keys. Since it is an internal command built into cmd.exe, there is no FTYPE.EXE.

Because (default) values in HKEY_CLASSES_ROOT\<keyname>\shell\open\command contain information on how to open file types with registered extensions, this command essentially lists all registered file types, and which executables are used to open them, along with any switches used by the executable.[2]

Multiple file extensions can be associated with the same file type and several file types can be linked to the same executable application.[3]

gollark: Skynet does application-level pings, the websocket ping frames are kind of annoying.
gollark: The issue with the websocket protocol-level ping is that neither JS nor CC can actually see if one was received recently, as far as I can tell.
gollark: Yes, skynet does that, but mostly so it can detect disconnected clients itself and obliterate them rapidly.
gollark: From my experience, nginx and such will kill websocket connections if they're without activity for a bit by default.
gollark: * socket read timeout

See also

References

Further reading

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.