[Guide]Way to Disable Keylogger/ Telemetry v3.55

Discussion in 'Windows 10' started by LiteOS, Oct 9, 2014.

Thread Status:
Not open for further replies.
  1. dslr

    dslr MDL Novice

    Jul 8, 2015
    37
    1
    0
    Nothing there in Pro version...
     
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
    #502 murphy78, Jul 17, 2015
    Last edited by a moderator: Apr 20, 2017
    Code:
    <string id="AllowTelemetry">Allow Telemetry</string>
    <string id="AllowTelemetry_0">0 - Off [Enterprise Only]</string>
    <string id="AllowTelemetry_1">1 - Basic</string>
    <string id="AllowTelemetry_2">2 - Enhanced</string>
    <string id="AllowTelemetry_3">3 - Full</string>
    <string id="AllowTelemetry_Explain">This policy setting determines the amount of diagnostic and usage data reported to Microsoft. A value of 0 indicates that no telemetry data from OS components is sent to Microsoft. Setting a value of 0 is applicable to enterprise and server devices only. Setting a value of 0 for other devices is equivalent to choosing a value of 1. A value of 1 sends only a limited, or basic, amount of diagnostic and usage data. Note that setting values of 0 or 1 will degrade certain experiences on the device. A value of 2 sends enhanced diagnostic and usage data. A value of 3 sends the same data as a value of 2, plus additional diagnostics data, such as the system state at the time of a hang or crash, and the files and content that may have caused the problem.
    
    
    
     
  3. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    300
    30

    0 off
    1 simple
    2 extended
    3 full
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    300
    30
    #504 nexus76, Jul 17, 2015
    Last edited: Jul 17, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. dslr

    dslr MDL Novice

    Jul 8, 2015
    37
    1
    0
    #505 dslr, Jul 17, 2015
    Last edited: Jul 17, 2015
    Ok, found it, I'm gonna change it to 0 and reboot, see what happens.
     
  6. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    300
    30
    dont see that?

    View attachment 37250
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #507 Mr Jinje, Jul 17, 2015
    Last edited by a moderator: Apr 20, 2017
    Software\Policies\Microsoft\Windows\DataCollection

    Fixed post..

     
  8. dslr

    dslr MDL Novice

    Jul 8, 2015
    37
    1
    0
    It survived, still 0 but don't know if it worked. In Settings still says 'Basic'.
     
  9. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    300
    30

    that's what I thought, it's re-enabled, there must be another place too and most likely a task to delete.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. dslr

    dslr MDL Novice

    Jul 8, 2015
    37
    1
    0
    There are 3 'shady' tasks: Microsoft Compatibility Appraiser (\Microsoft\Windows\Application Experience), Consolidator (\Microsoft\Windows\Customer Experience Improvement Program) and DmClient (\Microsoft\Windows\Feedback\Siuf), others look familiar.
     
  11. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    300
    30
    #511 nexus76, Jul 18, 2015
    Last edited: Jul 18, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
  13. dslr

    dslr MDL Novice

    Jul 8, 2015
    37
    1
    0
    Disabled both ProgramDataUpdater and Microsoft Compatibility Appraiser, nothing changes in Settings/Privacy/Feedback & diagnostics.
     
  14. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    We are quite beyond that level of stuff my friend.

    This is basic feedback that MS gets in order to patch issues (presumed).
     
  15. dslr

    dslr MDL Novice

    Jul 8, 2015
    37
    1
    0
    #515 dslr, Jul 18, 2015
    Last edited: Jul 18, 2015
    So what else to do, disable Consolidator task? Or all of them (Consolidator, KernelCeip and UsbCeip tasks)?
     
  16. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
    it's simple. We figure out how it's disabled in Enterprise and try to figure out how to do it in Pro/Core
     
  17. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    I really should get ENT installed today, but the day is about over lol
     
  18. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    300
    30
    could be easy, turn in on and dump

    sc query >D:\services-telemetry-on.txt

    and after turning it of and reboot

    sc query >D:\services-telemetry-off.txt

    after that compare both files.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    When I was writing the automation for disabling the telemetry and such. In my mind there really was no need to dive into the kernel level stuff because the services handle the feedback that MS gets.
     
  20. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
    Unfortunately, MS has a habit of leaving things running even while disabled.
    I didn't see any tasks in taskschd.msc that stood out.
    I mean there's the obvious CEIP, but nothing that screams : "I'm going to reset things when you reboot."