[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. Alexandra Becker

    Alexandra Becker MDL Novice

    Feb 22, 2025
    1
    0
    0
    Hi,
    I am not quite shure where to post my question. Windows 10 and all updates have been running on my pc for years. Unfortunately the telemetry setting keep chaning all by themselve. Especially after updates have been applied. Microsoft is not willing to stop spying on my pc. Maybe someone can give me a hint as to where my request should be posted. I am looking for a solution that enables me to install a lean an clean Windows 10 Pro without the garbage that microsoft thinks everyone should have on their pc. Writing Email using BetterBird, surfing and banking is all I do with my pc. Sometimes writing a letter using LibeOffice, surfing with LibeWolf. All the other stuff is really not needed. Ah . . and maybe a alternative to the windows Defender would be helpful. Hope someone has some time to direct me to the right place.
     
  2. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,415
    2,438
    60
  3. rayman95

    rayman95 MDL Member

    Oct 3, 2018
    168
    114
    10
    you can begin with winscript app, you can clean and debloat online system..quite easy to use
     
  4. ralf ralf

    ralf ralf MDL Senior Member

    May 11, 2017
    263
    39
    10
    I have this error message:
    The command “ClipRenew.exe” is either misspelled or could not be found.

    And see the picture.
    I startet the Powershell witrh admin rights!!!!
     

    Attached Files:

  5. NewEraCracker

    NewEraCracker MDL Senior Member

    Apr 19, 2011
    255
    380
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. ralf ralf

    ralf ralf MDL Senior Member

    May 11, 2017
    263
    39
    10
  7. ralf ralf

    ralf ralf MDL Senior Member

    May 11, 2017
    263
    39
    10
    Hi Freddie-o,
    Is there a way to allow updates from the Microsoft Store?
    Thanks
     
  8. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,648
    2,757
    60
    disable_telemetry script removes Store and all WindowsApps in Windows 10
    It only keeps Calculator, Notepad, Paint & Terminal in Windows 11 because the Classic Apps were replaced with WindowsApps
    Try other ways to disable telemetry that doesn't affect Store
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. ralf ralf

    ralf ralf MDL Senior Member

    May 11, 2017
    263
    39
    10
    Can you help me with your script? I don't know anything about it!
     
  10. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,648
    2,757
    60
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. ralf ralf

    ralf ralf MDL Senior Member

    May 11, 2017
    263
    39
    10
    Can you provide me with a script that might work?
     
  12. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,648
    2,757
    60
    No. Try other ways to disable telemetry that doesn't affect Store
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. James Avalon

    James Avalon MDL Novice

    May 21, 2025
    4
    0
    0
    freddie-o's guide ; Is this doable in 2025 for Windows 11 Build 24H2 Enterprise LTSC ?
     
  14. James Avalon

    James Avalon MDL Novice

    May 21, 2025
    4
    0
    0
    For your guide (which is awesome) is this doable in 2025 for Windows 11 Build 24H2 Enterprise LTSC ? I mean I'd still like to run Windows Store for programs like PowerToys automatic updates, but i am aware windows 11 makes it hard to disable some telemetry. What telemetry are we talking about here, is it the Store?
     
  15. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,648
    2,757
    60
    https://forums.mydigitallife.net/th...lemetry-repository.63874/page-66#post-1686849
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. James Avalon

    James Avalon MDL Novice

    May 21, 2025
    4
    0
    0
  17. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,648
    2,757
    60
    I'm not that acquainted with those tools. I searched online and used ADMX sites mostly to put together my scripts
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. ralf ralf

    ralf ralf MDL Senior Member

    May 11, 2017
    263
    39
    10
    This one in your script:
    rem == disable windows store ==
    reg add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /v "AutoDownload" /t REG_DWORD /d "5" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d "2" /f
    reg add "HKLM\SOFTHIVE\Policies\Microsoft\WindowsStore" /v "RemoveWindowsStore" /t REG_DWORD /d "1" /f
     
  19. ralf ralf

    ralf ralf MDL Senior Member

    May 11, 2017
    263
    39
    10