Windows 10: New Services and Tasks in Win 10

Discus and support New Services and Tasks in Win 10 in Windows 10 Support to solve the problem; Hi All Since the new anniversary update, it seems that Win10, has increased it's telemetry functions, and has made it even harder to disable these... Discussion in 'Windows 10 Support' started by Terra99, Aug 22, 2016.

  1. Terra99 Win User

    New Services and Tasks in Win 10


    Hi All

    Since the new anniversary update, it seems that Win10, has increased it's telemetry functions, and has made it even harder to disable these services/tasks.

    They have tied so many task/services together, making it more of a pain to disable/remove.

    Services are greyed out, can't change the startup type. Registry changes required to disable services.
    The amount of hacking the Registry, Services and Task Scheduler applications, has gotten absolutely ridiculous.

    Instead of listening to the users, who want all this turned off, or at least the option to opt out.

    They continue to force Onedrive on people, no matter how much they have been complaining, and telling Microsoft, to offer them the option to uninstall.

    Such arrogance!!!!

    Any help or thoughts are appreciated!!!


    • InstallAgent.exe - (How to disable?)
    • RuntimeBroker.exe - (Has been disabled)
    • SettingSyncHost.exe - Syncs settings on multiple systems through the cloud (Turned off all synching)
    • ShellExperienceHost.exe - (How to disable?)
    • sihost.exe - (Disabled)
    • svchost running UnistackSvcGroup - Several services refer to this (How to disable?)

    • taskhostw.exe - running {222A245B-E637-4AE9-A93F-A59CA119A75E}; not sure what this does.
    • Settingssync - Backgrounduploadtask & backuptask (Has been disabled)
    • CDPUserSvc_34b1bac (What is it, how to disable)
    • UserDataSvc_34b1bac (What is it, how to disable)
    • UnistoreSvc_34b1bac (What is it, how to disable)
    • MessagingService_34b1bac (What is it, how to disable).

    :)
     
    Terra99, Aug 22, 2016
    #1
  2. alanheeps Win User

    Shutdown button on task bar is missing in Windows 10.

    Just purchased new computer. Win 10. My previous Win 10 machine showed the shutdown button on task bar. New computer doesn't, this makes me go into settings and shut down from there. How can a place the turn off button on the task bar, please.

    Original Title: Taskbar
     
    alanheeps, Aug 22, 2016
    #2
  3. hillcf Win User
    How to reactivate a Win 7 XP Mode virtual disk under Win 10 Hyper-V

    Yes, in the end I switched back to Win 7 AND got a new set of problems like corrupted Library definitions, corrupted Task Scheduler tasks etc. So I am not impressed by Microsoft software or the testing that it did for both Win 10 and the Win 10-->7 uninstall.
     
    hillcf, Aug 22, 2016
    #3
  4. Culbrelai Win User

    New Services and Tasks in Win 10

    You can block telemetry with this Spybot Anti-Beacon for Windows

    It's pretty fantastic. It adds a load of hosts file blocks.

    I agree, I miss being able to edit everything like in Windows XP/7. The transparency about what all of these programs are doing is pretty lacking from Microsoft. Once, telemetry was opt-in, now it's opt-out? Why? And you can't even fully opt out with the normal settings, there's only "basic"...

    EDIT:

    I found User Data Storage_32dfa in services.msc, along with User Data Access_32dfa.

    Both are un-disable-able in services.msc, they are greyed out. They probably have to do with metro apps, which since I have UAC off don't run anyway. So I want these disabled... Registry here we come!
     
    Culbrelai, Aug 23, 2016
    #4
  5. Terra99 Win User
    Hi

    Thx! for the info.
    I entered a whole bunch sites in the host file manually, cutting and pasting actually.
    Spybot much simpler.

    Yes, registry been there, done that, and now going back.

    I too miss the Opt-in days...Arghh

    At least Google and Apple, have switches to turn it all off
     
    Terra99, Aug 23, 2016
    #5
    • InstallAgent.exe - (How to disable?)
    You do not want to do that, it is responsible for installing device drivers.


    • RuntimeBroker.exe - (Has been disabled)
    If you say so, but this service will start, even when it is disabled. I think, it is required by the new shell and store.


    • ShellExperienceHost.exe - (How to disable?)
    Definitely NO. It handles opening Start menu, Settings and the new shell in general.


    • taskhostw.exe - running {222A245B-E637-4AE9-A93F-A59CA119A75E}; not sure what this does.
    It is \Microsoft\Windows\WDI\ResolutionHost

    If you click on "Display all running tasks" in Task Scheduler, it will show you, what they are.


    • svchost running UnistackSvcGroup - Several services refer to this (How to disable?)
    If you disable all 4 services bellow, this should be disabled as well.


    • CDPUserSvc_34b1bac (What is it, how to disable)
    • UserDataSvc_34b1bac (What is it, how to disable)
    • UnistoreSvc_34b1bac (What is it, how to disable)
    • MessagingService_34b1bac (What is it, how to disable).
    MS has decided to randomize the name at every boot to make it harder to disable, but luckily it is quite easy. *Tongue

    sc config CDPUserSvc start= disabled
    reg add "HKLM\System\CurrentControlSet\Services\PimIndexMaintenanceSvc" /v "Start" /t REG_DWORD /d "4" /f
    reg add "HKLM\System\CurrentControlSet\Services\UserDataSvc" /v "Start" /t REG_DWORD /d "4" /f
    reg add "HKLM\System\CurrentControlSet\Services\UnistoreSvc" /v "Start" /t REG_DWORD /d "4" /f

    You can check Tweaks in my signature, especially Windows 10 Tweaks. Maybe you will find something useful. *Nerd
     
    TairikuOkami, Aug 24, 2016
    #6
  6. Terra99 Win User
    Hi

    Thx for the info, much appreciated.

    Many thx!!!!
     
    Terra99, Aug 24, 2016
    #7
  7. Steve C Win User

    New Services and Tasks in Win 10

    I think you risk creating more problems by disabling what may be essential services.
     
    Steve C, Aug 25, 2016
    #8
  8. Thank you for the good advice, but how to use the above mentioned commands?
    Within a batch file or a reg file? Or...?

    I'm looking forward to reading your helpful answer.
     
    mariovalerio, Oct 12, 2016
    #9
  9. When I first got Windows XP, some years ago, I was horrified by all the "Services" that were running by default.

    Later I found the 'Black Viper's' website where he lists every Windows Service and what they do and whether they can be disabled, put into Manual Mode, or just left alone. I also found a way to change the way a service runs, within a batch file. That made minimizing the redundant services a lot easier than manually going down through the list..... which by the way is a LOT longer in Win-10 than it was in XP.

    Here's just a small sample of the batch file I use to 'Set Services' in Windows 7.

    @echo off
    cls
    rem This batch file will Stop selected Services and set them to Disabled.
    rem The following are a few examples of task name vs actual program name.
    rem Schedule = Task Scheduler
    rem Themes = Themes
    rem W32Time = Windows Time
    rem SysMain = Superfetch
    rem WinDefend = Windows Defender
    rem
    sc config Appinfo start= demand
    sc stop Appinfo

    sc config ALG start= demand
    sc stop ALG

    sc config AppMgmt start= demand
    sc stop AppMgmt

    sc config wbengine start= demand
    sc stop wbengine

    Windows 10 is so similar to Windows 8.1, that I still use the 8.1 batch file on Windows 10. I guess I'm just too lazy to rewrite the Batch File to make it perfect for Win-10. Maybe, someone else who has already done that will share it with us. Eh?

    Cheers Mates!
    *Cool

    PS: Read more about starting and stopping services here:
    Black Viper Black Viper | www.blackviper.com
     
    TechnoMage, Oct 12, 2016
    #10
  10. Batch file or just copy them to command prompt as admin.
     
    TairikuOkami, Oct 12, 2016
    #11
  11. Thank you TechnoMage, this is a very good hint!

    Dear TairikuOkamy,

    I followed your valuable advice with a batch file as admin but the service starts again with another randomized code name.
    I tried also from the hidden administrator user, but also the same.

    Have you an advice for this?
     
    mariovalerio, Oct 12, 2016
    #12
  12. Omidz 10 Win User

    New Services and Tasks in Win 10

    what is this CDPUserSvc for? is it important for windows or we can disable it without any problem? I can not disable it, it gives me error of "The parameter is incorrect". I want to know if it makes any problems in performance of windows.
     
    Omidz 10, Oct 12, 2016
    #13
  13. CountMike New Member
    windows 10 - What is the CDPUserSvc service? - Super User
     
    CountMike, Oct 12, 2016
    #14
  14. Did you not read my post? (#8)

    PS: Read more about starting and stopping services here:
    Black Viper Black Viper | www.blackviper.com

    For a comprehensive list of Windows services and an explanation of each one,
    go to the Black Viper's web site.

    *Cool
     
    TechnoMage, Oct 12, 2016
    #15
Thema:

New Services and Tasks in Win 10

Loading...
  1. New Services and Tasks in Win 10 - Similar Threads - Services Tasks

  2. How to start Task Scheduler Services

    in Windows 10 Gaming
    How to start Task Scheduler Services: I have been on a long and annoying journey trying to fix this, and it still is not.Starts with my trying to run the defrag tool built into windows. It pops up with this: "Storage optimization cannot start because the task scheduler service is not running. Start the task...
  3. How to start Task Scheduler Services

    in Windows 10 Software and Apps
    How to start Task Scheduler Services: I have been on a long and annoying journey trying to fix this, and it still is not.Starts with my trying to run the defrag tool built into windows. It pops up with this: "Storage optimization cannot start because the task scheduler service is not running. Start the task...
  4. Insane amounds of service host processes running in task manager

    in Windows 10 Gaming
    Insane amounds of service host processes running in task manager: As you can see there are so many of these "Service host:" running, its not causing any issues as far as i know/can tell but its just annoying having all of this and I wonder why its here? I factory reset my pc not too long ago if that helps....
  5. Insane amounds of service host processes running in task manager

    in Windows 10 Software and Apps
    Insane amounds of service host processes running in task manager: As you can see there are so many of these "Service host:" running, its not causing any issues as far as i know/can tell but its just annoying having all of this and I wonder why its here? I factory reset my pc not too long ago if that helps....
  6. How would I remove a suspicious process when I can't stop it from task manager or services...

    in Windows 10 Gaming
    How would I remove a suspicious process when I can't stop it from task manager or services...: The process is called UnevenTyhoUnderstanding and nothing online pops up about it, so I assume its a cover name for some malware. I've found the main process, tried to stop it with task manager, performing a clean boot and even disabling it from the services tabs but it just...
  7. How would I remove a suspicious process when I can't stop it from task manager or services...

    in Windows 10 Software and Apps
    How would I remove a suspicious process when I can't stop it from task manager or services...: The process is called UnevenTyhoUnderstanding and nothing online pops up about it, so I assume its a cover name for some malware. I've found the main process, tried to stop it with task manager, performing a clean boot and even disabling it from the services tabs but it just...
  8. How would I remove a suspicious process when I can't stop it from task manager or services...

    in AntiVirus, Firewalls and System Security
    How would I remove a suspicious process when I can't stop it from task manager or services...: The process is called UnevenTyhoUnderstanding and nothing online pops up about it, so I assume its a cover name for some malware. I've found the main process, tried to stop it with task manager, performing a clean boot and even disabling it from the services tabs but it just...
  9. Remote Desktop Services cause task manager process tab completely blank and no sound output...

    in Windows 10 Gaming
    Remote Desktop Services cause task manager process tab completely blank and no sound output...: As title, this problem occured when I try to use my another PC to get remote desktop throung LAN for this PC at two days before, but everything turns to work normally once I disable remote desktop services in system configuration and reboot. Issues related with total blank...
  10. Remote Desktop Services cause task manager process tab completely blank and no sound output...

    in Windows 10 Software and Apps
    Remote Desktop Services cause task manager process tab completely blank and no sound output...: As title, this problem occured when I try to use my another PC to get remote desktop throung LAN for this PC at two days before, but everything turns to work normally once I disable remote desktop services in system configuration and reboot. Issues related with total blank...

Users found this page by searching for:

  1. {222A245B-E637-4AE9-A93F-A59CA119A75E}