Allows ConnectUX and PC Settings to Connect and Pair with WiFi displays and Bluetooth devices.
The DevicesFlow service does not exist in:
- Windows 10 Home 1507
- Windows 10 Pro 1507
- Windows 10 Education 1507
- Windows 10 Enterprise 1507
- Windows 10 Home 1511
- Windows 10 Pro 1511
- Windows 10 Education 1511
- Windows 10 Enterprise 1511
- Windows 10 Home 1607
- Windows 10 Pro 1607
- Windows 10 Education 1607
- Windows 10 Enterprise 1607
Default Settings
Startup type: | Manual |
Display name: | DevicesFlow |
Service name: | DevicesFlowUserSvc |
Service type: | user share process template |
Error control: | normal |
Object: | LocalSystem |
Path: | %SystemRoot%\system32\svchost.exe -k DevicesFlow |
File: | %SystemRoot%\System32\DevicesFlowBroker.dll |
Registry key: | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DevicesFlowUserSvc |
Default Behavior
In Windows 10 it is starting only if the user, an application or another service starts it. If DevicesFlow fails to start, the failure details are being recorded into Event Log. Then Windows 10 will start up and notify the user that the DevicesFlowUserSvc service has failed to start due to the error.
Dependencies
DevicesFlow cannot be started under any conditions, if the Remote Procedure Call (RPC) service is disabled.
Restore Default Startup Configuration of DevicesFlow
Before you begin doing this, make sure that all the services on which DevicesFlow depends are configured by default and function properly. See the list of dependencies above.
1. Run the Command Prompt as an administrator.
2. Copy the command below, paste it into the command window and press ENTER:
sc config DevicesFlowUserSvc start= demand
3. Close the command window and restart the computer.
The DevicesFlowUserSvc service is using the DevicesFlowBroker.dll file that is located in the C:\Windows\System32 directory. If the file is removed or corrupted, read this article to restore its original version from Windows 10 installation media.
Данный совет, применим исключительно для ОС Windows 10.
Готовое решение, позволяющее восстановить раннее удаленные службы в ОС Windows 10.
Если после применения готового BAT-файла из данной заметки, у вас перестал работать Wi-Fi и/или Bluetooth, либо появились другие проблемы, эта заметка будет вам полезной. В системе ОС Windows 10 есть служба DevicesFlow (DevicesFlowUserSvc), которую могут пользователи случайно/намеренно удалить после применения различных оптимизаторов системы или готовых решений на разных блогах, форумах и сайтах.
Раннее, у меня была ситуация, когда один из пользователей в комментарии к статье, попросил предоставить готовое решение для максимального удаления всевозможной телеметрии в ОС Windows 10. Выложив данный готовый bat-файл на своем блоге, через время, получил сообщение от одного из посетителей, что у него после использования bat-файла который удалял службы, перестал работать Bluetooth. И стал вопрос, как же восстановить теперь удаленную службу DevicesFlow (DevicesFlowUserSvc)?
Вот само описание службы DevicesFlow (DevicesFlowUserSvc) в ОС Windows 10 2004:
Позволяет функциям ConnectUX и «Параметры ПК» создавать подключения и сопряжения с дисплеями Wi-Fi и устройствами Bluetooth.
Примечательно, что в более старых версиях ОС Windows 10, служба DevicesFlow (DevicesFlowUserSvc) имела другое описание:
Служба для автоматического изменения ввода при изменении режима работы устройства.
Сама служба работает под процессом svchost.exe, который запускается из системной папки с таким параметром:
C:\Windows\system32\svchost.exe -k DevicesFlow
Использует в работе библиотеку:
C:\Windows\System32\DevicesFlowBroker.dll
Данная служба, автоматически изменяет тип ввода в зависимости от режима работы устройства. Есть устройства два в одном, например ноутбук, который легко может стать планшетом. И если для ноутбука в основном используется мышка/тачпад и клавиатура, то для планшета — сенсорный экран. И чтобы оптимизировать ввод данных и нужна служба DevicesFlowUserSvc. В теории можно отключить данную службу и это не должно вызвать проблем. Конечно, если у вас именно такой ноутбук, который можно превратить в планшет, то некоторые настройки ввода возможно придется производить вручную.При этом, последнее время, стали появлятся сообщения на форумах о том, что при одключении службы DevicesFlowUserSv не работает Bluetooth. Соответственно, судя по информации, отключение или удаление данной службы, приводит к тому, что любые устройства работающие по технологии Bluetooth, могут перестать корректно работать.
Вот пример на англоязычном форуме:
На форумах есть информация о том, что без службы CDPUserSvc – не работают настройки для «Журнал действий».
Интересно и то, что в ОС Windows 10, есть три основных отдельных службы, отвечающих за работу Bluetooth.
В разделе Службы, есть следующая служба:
BluetoothUserService […]
Вот ее описание:
Служба поддержки пользователей Bluetooth обеспечивает правильную работу функций Bluetooth, задействованных в каждом отдельном сеансе пользователя.
Вот вторая (основная) служба Bluetooth.
Название данной службы:
Служба поддержки Bluetooth (bthserv)
Описание данной службы:
Служба Bluetooth поддерживает обнаружение и согласование удаленных устройств Bluetooth. Остановка или отключение этой службы может привести к сбоям в работе уже установленных устройств Bluetooth, а также к невозможности обнаружения и согласования новых устройств.
И вот третья служба.
Название данной службы:
Служба звукового шлюза Bluetooth (BTAGService)
Описание данной службы:
Служба, поддерживающая роль звукового шлюза профиля беспроводной связи Bluetooth.
Таким образом, можно прийти к выводу, что служба DevicesFlowUserSvc, тесно связана со службами BluetoothUserService […], Служба поддержки Bluetooth (bthserv) и Служба звукового шлюза Bluetooth (BTAGService), как и написано в новом описании службы DevicesFlowUserSvc.
Что делать, если служба DevicesFlowUserSvc удалена и не работает Bluetooth? Как восстановить удаленные службы в ОС Windows 10?
Есть готовое решение, предоставленное одним из посетителей данного блога, позволяющее полностью восстановить удаленные службы. Твик реестра, позволит вам восстановить заново ранее удаленные службы в ОС Windows 10:
CDPUserSvc
DevicesFlowUserSvc
dmwappushservice
MessagingService
OneSyncSvc
PimIndexMaintenanceSvc
UnistoreSvc
UserDataSvc
WerSvcWpnUserService
Прежде чем вносить какие-либо изменения в реестр, настоятельно рекомендуется создать точку восстановления системы, резервную копию реестра и резервный образ системы.
Для того, чтобы восстановить данные службы, скачайте твик реестра, добавьте его в систему и перезагрузитесь.
Готовое решение по восстановлению работы Bluetooth для тех, кто отключал службы посредством твиков.
Если вам нужно просто восстановить работу служб
по умолчанию (раннее вы их не удаляли, а просто отключали) при помощи
правки реестра, BAT-файлов или утилит, можете скачать готовые твики
реестра для нужной службы тут (есть готовое решение, по восстановлению
всех служб по умолчанию/или конкретной службы):
Если будут вопросы, дополнения или поправки — обязательно оставляйте комментарии.
Allows ConnectUX and PC Settings to Connect and Pair with WiFi displays and Bluetooth devices.
This service also exists in Windows 10.
Startup Type
Windows 11 version | Home | Pro | Education | Enterprise |
---|---|---|---|---|
21H2 | Manual | Manual | Manual | Manual |
22H2 | Manual | Manual | Manual | Manual |
23H2 | Manual | Manual | Manual | Manual |
24H2 | Manual | Manual | Manual | Manual |
Default Properties
Display name: | DevicesFlow |
Service name: | DevicesFlowUserSvc |
Type: | user share process template |
Path: | %WinDir%\system32\svchost.exe -k DevicesFlow |
File: | %WinDir%\System32\DevicesFlowBroker.dll |
Error control: | normal |
Object: | LocalSystem |
Default Behavior
If DevicesFlow fails to start, the error is logged. Windows 11 startup proceeds, but a message box is displayed informing you that the DevicesFlowUserSvc service has failed to start.
Dependencies
DevicesFlow is unable to start, if the Remote Procedure Call (RPC) service is stopped or disabled.
Restore Default Startup Type for DevicesFlow
Automated Restore
1. Select your Windows 11 edition and release, and then click on the Download button below.
2. Save the RestoreDevicesFlowWindows11.bat file to any folder on a local drive such as SSD or a hard disk.
3. Right-click the downloaded batch file and select Properties.
4. Check the Unblock checkbox and click OK.
5. Right-click the batch file again and select Run as administrator.
6. Restart the computer to save changes.
Note. Make sure that the DevicesFlowBroker.dll
file exists in the %WinDir%\System32
folder. If this file is missing you can try to restore it from your Windows 11 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.
- File Details
- Overview
- Analysis
svchost.exe -k DevicesFlow -s DevicesFlowUserSvc
The module svchost.exe -k DevicesFlow -s DevicesFlowUserSvc has been detected as SuspiciousSvchost
File Details
Status: | SuspiciousSvchost (on last analysis) | |
Analysis Date: | 2025-02-25 23:01:03 (3 months ago) |
Analysis
Subsystem: | Windows GUI |
PE Type: | pe |
OS Bitness: | 64 |
Image Base: | 0x00007ff7f4010000 |
Entry Address: | 0x00004fe0 |
Name | Size of data | MD5 |
.text | 28672 | 855c6b758f8ac80e5295d9730896af6c |
fothk | 4096 | bbc40592d8d0aec7fd4e1b83086d703d |
.rdata | 20480 | 298433cd0a4e965ad9026db39fbd4ac1 |
.data | 4096 | 4ccd8cbc64288394fc60381a4f90d4d2 |
.pdata | 4096 | dbc73a85a59c5717179c0f24c045beee |
.didat | 4096 | ad6cd7f1adb1180aa490d40c90ae8ab4 |
.rsrc | 4096 | 1396955e3fd0bad4ddfa53631cc2b272 |
.reloc | 4096 | 789316021c8d30f1928c8b76eb2b32b2 |
Windows 10: svchost.exe (netsvcs) consoming network data
Discus and support svchost.exe (netsvcs) consoming network data in Windows 10 Network and Sharing to solve the problem; I’ve been suffering from this issue for days now and I don’t know what to do. My network monitor shows a fine internet speed but I can’t seem to load…
Discussion in ‘Windows 10 Network and Sharing’ started by ejmtv, Aug 11, 2017.
-
svchost.exe (netsvcs) consoming network data
I’ve been suffering from this issue for days now and I don’t know what to do. My network monitor shows a fine internet speed but I can’t seem to load any web page. I opened Resource Monitor and there I see this process with ID 1056 eating up 90% of my internet speed! I tried to search for the issue online and everyone is talking about BITS service that I have already disabled for years now. I managed to get the list of services that this process holds and please take a look.
-
Multiple instances are running for Svchost.exe in Windows 10 task manager
I have been having %100 disk activity that nearly freezes the machine for minutes+ for some time now (several months) and after looking over tasks running with procexp.exe I discovered multiple instances of svchost.exe that have identical command lines.
I’m convinced that this is a problem if not the problem. Any ideas how to fix this?Microsoft Windows [Version 10.0.15063]
Here are command lines for all 82 instances at the moment:
C:\WlNDOWS\System32\svchost.exe -k utcsvc
c:\windows\system32\svchost.exe -k unistacksvcgroup -s an UserService
c:\windows\system32\svchost.exe -k unistacksvcgroup -s CDPUserSvc
o:\windows\system32\svchost.exe -k unistacksvcgroup
C:\WlNDOWS\system32\svchost.exe -k RFCSS
C:\WlNDOWS\system32\svchost.exe -k NetwocherviceNetworkRestricted
C:\WINDOWS\System32\svchost.exe -k NetworkService
C:\WINDOWS\System32\svchost.exe -k NetworkService
C:\WINDOWS\System32\svchost.exe -k NetworkService
C:\WlNDOWS\system32\svchost.exe -k NetworkService
C:\WlNDOWS\system32\svchost.exe -k NetworkService
C:\WlNDOWS\system32\svchost.exe -k NetworkService
C:\WlNDOWS\system32\svchost.exe -k netsvcs
C:\WlNDOWS\system32\svchost.exe -k netsvcs
C:\WlNDOWS\system32\svchost.exe -k netsvcs
C:\WlNDOWS\System32\svchost.exe -k netsvcs
C:\WINDOWS\system32\svchost.exe -k netsvcs
C:\WINDOWS\system32\svchost.exe -k netsvcs
C:\WINDOWS\System32\svchost.exe -k netsvcs
C:\WINDOWS\System32\svchost.exe -k netsvcs
C:\WINDOWS\system32\svchost.exe -k netsvcs
C:\WINDOWS\systern32\svchost.exe -k netsvcs
C:\WINDOWS\System32\svchost.exe -k NetSvcs
C:\WINDOWS\systern32\svchost.exe -k netsvcs
C:\WINDOWS\Systern32\svchost.exe -k netsvcs
C:\WINDOWS\Systern32\svchost.exe -k netsvcs
C:\WlNDOWS\systern32\svchost.exe -k netsvcs
C:\WlNDOWS\system32\svchost.exe -k netsvcs
C:\WlNDOWS\system32\svchost.exe -k netsvcs
C:\WlNDOWS\system32\svchost.exe -k netsvcs
C:\WINDOWS\system32\svchost.exe -k netsvcs
C:\WINDOWS\system32\svchost.exe -k netsvcs
C:\WINDOWS\system32\svchost.exe -k LocalSystem NetworkRestricted
C:\WINDOWS\System32\svchost.exe -k LocalSystem NetworkRestricted
C:\WlNDOWS\system32\svchost.exe -k LocalSystem NetworkRestricted
C:\WlNDOWS\system32\svchost.exe -k LocalSystem NetworkRestricted
C:\WINDOWS\System32\svchost.exe -k LocalSystem NetworkRestn’cted
C:\WlNDOWS\system32\svchost.exe -k LocalSystem NetworkRestn’cted
C:\WlNDOWS\system32\svchost.exe -k LocalSystem NetworkRestn’cted
C:\WlNDOWS\system32\svchost.exe -k LocalSystem NetworkRestricted
C:\WlNDOWS\system32\svchost.exe -k LocalSystem NetworkRestricted
C:\WINDOWS\System32\svchost.exe -k LocalSystem NetworkRestricted
C:\WINDOWS\System32\svchost.exe -k LocalSystem NetworkRestn’cted
C:\WINDOWS\System32\svchost.exe -k LocalSystem NetworkRestn’cted
C:\WlNDOWS\system32\svchost.exe -k LocalServiceNo Network
C:\WINDOWS\System32\svchost.exe -k LocalServiceNo Network
C:\WINDOWS\System32\svchost.exe -k LocalServiceNo Network
C:\WlNDOWS\system32\svchost.exe -k LocalServiceNetworkRestricted
C:\WINDOWS\System32\svchost.exe -k LocalServiceNetworkRestricted
C:\W|NDOWS\system32\svchost.exe -k LocalServiceNetworkRestricted
C:\WINDOWS\System32\svchost.exe -k LocalServiceNetworkRestricted
C:\WINDOWS\System32\svchost.exe -k LocalServiceNetworkRestricted
C:\WlNDOWS\system32\svchost.exe -k LocalServiceNetwodtRestricted
C:\WINDOWS\System32\svchost.exe -k LocalServiceNetwodtRestricted
C:\WlNDOWS\system32\svchost.exe ~k LocalServiceNetwodtRestricted
C:\WINDOWS\System32\svchost.exe ~k LocalServiceNetwodtRestricted
C:\WINDOWS\System32\svchost.exe ~k LocalServiceNetworkRestricted
C:\WlNDOWS\system32\svchost.exe ~k LocalServiceAndNolmpersonation
C:\WlNDOWS\system32\svchost.exe ~k LocalServiceAndNolmpersonation
C:\WlNDOWS\system32\svchost.exe ~k LocalServiceAndNolmpersonation
C:\WlNDOWS\system32\svchost.exe -k LocalServiceAndNolmpersonation
C:\W|NDOWS\System32\svchost.exe -k LocalServiceAndNolmpersonation
C:\W|NDOWS\system32\svchost.exe -k LocalService
C:\W|NDOWS\system32\svchost.exe -k LocalService
C:\W|NDOWS\System32\svchost.exe -k LocalService
C:\W|NDOWS\system32\svchost.exe -k LocalService
C:\W|NDOWS\system32\svchost.exe -k LocalService
C:\W|NDOWS\system32\svchost.exe -k LocalService
C:\W|NDOWS\System32\svchost.exe -k LocalService
C:\W|NDOWS\system32\svchost.exe -k LocalService
C:\W|NDOWS\system32\svchost.exe -k LocalService
C:\WlNDOWS\System32\svchost.exe -k LocalService
C:\WINDOWS\system32\svchost.exe -k LocalService
C:\WlNDOWS\system32\svchost.exe -k imgsvc
C:\WINDOWS\system32\svchost.exe -k iissvcs
C:\WlNDOWS\system32\svchost.exe -k ftpsvc
c:\windows\system32\svchost.exe -k devicesflow -s DevicesFlow UserSvc
C:\WINDOWS\system32\svchost.exe -k DcomLaunch
C:\WINDOWS\system32\svchost.exe -k DcomLaunch
C:\WINDOWS\system32\svchost.exe -k DcomLaunch
C:\WINDOWS\system32\svchost.exe -k appmodel
C:\WINDOWS\system32\svchost.exe -k appmodel
-
windows store svchost.exe
I stopped the BITS service (probably redundant) because I got sick of my bandwidth being eaten by svchost.exe (netsvcs mostly). My issue is that It seems like opening the store app or trying to download a small app opens also seems to trigger svchost.exe
(netsvcs), so I can’t download a couple Mb of data unless I spend forever waiting for whatever it’s doing.Am I on the right track to what’s triggering svchost.exe? Is there any way I can get around this?
Thanks,
Enoch
***Changed Windows topics by the moderator***
-
svchost.exe (netsvcs) consoming network data
Hi ejmtv. Welcome to the TenForums @ejmtv
What browser are you using? Have you tried an alternate?
I would power cycle router just because. I would then reset Network in Windows 10.
Start=> Settings => Network and Internet => scroll down right hand side => at bottom Reset Network. This process will «Forget» all wireless passwords.
I would then enter these four commands at a Command Prompt(admin). In the commnads don’t key in info in brackets, there for you to read.
ipconfig /flushdns (Clear the dns cache)
nbtstat -RR (release and refesh NetBIOS names)
netsh int ip reset (reset ip settings)
netsh winsock reset (Reset Winsock Catalog)Reboot device and test.
Ken
-
Probably Windows trying to update to CU, you should update manually, unless you have a reason avoiding it.
svchost.exe (netsvcs) consoming network data
-
svchost.exe (netsvcs) consoming network data — Similar Threads — svchost exe netsvcs
-
svchost and other processes causing network issues
in Windows 10 Software and Apps
svchost and other processes causing network issues: In the past few weeks, I’ve been starting to play games again on my pc. I just recently upgraded to windows 11 and have never had problems this bad before. During any multiplayer game, I will start lagging, my ping will spike into the thousands, the entire game and my entire… -
netsvcs and NetSvcs
in Windows 10 Gaming
netsvcs and NetSvcs: I was going through my services tab, trying to clear up some gunk and try to speed my pc up a bit, when I noticed 2 different groups with the same name but differing capitalization and wanted to make sure one wasn’t an impostor. It seems like the all lowercase group netsvcs… -
netsvcs and NetSvcs
in Windows 10 Software and Apps
netsvcs and NetSvcs: I was going through my services tab, trying to clear up some gunk and try to speed my pc up a bit, when I noticed 2 different groups with the same name but differing capitalization and wanted to make sure one wasn’t an impostor. It seems like the all lowercase group netsvcs… -
netsvcs and NetSvcs
in AntiVirus, Firewalls and System Security
netsvcs and NetSvcs: I was going through my services tab, trying to clear up some gunk and try to speed my pc up a bit, when I noticed 2 different groups with the same name but differing capitalization and wanted to make sure one wasn’t an impostor. It seems like the all lowercase group netsvcs… -
On startup, svchost (NetworkService -P) downloads @ 37mb data?
in Windows 10 Support
On startup, svchost (NetworkService -P) downloads @ 37mb data?: .Hello, asking for a little help trying to figure out what and why svchost (networkservice -p) downloads @ 37mb when I turn on my wifi card. I have cortana disabled (took control and changed cortana exe file name). 10 Pro OS, what other win program queries net?
.
141188
-
svchost
in Windows 10 BSOD Crashes and Debugging
svchost: An aplication in the path C:\Windows\syswow\ is running in the background and it consumes 60% of my cpu how to i stop it?
I think it as something about Net Framework our something like that but im not sure.My Windows version is 1607…
-
svchost(netsvcs) utilizing 25% of CPU def_update looping 1.237.1259.0
in Windows 10 Updates and Activation
svchost(netsvcs) utilizing 25% of CPU def_update looping 1.237.1259.0: Hi team,
I am running windows 10, version 1067.
For past 1h my cpu is running high, and i have narrowed down issue to proces:
svchost(netsvcs) pid 576 to be utilizing cpu.[img]
I’ve noticed that on windows update page, windows is trying to download
«Definition… -
svchost.exe (netsvcs) network usage problem
in Windows 10 Network and Sharing
svchost.exe (netsvcs) network usage problem: Hello all,
I have a problem where a svchost process is using up all my bandwidth, making everything else that requires network extremely laggy. I’ve attached a screenshot of the process in question and the associated services. Windows Update and BITS are already disabled…. -
Lots of DATA being used by svchost.exe (netsvcs)
in Windows 10 Network and Sharing
Lots of DATA being used by svchost.exe (netsvcs): Hi,After solving a lot driver issues and lagging issues, I got a stable (at least in terms of speed) Windows 10. However, whenever I connect the PC to Internet, svchost.exe started using almost whole speed.
It not just slow down what I wanted to do but also wastes my…
Users found this page by searching for:
-
netsvcs p running high bandwidth