mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
1.8 KiB
1.8 KiB
title, description, author, ms.assetid, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod
title | description | author | ms.assetid | ms.pagetype | ms.mktglfcycl | ms.sitesec | ms.prod |
---|---|---|---|---|---|---|---|
DELETE TYPE | DELETE TYPE | jamiejdt | f2852723-c894-49f3-a3c5-56f9648bb9ca | mdop, appcompat, virtualization | deploy | library | w8 |
DELETE TYPE
Removes the specified file type association.
SFTMIME DELETE TYPE:file-extension [/GLOBAL] [/LOG log-pathname | /CONSOLE | /GUI]
Parameter | Description |
---|---|
TYPE:<file-extension> |
The file name extension to be removed. |
/GLOBAL |
If specified, indicates that the global association for the file name extension should be removed. |
/LOG |
If specified, output is logged to the specified path name. |
/CONSOLE |
If specified, output is presented in the active console window (default). |
/GUI |
If specified, output is presented in a Windows dialog box. |
For version 4.6, the following option has been added.
/LOGU |
If specified, output is logged to the specified path name in UNICODE format. |
Related topics