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.
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!!!!
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
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?
i see. is there any chance a combination of chriswinutil tool, WPD, and privacy.sexy bundled with shutup10 could replicate it more or less, for win11 enterprise ltsc iot 24h2?
I'm not that acquainted with those tools. I searched online and used ADMX sites mostly to put together my scripts
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