The Ultimate Windows 10 Telemetry Destroyer! With a Batch and PS script!

Discussion in 'Windows 10' started by compgen_1534, Aug 4, 2015.

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

    Superfly MDL Expert

    Jan 12, 2010
    1,142
    543
    60
    Resource hacker only displays strings/images...

    but hey, I like your sig... ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    Thanks :D :D :D
     
  3. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    I just coded for Windows Firewall.

    DNS Whitelist or not, I can ban Windows Update itself with the built-in firewall. My understanding is that whitelist helps more against hackers redirecting vs blocking, but someone's going to have to monitor their network and catch them in the act of bypassing.
     
  4. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,694
    267
    60
    I would like to ask a question.

    Firstly, I want to use Win 10 but very unsure with all this spying talk going on and all these anti spying threads. It just confuses me and I don't know which direction to go in to make it all safe.

    I keep doing test installs on my old machine.

    I like the look of the .bat script and just ran it on a fresh install.
    It seems to have worked, the HOSTS file as all those entries in.

    My question is, running the .bat file. Is that all I need to do ?
    Once it's run is all this spying stuff disabled or is there more to do ?

    I have read a lot on this matter but being a simple lad it just makes my head hurt.
     
  5. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    Once you've run the bat file that's it :)
    All the telemetry is disabled...

    If you feel like you're not satisfied with the program, there's instructions on page 11 to remove the telemetry

    but you should be all good :D
     
  6. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,694
    267
    60
    Cheers for that.

    Out of the antispy things I have looked at and tried my best to understand I find the .bat file the one for me and now I know that's all I need to do I feel I can move forward with Win 10.

    Thanks very much..:D
     
  7. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
    You should upload your script to some other place, we can't download from Dropbox unless we have an account there
     
  8. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    You can :)

    There should be an option to skip and continue to download.

    But either way I'll make a mirror in a little while :D
     
  9. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
    Oh, dumb me. I saw it greyed out so i didn't even clicked to try it out, my bad :p
     
  10. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    No problem :D

    Ill still make a mirror just in case :) :) :)
     
  11. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    New mega link for my script has been posted on the first page

    thanks for the suggestion @fLOW !!! :)
     
  12. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
    #232 fLOW., Aug 8, 2015
    Last edited by a moderator: Apr 20, 2017
    Nice, thanks. :)

    I think these schedule tasks could be safely added to your list:

    Code:
    schtasks /Change /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /Disable
    schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /Disable
    schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /Disable
    schtasks /Change /TN "Microsoft\Windows\NetTrace\GatherNetworkInfo" /Disable
    although i'm not sure about these that i saw from other sources:

    Code:
    schtasks /Change /TN "Microsoft\Windows\PI\Sqm-Tasks" /Disable
    schtasks /Change /TN "Microsoft\Windows\FileHistory\File History (maintenance mode)" /Disable
    schtasks /Change /TN "Microsoft\Windows\DiskFootprint\Diagnostics" /Disable
    schtasks /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /Disable
     
  13. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    #234 compgen_1534, Aug 8, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  15. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
    #235 fLOW., Aug 8, 2015
    Last edited by a moderator: Apr 20, 2017
    @s1ave77

    With that method, lets say that i add those hosts that you posted and later i found some more. Do i need to erase the text file to include only the new ones or i can just add them at the end of those you posted and it'll automatically detect the previously added and skip them?

    Also, not sure about this task:

    Code:
    schtasks /Change /TN "Microsoft\Windows\SettingSync\BackgroundUploadTask" /Disable
    i think it cannot be disabled, access denied :confused:
     
  16. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    #236 compgen_1534, Aug 8, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I'll add the code in as soon as I can :)

    Thanks for the suggestion :D
     
  17. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #237 s1ave77, Aug 8, 2015
    Last edited by a moderator: Apr 20, 2017

    The code will append them to the others. So better use new file to update.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #239 s1ave77, Aug 8, 2015
    Last edited by a moderator: Apr 20, 2017

    BTW: actually a good idea to check the hosts file for containing entries and match them against the list to only append the missing ones.

    Since i already have the code to do this in WU TOOL i will assemble an example script and add it to the WU En/Disable script in post#2 of the REPO.

    Together with all other Tweaks, with option what to install and to revert.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Ahsan

    Ahsan MDL Addicted

    Dec 3, 2009
    838
    171
    30
    Kindly share latest script after all domains and IPs addded in the hosts and all the required services till now disabled.

    Thanks.