Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.38 KB

Microsoft-Onecore-SystemSettings-NetworkMobileHandlers.md

File metadata and controls

67 lines (48 loc) · 2.38 KB
title titleSuffix author ms.author ms.date ms.topic ms.service ms.subservice description keywords
Package - Network Mobile Handlers
Windows IoT Enterprise
TerryWarwick
twarwick
05/22/2024
reference
windows-iot
iot
Removable Package Details for Mobile Network Handlers
IoT Enterprise, removable packages, storage

Mobile Network Handlers

Applies to:
✅ Windows 11 IoT Enterprise LTSC 2024
⛔ Windows 10 IoT Enterprise LTSC 2021

Package Description

Package: Microsoft-OneCore-SystemSettings-NetworkMobileHandlers
System Settings handlers for mobile network.

Important

This feature is only supported on the Windows IoT Enterprise LTSC edition. If you choose to remove any of this package from Windows IoT Enterprise, you must ensure that your solution does not rely on functionality of the removed package. You cannot restore the package without a full reinstall of Windows IoT Enterprise LTSC.
For more information, see Removable Packages System Requirements.

Package Removal

  1. To remove a specific package from the image type:

    Dism.exe /Online /NoRestart /Disable-Feature /FeatureName:Microsoft-Windows-MobilePC-Client-Basic /PackageName:@Package

    To remove a package from an offline image mounted at c:\offline type:

    Dism.exe /Image:c:\offline  /Disable-Feature /FeatureName:Microsoft-Windows-MobilePC-Client-Basic /PackageName:@Package
  2. Optional: Use DISM /GetFeatureInfo to get the status of a removable package type:

    Dism.exe /Online /Get-FeatureInfo /FeatureName:Microsoft-Windows-MobilePC-Client-Basic /PackageName:@Package

Package Details

Package Size

Release x64 ARM64
Windows 11 IoT Enterprise LTSC 2024 3,332 KB 3,832 KB

File List

File Name Installed Location
networkmobilesettings.dll %windir%\system32\networkmobilesettings.dll

Related Content