[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. Meedas

    Meedas MDL Junior Member

    May 12, 2025
    59
    70
    0
    Replace:
    dism /scratchdir:temp /image:mount /disable-feature:SearchEngine-Client-Package

    With:
    rem dism /scratchdir:temp /image:mount /disable-feature:SearchEngine-Client-Package

    It's located in the "disable windows features with telemetry" section. This package is needed for Windows Search to function properly.
     
  2. redsunset

    redsunset MDL Member

    Mar 16, 2022
    198
    98
    10
    Remove both the Client.CBS lines from the script if the post above doesn't solve it. On older versions of the script that was the solution to get search going.
     
  3. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,740
    3,068
    60




    There are a lot of Search tools out there
    Personally I rarely use Search but I keep "UltraSearch" just in case
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. W7W10

    W7W10 MDL Member

    May 11, 2023
    190
    34
    10
    Please don't misunderstand me.

    With all due respect, I should remind you I wrote:
    ***
    I tried to disable the corresponding lines of code in your script:

    rem == disable cortana & search permissions ==

    rem == disable cortana & search permissions ==

    rem == indexing ==

    rem == hide IndexingOptions from control panel ==

    However, Windows Search still does not work.
    ***
    ***

    This does not help me. It is something else. I have not written programs for thirty years. It is not difficult to conclude the reason.

    I was only able to use MS Defender for disabling and MS Firewall the same way.
     
  5. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,740
    3,068
    60
    @W7W10 Unfortunately, I cannot offer help if you decide to modify the script.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. W7W10

    W7W10 MDL Member

    May 11, 2023
    190
    34
    10
    OK anyway.
     
  7. Digital01

    Digital01 MDL Novice

    Jan 8, 2020
    17
    2
    0

    Hello.
    Have you tried removing the following from the section:

    rem == prevent SystemApps with telemetry from getting deployed ==
    Microsoft.Windows.Search
     
  8. W7W10

    W7W10 MDL Member

    May 11, 2023
    190
    34
    10
    #2708 W7W10, Dec 15, 2025
    Last edited: Dec 15, 2025
    NOP, I will try and I will let you know, thank you anyway.

    P.S. I double-checked the script, I apologize for misleading you.
    Yes, I deleted that part of script.
     
  9. W7W10

    W7W10 MDL Member

    May 11, 2023
    190
    34
    10
    @freddie-o

    I sincerely apologize for misleading you.
    It was my mistake. If done correctly, Cortana and Indexes are untouched Windows Search works.

    I'm so sorry once more.

    Your script is very good. It's the best I've seen. There is, however, the AveYo script, but I haven't tried it.

    Thank you very much for your work!
    I have a few questions, and with your permission, I will ask them.
    I am working with Windows 10 IoT Enterprise LTSC 2021, with no intention of working with Windows 11.

    There are three scripts for Windows 10. Which one is best for me?

    1.Windows 10 Enterprise Education Pro 19045
    2.Windows 10 Enterprise G 19045
    3.Windows 10 LTSC 2021

    How can I use a bunch of appx from MSIXFramework foldel for my case?
    What do you think about the idea of using backup of Policy of EnterpriseG?

    Anyway, best regards and thank you in advance.
     
  10. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,740
    3,068
    60
    #2710 freddie-o, Dec 24, 2025
    Last edited: Dec 24, 2025

    Windows 10 LTSC 2021 is also for Windows 10 IoT Enterprise LTSC 2021



    If you mean the MSIXFramework included in the ZIP file --- it's for Windows 11



    I think my disable_telemetry script(s) already disable as much telemetry as feasible
    I don't see the need to still use EnterpriseG policies
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,740
    3,068
    60
    #2711 freddie-o, Dec 24, 2025
    Last edited: Dec 25, 2025
    Has anyone successfully disabled 'App permissions' to 'Passkeys' from the Registry?
    Windows 11 25H2 26200

    Passkeys.png



    Passkeys2.png


    Edit
    Tried a lot of Registry mods but none work. Maybe there's another route
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,875
    3,149
    120
    Only change by policie for privacy are defender are removed as system , and many setting of enterpriseG are policy admx , better export to regular enterprise sku and use defender not to disable defender and report fake antivirus ( safe methode )
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. W7W10

    W7W10 MDL Member

    May 11, 2023
    190
    34
    10
    #2713 W7W10, Dec 28, 2025
    Last edited: Dec 28, 2025
    Thank you very much for response and your opinions. I agree with you that there's no needs to apply policies of EnterpriseG and I am not sure that it can be applied to IoT Enterprise LTSC 2021 at all.
    I don't remember what caused it, but I remember that the reason was serious. I only remember that the system was damaged.

    Anyway it was nice to speak with you:)

    P.S. Would you please add to your script OneDrive too please?

    P.P.S If MicrosoftWindows.Client.CBS_cw5n1h2txyewy exists I have errors with it and I don't have any idea how to fix it. I have Win10 en-US.

    ****Event ID 10001****

    Unable to start a DCOM Server: MicrosoftWindows.Client.CBS_1000.19062.1000.0_x64__cw5n1h2txyewy!InputApp as Unavailable/Unavailable. The error:
    "2147943660"
    Happened while starting this command:
    "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe" -ServerName:InputApp.AppXk0k6mrh4r2q0ct33a9wgbez0x7v9cz5y.mca
     
  14. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,740
    3,068
    60
    Isn't it ironic that the script disables OneDrive and i should upload it to OneDrive
    Why, you cannot download from Mega or Mediafire?



    I don't know what you modified in the script for you to have these errors
    I've never had them
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,740
    3,068
    60
    #2715 freddie-o, Dec 29, 2025
    Last edited: Dec 29, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. W7W10

    W7W10 MDL Member

    May 11, 2023
    190
    34
    10
  17. W7W10

    W7W10 MDL Member

    May 11, 2023
    190
    34
    10
  18. W7W10

    W7W10 MDL Member

    May 11, 2023
    190
    34
    10
    #2719 W7W10, Dec 29, 2025
    Last edited: Dec 29, 2025
    Reserved
     
  19. waldis2

    waldis2 MDL Novice

    Aug 17, 2022
    2
    2
    0
    Hi!

    It is here:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\passkeys]
    "Value"="Deny"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\passkeysEnumeration]
    "Value"="Deny"

    Also should be set for default user profile (and current user)
    For current user:

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\passkeys]
    "Value"="Deny"
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\passkeysEnumeration]
    "Value"="Deny"


    Not sure it could be set by policies