Turn Windows Features On or Off in Windows 10  

Page 3 of 3 FirstFirst 123

  1. Xii
    Posts : 10
    Windows 10 Home
       #20

    Brink said:
    I've updated the screenshot in the tutorial to include the expanded parts as well. They're all the defaults. :)
    Hello, I unfortunately made some changes while trying to find solve why my network adapters wont turn on after the latest windows update.

    I didn't realize there wasn't a log file for features when I did so, can you send me a screenshot of the 2019 defaults? I was only able to find an unexpanded one :/





    (Update on my network adapters: it seems to be what ever is the most recent windows update, they couldn't start in an older one when it was the newest, but I'm running that older one now and they they are fine, and the now newest update breaks them again. Same thing with 1 of 2 of the same storage controllers.. so I just gave up on this)
      My Computer


  2. Posts : 68,994
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #21

    Xii said:
    Hello, I unfortunately made some changes while trying to find solve why my network adapters wont turn on after the latest windows update.

    I didn't realize there wasn't a log file for features when I did so, can you send me a screenshot of the 2019 defaults? I was only able to find an unexpanded one :/

    (Update on my network adapters: it seems to be what ever is the most recent windows update, they couldn't start in an older one when it was the newest, but I'm running that older one now and they they are fine, and the now newest update breaks them again. Same thing with 1 of 2 of the same storage controllers.. so I just gave up on this)

    Hello Xii, and welcome to Ten Forums.

    I would recommend to skip the update that is breaking your network adapter, and try again when the next update is released.
      My Computers


  3. Posts : 211
    Windows10 21H2 x64 Home, Single language, build 19044.1706
       #22

    @Brink
    Hi Shawn,
    There is so much disingenuous/incompatible info (for my system's hardware/software/OS) on the web that I gave up finding a solution for my current updating problem, instead I try to find out what is missing on my system. When I compare my Features with your enabled Features 2019 list (above) I see 7 MSFT Hyper V features that I don't have (only one: VirtualMachinePlatform feature disabled and in Services I have 9 Hyper-V disabled, see list) and I also cannot find SMBDirect, NetFx4-AdvSrvs and Xps-Foundation-Xps-Viewer feature. the others are the same (all enabled).
    Do you think that any of the missing features are important for installing that August update? I keep Intel's VIT (Virtual) option in Bios disabled as well as 9 Hyper-V services and that VirtualMachinePlatform feature is also disabled.
    These are the original default features installed by Acer/Windows Restore app on my system (Reset) and I was able to install automatically 16 Windows updates last week with it + some 50 Office updates without a single failure. Strangely enough I received not a single OEM update so the drivers that were downloaded must have been the latest ones (I hope).
    Frank
    Turn Windows Features On or Off in Windows 10-dont-have-these-features.png

    Turn Windows Features On or Off in Windows 10-hyper-services-disabled.png
      My Computer


  4. Posts : 68,994
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #23

    @FrankW,

    Some features depend on hardware requirements for being available or not, so they can vary some per system.

    Drivers are often kept automatically updated via Windows Update now in Windows 10, but sometimes you may have to manually download and update the driver from the manufacturer for some devices.
      My Computers


  5. Posts : 211
    Windows10 21H2 x64 Home, Single language, build 19044.1706
       #24

    Brink said:
    @FrankW,

    Some features depend on hardware requirements for being available or not, so they can vary some per system.

    Drivers are often kept automatically updated via Windows Update now in Windows 10, but sometimes you may have to manually download and update the driver from the manufacturer for some devices.
    Hi Shawn

    Microsoft is looking into my update/DISM failure issue, I will let you know what they say; It may well be that the August update requires 100% compatible hardware/drivers like upgrade 2004 and that could explain why the other 16 updates installed OK but KB4565351 failed.
    Frank
      My Computer


  6. Posts : 68,994
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #25

    FrankW said:
    Hi Shawn

    Microsoft is looking into my update/DISM failure issue, I will let you know what they say; It may well be that the August update requires 100% compatible hardware/drivers like upgrade 2004 and that could explain why the other 16 updates installed OK but KB4565351 failed.
    Frank
    I look forward to hearing any findings.
      My Computers


  7. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #26

    Hello @Brink ,

    Just a quick question please.

    I want to Turn Off Windows Fax and Scan [ other than un-ticking it ] here . . .

    Turn Windows Features On or Off in Windows 10-fax_features.png

    Am I right in saying that I can use . . .

    Code:
    
    Dism /Online /Disable-Feature /FeatureName:"FaxServicesClientPackage"

    . . . from . . .

    Code:
    
    Dism /Online /Get-Features /Format:Table | Find "Enabled"
    
    Printing-PrintToPDFServices-Features         | Enabled
    Windows-Defender-Default-Definitions         | Enabled
    Printing-XPSServices-Features                | Enabled
    SearchEngine-Client-Package                  | Enabled
    MSRDC-Infrastructure                         | Enabled
    NetFx4-AdvSrvs                               | Enabled
    WCF-Services45                               | Enabled
    WCF-TCP-PortSharing45                        | Enabled
    NetFx3                                       | Enabled
    MediaPlayback                                | Enabled
    WindowsMediaPlayer                           | Enabled
    SmbDirect                                    | Enabled
    Internet-Explorer-Optional-amd64             | Enabled
    WorkFolders-Client                           | Enabled
    Printing-Foundation-Features                 | Enabled
    FaxServicesClientPackage                     | Enabled
    Printing-Foundation-InternetPrinting-Client  | Enabled
    MicrosoftWindowsPowerShellV2Root             | Enabled
    MicrosoftWindowsPowerShellV2                 | Enabled
    Microsoft-Windows-NetFx3-OC-Package          | Enabled
    Microsoft-Windows-NetFx4-US-OC-Package       | Enabled
    Microsoft-Windows-Client-EmbeddedExp-Package | Enabled
    Microsoft-Windows-NetFx3-WCF-OC-Package      | Enabled
    Microsoft-Windows-NetFx4-WCF-US-OC-Package   | Enabled

    I only ask because I do NOT know if there is a difference when using a Sub-Item [ Print and Document Services ], and the Internet is NOT very forthcoming.

    Thanks in advance.
      My Computer


  8. Posts : 68,994
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #27

    Hello @Paul Black,

    I believe that is the correct feature name for the command. You will know for sure if it's unchecked in Windows Features afterwards.
      My Computers


  9. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #28

    Brink said:
    Hello @Paul Black,

    I believe that is the correct feature name for the command.
    Spot on as always.
      My Computer


 

Tutorial Categories

Turn Windows Features On or Off in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 12:36.
Find Us




Windows 10 Forums