Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
good idea thank you!Thanks for everything. It would be great if you could disable Edge and updates.
I'm betting on the water, it's pretty dry around there.I'm afraid this thread will go from Windows optimization to treating knee pain and herniated discs!
I can't even imagine if I'll see my 40th birthday or if a rocket will hit my house tomorrow or if I'll die from lack of water in this country.
Finally found the reason that caused explorer not responding ...
It was one of the commands in "disabling defender" part. removed it.
Now this script is running well with no problem.
Tested it on both official iso and the modified iso with NTLite (Post-Setup script).
All my reg files are attached.
![]()
Windows-Optimizer/Windows Optimizer.bat at main · Sheikh98-DEV/Windows-Optimizer
This project contains a script designed to optimize and repair the Windows operating system. The script aims to manage registry settings, services, and tasks to enhance overall system performance a...github.com

Because I don’t know how things work and which parts are related to each otherI don't understand why you both removed ContentManager from the image, and added all those blocking reg keys.
Widgets and Search highlights (doodles) have to be delivered by CDM.
If I may....Because I don’t know how things work and which parts are related to each other
I apologize for telling Garlin that I don't know how things work; that wasn't exactly what I intended to convey.If I may....
If you're unsure or don't know how things work, then you might want to err on the side of caution and not try to debloat.
I'm one of those "dangerous" people -- I have just enough computer knowledge to get myself in trouble if I'm not careful. Because I'm that type of person, I tend to debloat/uninstall/tweak a very few things at a time and run my system as I would for a couple of days between tweaks just to make sure I didn't screw things up......and even then, I've had to rely on image backups because I screwed around too much and broke something I couldn't fix. While one tweak works great but combined with another tweak or other debloating that "safe" tweak is now a problem.
For example, my mobo has another Beta bios available. I always wait at least a week or more once it goes final before I look at the changes and decide if I need them or not. For the record, I'm currently a couple of versions behind because the changes were not needed or didn't effect me (I'm not running 64g of ram or have a newer cpu). Once enough AGESA changes are in the bios that actually effect my system (or there is a security fix that I need) then I'll update my bios. Same thought on tweaks or debloats -- just because all the "cool kids" who are squeezing every drop of performance out of their systems are doing it, doesn't mean I need to run out and tweak my system accordingly.
As always, you gave an answer that solved the entire problem and question. Thank you!Content Delivery Manager is what delivers all those "non-Windows" content features: Spotlight wallpapers, news, widgets, search highlights, pinned 3rd-party app suggestions (icons) on Start Menu. All the stuff normal users hate and want to debloat.
If you don't remove CDM, then it can only managed by a long list of individual reg settings. Which you have to dig through online guides to figure out which key blocks which matching feature. But some features cannot be blocked by known keys, so other users just kill CDM.
REG Query "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Education" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Education" /V "IsEducationEnvironment" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Microsoft\Siuf\Rules" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Microsoft\Siuf\Rules" /V "NumberOfSIUFInPeriod" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /V "NetworkThrottlingIndex" /T "REG_DWORD" /D "4294967295" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /V "SystemResponsiveness" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}" /V "SensorPermissionState" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /V "RPSessionInterval" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location" /V "Value" /T "REG_SZ" /D "Deny" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /V "DODownloadMode" /T "REG_DWORD" /D "1" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching" /V "SearchOrderConfig" /T "REG_DWORD" /D "1" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo" /V "DisabledByGroupPolicy" /T "REG_DWORD" /D "1" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /V "DisableTailoredExperiencesWithDiagnosticData" /T "REG_DWORD" /D "1" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /V "DoNotShowFeedbackNotifications" /T "REG_DWORD" /D "1" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /V "EnableActivityFeed" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /V "PublishUserActivities" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /V "UploadUserActivities" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsAI" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsAI" /V "DisableAIDataAnalysis" /T "REG_DWORD" /D "1" /F) >nul 2>&1
REG Query "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /V "TurnOffWindowsCopilot" /T "REG_DWORD" /D "1" /F) >nul 2>&1
REG Query "HKLM\SYSTEM\CurrentControlSet\Control\CrashControl" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SYSTEM\CurrentControlSet\Control\CrashControl" /V "CrashDumpEnabled" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /V "DisableWpbtExecution" /T "REG_DWORD" /D "1" /F) >nul 2>&1
REG Query "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /V "ClearPageFileAtShutdown" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SYSTEM\CurrentControlSet\Control\remote Assistance" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SYSTEM\CurrentControlSet\Control\remote Assistance" /V "fAllowToGetHelp" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /V "IRPStackSize" /T "REG_DWORD" /D "00000030" /F) >nul 2>&1
REG Query "HKLM\SYSTEM\CurrentControlSet\Services\lfsvc\Service\Configuration" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SYSTEM\CurrentControlSet\Services\lfsvc\Service\Configuration" /V "Status" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "HKLM\SYSTEM\Maps" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "HKLM\SYSTEM\Maps" /V "AutoUpdateEnabled" /T "REG_DWORD" /D "0" /F) >nul 2>&1
REG Query "%regaddress%" >nul 2>&1 && if %ERRORLEVEL% EQU 0 (REG Add "%regaddress%" /V "%value%" /T "%Type%" /D "%data%" /F) >nul 2>&1