windows:server_os:windows_features

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


windows:server_os:windows_features [2019/10/31 09:06] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Enable/Disable windows features using DISM ====== 
 +<code bash> 
 +Dism /online /get-features /format:table 
 +Dism /online /enable-feature /featurename: BitLocker-RemoteAdminTool 
 +Dism /online /disable-feature /featurename: BitLocker-RemoteAdminTool 
 +</code>