Приветствую. WMPNetworkSVC — служба общих сетевых ресурсов штатного плеера Windows Media. Индексирует медиа-файла для общего доступа в локальной сети.
Как понимаю — связано с расшариванием файлов в плеере. Другим словами — совместное использование библиотеки. Можно отключить — ниже написал два способа.
WMPNetworkSVC предположительно расшифровывается так — Windows Media Player Network Sharing Service, оказалось это название службы:
Работает под процессом WMPNetwk.exe:
Учтите — процесс запущен от NETWORK SERVICE. Если запущен от вашей учетной записи — подозрительно (возможно вирус).
Процесс находится в папке с плеером:
C:\Program Files\Windows Media Player
Как отключить WMPNetworkSVC
Служба не является критически важной, при необходимости можно отключить через командную строку:
- Запускаете командную строку — зажимаете Win + R, вводите cmd.exe, нажимаете ОК.
- Появится черное окно — пишем команду:
sc config WMPNetworkSvc start= disabled
- Нажимаем энтер. При успешном выполнении должно выдать — [SC] ChangeServiceConfig: успех.
- В случае ошибки — запустить командную строку от администратора. Для этого правой кнопкой по значку пуск — выбрать соответствующий пункт. Либо открыть диспетчер задач > Файл > Запустить новую задачу > Поставить галочку запуск с правами администратора > указать cmd.exe > нажать ОК.
Или вручную:
- Зажимаем Win + R.
- Вставляем команду services.msc, нажимаем ОК.
- Откроется окно со списком служб.
- Находим Windows Media Player Network Sharing Service > нажимаем два раза > в Тип запуска выбираем Отключена > дальше нажимаем кнопку Остановить.
Надеюсь информация помогла. Удачи.
На главную!
05.01.2019
Shares Windows Media Player libraries to other networked players and media devices using Universal Plug and Play.
This service also exists in Windows 11, 8 and Vista.
Startup Type
Windows 10 version | Home | Pro | Education | Enterprise |
---|---|---|---|---|
1507 | Manual | Manual | Manual | Manual |
1511 | Manual | Manual | Manual | Manual |
1607 | Manual | Manual | Manual | Manual |
1703 | Manual | Manual | Manual | Manual |
1709 | Manual | Manual | Manual | Manual |
1803 | Manual | Manual | Manual | Manual |
1809 | Manual | Manual | Manual | Manual |
1903 | Manual | Manual | Manual | Manual |
1909 | Manual | Manual | Manual | Manual |
2004 | Manual | Manual | Manual | Manual |
20H2 | Manual | Manual | Manual | Manual |
21H1 | Manual | Manual | Manual | Manual |
21H2 | Manual | Manual | Manual | Manual |
22H2 | Manual | Manual | Manual | Manual |
Default Properties
Display name: | Windows Media Player Network Sharing Service |
Service name: | WMPNetworkSvc |
Type: | own |
Path: | %ProgramFiles%\Windows Media Player\wmpnetwk.exe |
Error control: | normal |
Object: | NT AUTHORITY\NetworkService |
Privileges: |
|
Default Behavior
The Windows Media Player Network Sharing Service is running as NT AUTHORITY\NetworkService in its own process of wmpnetwk.exe. It doesn’t share its process with other services. If Windows Media Player Network Sharing Service fails to start, the error is logged. Windows 10 startup proceeds, but a message box is displayed informing you that the WMPNetworkSvc service has failed to start.
Dependencies
Windows Media Player Network Sharing Service is unable to start, if at least one of the following services is stopped or disabled:
- HTTP Service
- Windows Search
Restore Default Startup Type of Windows Media Player Network Sharing Service
Automated Restore
1. Select your Windows 10 edition and release, and then click on the Download button below.
2. Save the RestoreWindowsMediaPlayerNetworkSharingServiceWindows10.bat file to any folder on your hard drive.
3. Right-click the downloaded batch file and select Run as administrator.
4. Restart the computer to save changes.
Note. Make sure that the wmpnetwk.exe
file exists in the %ProgramFiles%\Windows Media Player
folder. If this file is missing you can try to restore it from your Windows 10 installation media.
Yea, though I walk through the valley of the shadow of death, I will fear no evil: for thou art with me; thy rod and thy staff they comfort me.
Windows Media Player Network Sharing Service (WMPNetworkSvc) is a service in Windows that allows media sharing between devices on the same network. While this service can be useful for sharing media files across different devices, there may be situations where you want to disable it for various reasons.Here is how disable the Windows Media Player Network Sharing Service using PowerShell:
$ServiceName=”WMPNetworkSvc”
if (Get-Service $ServiceName -ErrorAction SilentlyContinue) {
Stop-Service $ServiceName
Set-Service $ServiceName -StartupType Disabled
echo “The service $ServiceName has been disabled.”
}
else {
echo “The service $ServiceName is not installed.”
}
What is ‘wmpnetworksvc’ and Should It be Disabled?
In the realm of Windows operating systems, users often encounter numerous services that run in the background, contributing to system functionality and user experience. Among these services is the ‘wmpnetworksvc,’ which is short for Windows Media Player Network Sharing Service. This service, integral to Windows Media Player, enhances the multimedia experience on Windows devices. However, as with many background services, questions arise regarding its purpose, utility, and whether it should be disabled to optimize performance.
Understanding Windows Media Player Network Sharing Service
The Windows Media Player Network Sharing Service (wmpnetworksvc) is primarily responsible for allowing users to share their media libraries over a local network, enabling media streaming on compatible devices. For instance, if you have a Windows PC with a rich library of images, videos, and music files, this service allows other devices on the same network to access and stream these files. This capability can be particularly useful in environments where multiple devices are utilized, such as homes with smart TVs, gaming consoles, tablets, and smartphones.
Key Features of wmpnetworksvc:
-
Media Sharing: It simplifies the process of streaming from a Windows PC to other compatible devices. For instance, using DLNA technology, users can stream music or video files to devices such as smart TVs or game consoles.
-
Library Management: wmpnetworksvc works in conjunction with Windows Media Player to manage your media library, making it easier to organize and categorize files.
-
Automatic Device Detection: The service automatically detects devices on your network that can play the shared media. This allows users to access their media seamlessly without complex configurations.
Technical Overview
At its core, wmpnetworksvc is a Windows service that operates in the background. It is housed within the Windows Services framework, and can be managed via the Services console in Windows. The service typically starts automatically when the operating system boots up, as long as the dependent service, Windows Media Player, is also running.
- Service Name: Windows Media Player Network Sharing Service
- Executable: wmpnetworksvc.exe
- Location: Generally deep within the Windows directory structure, specifically under System32.
When the ‘wmpnetworksvc’ is activated, it uses the HTTP protocol to communicate with other devices on the network, allowing for content sharing.
Why Would You Consider Disabling wmpnetworksvc?
Despite its intended benefits, there are several reasons why users might contemplate disabling the Windows Media Player Network Sharing Service:
-
Redundant Functionality: For many users, the sharing features of Windows Media Player may be redundant or unnecessary, especially in the age of streaming platforms like Spotify, Apple Music, and Netflix. If you do not utilize the media sharing functionality, disabling this service could be justified.
-
Resource Consumption: Although wmpnetworksvc doesn’t consume considerable system resources, it does run as a background service that uses some CPU and memory. For users with limited resources or those who prefer to maximize system performance, disabling this service may contribute to a slightly faster boot time and system responsiveness.
-
Security Concerns: Background services that enable network sharing can pose potential security vulnerabilities. If the service is active, other devices on a local network might have unauthorized access to personal media files, leading to privacy issues. Disabling this feature can enhance security for users who are particularly cautious.
-
Troubleshooting: In some cases, users may encounter issues with their media player or network configurations. Disabling the service temporarily can serve as a troubleshooting step to determine if it is the source of a problem.
Risks of Disabling wmpnetworksvc
Like any decision regarding system configuration, disabling wmpnetworksvc comes with its own set of risks:
-
Loss of Functionality: The most immediate consequence of disabling the service is the loss of the ability to share media over your local network. This could hinder your experience if you enjoy streaming from your PC to other networked devices.
-
Compromised User Experience: Users who rely on Windows Media Player for managing their media libraries may find the service’s absence directly impacts their ability to use the player optimally.
-
Re-enabling Complexity: Once disabled, re-enabling the service may involve a series of steps that could potentially confuse users unfamiliar with Windows services. This could lead to frustration and an unintentional state of disabling necessary functionality without the knowledge of how to restore it.
How to Disable wmpnetworksvc
If, after weighing the pros and cons, you decide to disable the Windows Media Player Network Sharing Service, it can be done through the Windows Services Management Console. Follow these steps:
-
Open Services: Search for “Services” in the Start Menu and click on the application to open it.
-
Find the Service: Scroll through the list of services until you locate «Windows Media Player Network Sharing Service.»
-
Modify Service: Right-click on the service and select «Properties.» In the properties window, find the «Startup type» dropdown menu.
-
Disable the Service: Change the startup type to «Disabled» and click “Stop” to halt the service immediately if it is currently running.
-
Confirm Changes: Click “OK” to save your changes and exit the properties window.
This process will effectively disable the wmpnetworksvc service, and it can be re-enabled by repeating the steps and selecting «Automatic» or «Manual» in the startup type dropdown menu.
Alternatives to wmpnetworksvc
Should you find that the features provided by wmpnetworksvc are beneficial but are still concerned about resource consumption or security risks, consider alternative solutions:
-
Third-Party Media Server Software: There are various third-party applications, such as Plex or Kodi, that provide robust media server capabilities, often with enhanced features for transcoding and remote access.
-
Local Network Streaming Solutions: Depending on your specific needs, you may find other streaming technologies more suitable for your requirements. Solutions such as Chromecast, Apple AirPlay, or even SMB sharing for files can serve as solid substitutes.
-
Cloud-Based Alternatives: If sharing across devices is the main issue, leveraging cloud services like Google Drive or Dropbox allows for media sharing without the need for local network streaming.
Conclusion
The decision to disable the Windows Media Player Network Sharing Service (wmpnetworksvc) ultimately depends on individual user needs. For those who heavily rely on the media sharing features offered by Windows Media Player, keeping this service active is undoubtedly beneficial. Conversely, if resource optimization or security is a priority, disabling the service may be the way to go.
Before making any adjustments, it is essential to assess your specific usage patterns, resource needs, and security concerns. By fully understanding what wmpnetworksvc does, and weighing your options, you can ensure that your Windows experience aligns with your personal and professional requirements.
The Windows Media Player Network Sharing Service (WMPNetworkSvc) shares Windows Media Player libraries with other networked players and media devices by using the UPnP architecture.
This service is installed by default in all editions of Windows 7, and its startup type is Automatic on Windows 7 Home Premium and Windows 7 Professional. In all other editions of Windows 7, its startup type is Manual.
When the Windows Media Player Network Sharing Service is started in its default configuration, it logs on by using the Network Service account.
The Windows Media Player Network Sharing Service is dependent on the following system component:
- HTTP