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.
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.
There are a lot of Search tools out there Personally I rarely use Search but I keep "UltraSearch" just in case
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.
Hello. Have you tried removing the following from the section: rem == prevent SystemApps with telemetry from getting deployed == Microsoft.Windows.Search
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.
@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.
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
Has anyone successfully disabled 'App permissions' to 'Passkeys' from the Registry? Windows 11 25H2 26200 Spoiler Edit Tried a lot of Registry mods but none work. Maybe there's another route
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 )
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
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
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