[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    #1421 freddie-o, Feb 4, 2022
    Last edited: Feb 4, 2022
    It's in the script


    I never mentioned to run as admin. It's more reliable to modify the registry as TrustedInstaller
     
  2. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    #1422 freddie-o, Feb 4, 2022
    Last edited: Feb 4, 2022
    Right. I did mention Enterprise in the post
    AllowTelemetry "0" works on Server too
    And Pro Education

    Not even EnterpriseG can set Telemetry to 0
     
  3. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    @LineairVFX my batch script is used to modify an (install.wim) image before you install Windows. Because some registry tweaks will not work once Windows is already installed.

    Maybe start with the basics first that you can apply to an already installed Windows OS in the 1st page of this thread.
     
  4. LineairVFX

    LineairVFX MDL Novice

    Jun 15, 2021
    5
    1
    0
    Oh i see well thanks man!
     
  5. Volopas

    Volopas MDL Novice

    Feb 4, 2022
    3
    0
    0
    Guys, over three years have passed since the discovery this upfc.exe. Is no one for all the time did not find tweaks how to disable it? I can only completely delete it. But it violates the integrity of the system and sfc /scannow can restore it. How can I do so that upfc.exe does not restore my registry tweaks by defaults?
     
  6. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    Which registry tweaks are those? I'm curious
     
  7. Volopas

    Volopas MDL Novice

    Feb 4, 2022
    3
    0
    0
    Most of them related to the windows updates and its components. upfc.exe simply sets out from time to time the default registry branches and can even restore completely deleted (like WaasMedic).
     
  8. delMicron

    delMicron MDL Junior Member

    Dec 28, 2021
    52
    24
    0
    Has there been any confirmation that this part of line is safe?
    My experience with LTSC 2019 removing dmwappushservice is getting stuck in the oobe phase of installation.
    Wanna to try to fix it under dos, but the service has been deleted.
     
  9. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    #1429 freddie-o, Feb 6, 2022
    Last edited: Feb 23, 2022
    I don't have that problem. I use an unattend.xml to skip OOBE
     
  10. delMicron

    delMicron MDL Junior Member

    Dec 28, 2021
    52
    24
    0
    Allright.
    I will try to use the script for my enterpriseG.
     
  11. minh.tarun

    minh.tarun MDL Novice

    Dec 3, 2021
    12
    0
    0
    can anybody confirm that on win10 LTSC 2021 19044 the setting in gpedit still exist? 'allow telemetry'
    i only have 3 settings and allow telemetry is not there :confused:
     
  12. expert

    expert MDL Member

    Nov 3, 2007
    112
    119
    10
     

    Attached Files:

  13. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    321
    381
    10
    I'm using 19044.1526 IoT Enterprise LTSC and gpedit has "Allow Telemetry". See attached images. Config.PNG Capturar.PNG
     
  14. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    174
    24
    10
    Hi,

    can someone tell me what is the best way to stop all communication and subliminal data from Windows!?
    Best with script? Is there already something mature?

    Practically like Windows 7:)
     
  15. vladnil

    vladnil MDL Senior Member

    Jan 19, 2019
    463
    317
    10
    #1435 vladnil, Feb 22, 2022
    Last edited: Feb 22, 2022
    No script will help to stop telemetry (data collection)
    It's already been written about this before - do you either use Windows and agree to have everything known about you?
    Or use the alternative of Linux - Unix - Dandy )
    Windows is all written in kernel code and even if everything is visually turned off, data collection is going on full peer to peer, P2P so TCP\UDP is not used and you won't notice your traffic going out!
    Believe me, we already in winds 11 deleted and replaced everything, napalm burned - from 4 gigs of distribution remained 700 megabytes - still this virus sends something!

    People say.
    What's the big deal about letting them see what's on my computer? It's Microsoft, isn't it?
    That's another way of putting it.
    You sit at home, and every hour, strangers come over, look at something in your apartment, and then they leave?
    And it repeats every day!
    You go to the police - the police say so it's Microsoft, and you signed and agreed to the use of your data, your property, permission to use your organs after death!
    Linux is a bad way to go too!
    Do you know how much Linus Benedict Torvalds received millions from Beale-Microsoft?
    More than 100 million the first time since 2004 and 10 million every season!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. qwesta

    qwesta MDL Senior Member

    Jul 22, 2011
    314
    110
    10
    Use windows offline-simple
     
  17. Yes you can if you dont worry about sfc scans integrity violations , dism component store corruptions , shut down or reboot errors , file explorer errors , syatemsettings wont open in any scenario =======> 21H2 the damn hell bull s**t win10 build.


    LTSB 2016 Always win in every scenario . The best of the best then Awesome.
     
  18. Steven Sveinbjоrn

    Steven Sveinbjоrn MDL Junior Member

    Oct 12, 2020
    75
    33
    0
    #1438 Steven Sveinbjоrn, Feb 23, 2022
    Last edited: Feb 23, 2022
    @echo off

    rem == create mount and scratch folders ==
    mkdir mount
    mkdir temp

    rem == mount install.wim ==
    dism /mount-wim /wimfile:install.wim /index:1 /mountdir:mount

    ..........
    It doesn't work for me, I get here a "The system cannot find the file specified" error
    If I specify the full path, for example
    Code:
    dism /mount-wim /wimfile:D:\test_21H2_ltsc\install.wim /index:1 /mountdir:D:\test_21H2_ltsc\mount
    then I can mount the image... what ideas?
    i tried on windows 1809 (17763.2366) x64
     
  19. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    #1439 freddie-o, Feb 23, 2022
    Last edited: Jul 12, 2023
    Put all files in one folder
    * It is advisable to put this folder at the root of the drive/partiton
    * Install.wim must only have one (1) edition/sku/index

    Click "run_as_trustedinstaller.cmd" (to execute "disable_telemetry.cmd" as TrustedInstaller)


    disable_telemetry.png
     
  20. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    I updated the post
    "disable_telemetry.bat" creates a panther folder and adds unnatend.xml to the install.wim