{"id":1690,"date":"2014-02-11T23:30:31","date_gmt":"2014-02-11T22:30:31","guid":{"rendered":"http:\/\/michlstechblog.info\/blog\/?p=1690"},"modified":"2022-01-20T21:21:27","modified_gmt":"2022-01-20T20:21:27","slug":"windows-enable-or-disable-features-from-command-line","status":"publish","type":"post","link":"https:\/\/michlstechblog.info\/blog\/windows-enable-or-disable-features-from-command-line\/","title":{"rendered":"Windows: Enable or disable Features from command line"},"content":{"rendered":"<div class=\"twoclick_social_bookmarks_post_1690 social_share_privacy clearfix 1.6.4 locale-en_US sprite-en_US\"><\/div><div class=\"twoclick-js\"><script type=\"text\/javascript\">\/* <![CDATA[ *\/\njQuery(document).ready(function($){if($('.twoclick_social_bookmarks_post_1690')){$('.twoclick_social_bookmarks_post_1690').socialSharePrivacy({\"services\":{\"flattr\":{\"uid\":\"Michl\",\"status\":\"on\",\"the_title\":\"Windows%3A%20Enable%20or%20disable%20Features%20from%20command%20line\",\"the_excerpt\":\"Hi%2C%0D%0A%0D%0Asome%20usefull%20tools%20like%20telnet.exe%20are%20disabled%20by%20default%20in%20Windows%20Vista%20and%20later%20version.%20You%20can%20enable%20this%20and%20other%20features%20by%20command%20line%20using%20dism.%0D%0Adism%20called%20with%20the%20get-features%20parameter%20lists%20all%20available%20features%20and%20its%20current%20state.%20%0D%0ANote%3A%20Featurenames%20are%20case%20sensitive.%0D%0AC%3A%5C%26gt%3Bdism%20%2Fonline%20%2FGet-Features%0D%0A.....%0D%0AFeature%20Name%20%3A%20TelnetServer%0D%0AState%20%3A%20Disabled%0D%20...\",\"txt_info\":\"2 clicks for more data protection:\\r\\n\\r\\nOnly when you click here, the button will be come active and you can send your recommendation to Flattr. When activating, data are transmitted to third parties. \",\"perma_option\":\"off\"}},\"txt_help\":\"When you activate these fields by clicking, information to Flattr may be transferred abroad, and probably may also stored there.\",\"settings_perma\":\"Enable permanently and accept data transmission. \",\"info_link\":\"http:\\\/\\\/www.heise.de\\\/ct\\\/artikel\\\/2-Klicks-fuer-mehr-Datenschutz-1333879.html\",\"uri\":\"https:\\\/\\\/michlstechblog.info\\\/blog\\\/windows-enable-or-disable-features-from-command-line\\\/\",\"post_id\":1690,\"post_title_referrer_track\":\"Windows%3A+Enable+or+disable+Features+from+command+line\",\"display_infobox\":\"on\"});}});\n\/* ]]> *\/<\/script><\/div><p>Hi,<\/p>\n<p>some usefull tools like telnet.exe are disabled by default in Windows Vista and later version. You can enable this and other features by command line using dism.<br \/>\ndism called with the get-features parameter lists all available features and its current state.<br \/>\nNote: Featurenames are case sensitive.<br \/>\n<code><b>C:\\&gt;dism \/online \/Get-Features<\/b><\/code><\/p>\n<pre><code>.....\r\nFeature Name : TelnetServer\r\nState : Disabled\r\n\r\nFeature Name : TelnetClient\r\nState : Enabled\r\n......<\/code><\/pre>\n<p>and the Enable-Feature option install them<br \/>\n<!--more--><\/p>\n<pre><code><b>C:\\&gt;dism \/online \/Enable-Feature:TelnetClient<\/b>\r\n\r\nDeployment Image Servicing and Management tool\r\nVersion: 6.1.7600.16385\r\n\r\nImage Version: 6.1.7600.16385\r\n\r\nEnabling feature(s)\r\n[==========================100.0%==========================]\r\nThe operation completed successfully.<\/code><\/pre>\n<p>To disable features use Disable-Feature<\/p>\n<pre><code><b>C:\\&gt;dism \/online \/Disable-Feature:TelnetClient<\/b>\r\n\r\nDeployment Image Servicing and Management tool\r\nVersion: 6.1.7600.16385\r\n\r\nImage Version: 6.1.7600.16385\r\n\r\nDisabling feature(s)\r\n[==========================100.0%==========================]\r\nThe operation completed successfully.<\/code><\/pre>\n<p>If you want to get more infos about a features<\/p>\n<pre><code><b>C:\\&gt;dism \/online \/Get-FeatureInfo:TelnetClient<\/b>\r\n\r\nDeployment Image Servicing and Management tool\r\nVersion: 6.1.7600.16385\r\n\r\nImage Version: 6.1.7600.16385\r\n\r\nFeature Information:\r\n\r\nFeature Name : TelnetClient\r\nDisplay Name : Telnet Client\r\nDescription : Connect to remote computers by using the Telnet protocol\r\nRestart Required : Possible\r\nState : Disabled\r\n\r\nCustom Properties:\r\n\r\n(No custom properties found)\r\n\r\nThe operation completed successfully.<\/code><\/pre>\n<p>Michael <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi, some usefull tools like telnet.exe are disabled by default in Windows Vista and later version. You can enable this and other features by command line using dism. dism called with the get-features parameter lists all available features and its current state. Note: Featurenames are case sensitive. C:\\&gt;dism \/online \/Get-Features &#8230;.. Feature Name : TelnetServer &hellip; <a href=\"https:\/\/michlstechblog.info\/blog\/windows-enable-or-disable-features-from-command-line\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Windows: Enable or disable Features from command line<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[23,436,362,434,435,437,439,440,20,438],"class_list":["post-1690","post","type-post","status-publish","format-standard","hentry","category-windowsknowhow","tag-command-line","tag-disable-windows-features","tag-dism","tag-enable-windows-features","tag-install-windows-features","tag-remove-windows-features","tag-telnet","tag-tftp","tag-windows-2","tag-windows-features"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/1690","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/comments?post=1690"}],"version-history":[{"count":6,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/1690\/revisions"}],"predecessor-version":[{"id":1693,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/posts\/1690\/revisions\/1693"}],"wp:attachment":[{"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/media?parent=1690"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/categories?post=1690"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/michlstechblog.info\/blog\/wp-json\/wp\/v2\/tags?post=1690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}