Solved Which services do you recommend to disable? here is my list


And telling someone to "backup their entire system with Macrium and restore" is equally as lame an advice when the tweaking tool can just create a revert script at the time it applies changes.
And what if the revert script fails? Doing a system backup before tweaking is never "lame".
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    AMD Ryzen 9 5950X
    Motherboard
    Asus ROG Strix X570-F Gaming
    Memory
    Corsair Vengeance LPX CMK32GX4M2B3200C16 (64 GB)
    Graphics Card(s)
    Asus ROG Strix 2080Ti
    Sound Card
    Sound Blaster AE-9
    Monitor(s) Displays
    2 x Dell UltraSharp U2413f
    Screen Resolution
    1920 x 1200
    Hard Drives
    Samsung 990 Pro (2000 GB, M.2 2280)
    Seagate Barracuda Pro (12TB, 3.5")
    Seagate Exos X12 512E (12TB, 3.5")
    WD Red Plus (12 TB, 3.5", CMR)
    Corsair Force MP510 M.2 NVME SSD (1788 GB)
    PSU
    Seasonic Prime Ultra Platinum (1000 W)
    Case
    Corsair Obsidian 750D
    Cooling
    Deepcool GamerStorm Captain 240 Pro (12cm)
    Keyboard
    Logitech G910
    Mouse
    Logitech G502
    Internet Speed
    1000 Mbit/s (synchronous)
    Browser
    Firefox, Vivaldi
    Antivirus
    GDATA Internet Security
And what if the revert script fails? Doing a system backup before tweaking is never "lame".
I don't recommend using every script you find in internet on your main machine.
I'm testing my own script which is a custom script based on my own usage of my specific hardware, on a virtual machine. after 2 months of testing everything I will use it on my main machine. also, I have an external SSD to backup everything daily. So if my main computer or my office laptop breaks, I will install Windows again and copy everything from my SSD.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
If you're a less experienced user and randomly trying out tweaks, backups are essential.

If you're using someone else's provided tweak tool or script, they really ought to be helping you undo the changes their tool made. That's the developer(s) responsibility.

Black Viper started out as a "Here's my helpful list of Windows tweaks that worked for me. You might want to try them." Then it acquired a near mythical status, even though most new users ignored the disclaimers. And eventually Black Viper disavowed their own list, because they got tired of everyone complaining this or that broke their Windows, and lacked the energy to keep up with changes each new Windows release made.

My point is a tool like WinAero will at least try to restore your old settings, whereas CTT doesn't. Except for Services protected by TrustedInstaller rights, a tweak script should be able to output a reg file to undo your changes.
 

My Computer

System One

  • OS
    Windows 7
CTT doesn't
It does.
the new version has two options to restore settings.
first it creates a system restore point.
second, after reading the script, I noticed that it has two options for each command. one of them is "default" value. so if you choose restore option it will reset everything to its default state.
but I don't want to run every script without reading and editing it.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
If you're using someone else's provided tweak tool or script, they really ought to be helping you undo the changes their tool made. That's the developer(s) responsibility.
Absolutely.
 

My Computer

System One

  • OS
    Windows 11 Pro 24H2 [rev. 4061]
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Intel Core i7-1260P, 2100 MHz
    Motherboard
    NUC12WSBi7
    Memory
    64 GB
    Graphics Card(s)
    Intel Iris Xe
    Sound Card
    built-in Realtek HD audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840x2160 @ 60Hz
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Keyboard
    CODE 104-Key Mechanical with Cherry MX Clears
    Antivirus
    Microsoft Defender
Here is my script (DO NOT RUN IT BEFORE READING);-)

Batch:
:: Services

sc stop "AJRouter" && sc config "AJRouter" start=disabled
sc stop "AppVClient" && sc config "AppVClient" start=disabled
sc stop "AssignedAccessManagerSvc" && sc config "AssignedAccessManagerSvc" start=disabled
sc stop "DiagTrack" && sc config "DiagTrack" start=disabled
sc stop "DialogBlockingService" && sc config "DialogBlockingService" start=disabled
sc stop "NetTcpPortSharing" && sc config "NetTcpPortSharing" start=disabled
sc stop "RemoteAccess" && sc config "RemoteAccess" start=disabled
sc stop "RemoteRegistry" && sc config "RemoteRegistry" start=disabled
sc stop "UevAgentService" && sc config "UevAgentService" start=disabled
sc stop "shpamsvc" && sc config "shpamsvc" start=disabled
sc stop "ssh-agent" && sc config "ssh-agent" start=disabled
sc stop "tzautoupdate" && sc config "tzautoupdate" start=disabled
sc stop "uhssvc" && sc config "uhssvc" start=disabled
sc stop "SysMain" && sc config "SysMain" start=disabled
sc stop "WSearch" && sc config "WSearch" start=disabled
sc config "ALG" start=Demand
sc config "AppIDSvc" start=Demand
sc config "AppMgmt" start=Demand
sc config "AppReadiness" start=Demand
sc config "AppXSvc" start=Demand
sc config "Appinfo" start=Demand
sc config "AxInstSV" start=Demand
sc config "BDESVC" start=Demand
sc config "BTAGService" start=Demand
sc config "BcastDVRUserService_*" start=Demand
sc config "BluetoothUserService_*" start=Demand
sc config "Browser" start=Demand
sc config "CDPSvc" start=Demand
sc config "COMSysApp" start=Demand
sc config "CaptureService_*" start=Demand
sc config "CertPropSvc" start=Demand
sc config "ClipSVC" start=Demand
sc config "ConsentUxUserSvc_*" start=Demand
sc config "CredentialEnrollmentManagerUserSvc_*" start=Demand
sc config "CscService" start=Demand
sc config "DcpSvc" start=Demand
sc config "DevQueryBroker" start=Demand
sc config "DeviceAssociationBrokerSvc_*" start=Demand
sc config "DeviceAssociationService" start=Demand
sc config "DeviceInstall" start=Demand
sc config "DevicePickerUserSvc_*" start=Demand
sc config "DevicesFlowUserSvc_*" start=Demand
sc config "DisplayEnhancementService" start=Demand
sc config "DmEnrollmentSvc" start=Demand
sc config "EFS" start=Demand
sc config "EapHost" start=Demand
sc config "EntAppSvc" start=Demand
sc config "FDResPub" start=Demand
sc config "Fax" start=Demand
sc config "FrameServer" start=Demand
sc config "FrameServerMonitor" start=Demand
sc config "GraphicsPerfSvc" start=Demand
sc config "HomeGroupListener" start=Demand
sc config "HomeGroupProvider" start=Demand
sc config "HvHost" start=Demand
sc config "IEEtwCollectorService" start=Demand
sc config "IKEEXT" start=Demand
sc config "InstallService" start=Demand
sc config "InventorySvc" start=Demand
sc config "IpxlatCfgSvc" start=Demand
sc config "KtmRm" start=Demand
sc config "LicenseManager" start=Demand
sc config "LxpSvc" start=Demand
sc config "MSDTC" start=Demand
sc config "MSiSCSI" start=Demand
sc config "McpManagementService" start=Demand
sc config "MessagingService_*" start=Demand
sc config "MicrosoftEdgeElevationService" start=Demand
sc config "MixedRealityOpenXRSvc" start=Demand
sc config "MsKeyboardFilter" start=Demand
sc config "NPSMSvc_*" start=Demand
sc config "NaturalAuthentication" start=Demand
sc config "NcaSvc" start=Demand
sc config "NcbService" start=Demand
sc config "NcdAutoSetup" start=Demand
sc config "NetSetupSvc" start=Demand
sc config "Netman" start=Demand
sc config "NgcCtnrSvc" start=Demand
sc config "NgcSvc" start=Demand
sc config "NlaSvc" start=Demand
sc config "P9RdrService_*" start=Demand
sc config "PNRPAutoReg" start=Demand
sc config "PNRPsvc" start=Demand
sc config "PcaSvc" start=Demand
sc config "PeerDistSvc" start=Demand
sc config "PenService_*" start=Demand
sc config "PerfHost" start=Demand
sc config "PhoneSvc" start=Demand
sc config "PimIndexMaintenanceSvc_*" start=Demand
sc config "PlugPlay" start=Demand
sc config "PolicyAgent" start=Demand
sc config "PrintNotify" start=Demand
sc config "PrintWorkflowUserSvc_*" start=Demand
sc config "PushToInstall" start=Demand
sc config "QWAVE" start=Demand
sc config "RasAuto" start=Demand
sc config "RasMan" start=Demand
sc config "RetailDemo" start=Demand
sc config "RmSvc" start=Demand
sc config "RpcLocator" start=Demand
sc config "SCPolicySvc" start=Demand
sc config "SCardSvr" start=Demand
sc config "SDRSVC" start=Demand
sc config "SEMgrSvc" start=Demand
sc config "SNMPTRAP" start=Demand
sc config "SNMPTrap" start=Demand
sc config "SSDPSRV" start=Demand
sc config "ScDeviceEnum" start=Demand
sc config "SecurityHealthService" start=Demand
sc config "Sense" start=Demand
sc config "SensorDataService" start=Demand
sc config "SensorService" start=Demand
sc config "SensrSvc" start=Demand
sc config "SessionEnv" start=Demand
sc config "SharedAccess" start=Demand
sc config "SharedRealitySvc" start=Demand
sc config "SmsRouter" start=Demand
sc config "SstpSvc" start=Demand
sc config "StiSvc" start=Demand
sc config "StorSvc" start=Demand
sc config "TabletInputService" start=Demand
sc config "TapiSrv" start=Demand
sc config "TieringEngineService" start=Demand
sc config "TimeBroker" start=Demand
sc config "TimeBrokerSvc" start=Demand
sc config "TokenBroker" start=Demand
sc config "TroubleshootingSvc" start=Demand
sc config "TrustedInstaller" start=Demand
sc config "UI0Detect" start=Demand
sc config "UdkUserSvc_*" start=Demand
sc config "UmRdpService" start=Demand
sc config "UnistoreSvc_*" start=Demand
sc config "UserDataSvc_*" start=Demand
sc config "UsoSvc" start=Demand
sc config "VSS" start=Demand
sc config "VacSvc" start=Demand
sc config "W32Time" start=Demand
sc config "WEPHOSTSVC" start=Demand
sc config "WFDSConMgrSvc" start=Demand
sc config "WMPNetworkSvc" start=Demand
sc config "WManSvc" start=Demand
sc config "WPDBusEnum" start=Demand
sc config "WSService" start=Demand
sc config "WaaSMedicSvc" start=Demand
sc config "WalletService" start=Demand
sc config "WarpJITSvc" start=Demand
sc config "WcsPlugInService" start=Demand
sc config "WdNisSvc" start=Demand
sc config "WdiServiceHost" start=Demand
sc config "WdiSystemHost" start=Demand
sc config "WebClient" start=Demand
sc config "Wecsvc" start=Demand
sc config "WerSvc" start=Demand
sc config "WiaRpc" start=Demand
sc config "WinHttpAutoProxySvc" start=Demand
sc config "WinRM" start=Demand
sc config "WpcMonSvc" start=Demand
sc config "WpnService" start=Demand
sc config "XblAuthManager" start=Demand
sc config "XblGameSave" start=Demand
sc config "XboxGipSvc" start=Demand
sc config "XboxNetApiSvc" start=Demand
sc config "autotimesvc" start=Demand
sc config "bthserv" start=Demand
sc config "camsvc" start=Demand
sc config "cbdhsvc_*" start=Demand
sc config "cloudidsvc" start=Demand
sc config "dcsvc" start=Demand
sc config "defragsvc" start=Demand
sc config "diagnosticshub.standardcollector.service" start=Demand
sc config "diagsvc" start=Demand
sc config "dmwappushservice" start=Demand
sc config "dot3svc" start=Demand
sc config "edgeupdate" start=Demand
sc config "edgeupdatem" start=Demand
sc config "embeddedmode" start=Demand
sc config "fdPHost" start=Demand
sc config "fhsvc" start=Demand
sc config "hidserv" start=Demand
sc config "icssvc" start=Demand
sc config "lfsvc" start=Demand
sc config "lltdsvc" start=Demand
sc config "lmhosts" start=Demand
sc config "msiserver" start=Demand
sc config "netprofm" start=Demand
sc config "p2pimsvc" start=Demand
sc config "p2psvc" start=Demand
sc config "perceptionsimulation" start=Demand
sc config "pla" start=Demand
sc config "seclogon" start=Demand
sc config "smphost" start=Demand
sc config "spectrum" start=Demand
sc config "svsvc" start=Demand
sc config "swprv" start=Demand
sc config "upnphost" start=Demand
sc config "vds" start=Demand
sc config "vm3dservice" start=Demand
sc config "vmicguestinterface" start=Demand
sc config "vmicheartbeat" start=Demand
sc config "vmickvpexchange" start=Demand
sc config "vmicrdv" start=Demand
sc config "vmicshutdown" start=Demand
sc config "vmictimesync" start=Demand
sc config "vmicvmsession" start=Demand
sc config "vmicvss" start=Demand
sc config "vmvss" start=Demand
sc config "wbengine" start=Demand
sc config "wcncsvc" start=Demand
sc config "webthreatdefsvc" start=Demand
sc config "wercplsupport" start=Demand
sc config "wisvc" start=Demand
sc config "wlidsvc" start=Demand
sc config "wlpasvc" start=Demand
sc config "wmiApSrv" start=Demand
sc config "workfolderssvc" start=Demand
sc config "wuauserv" start=Demand
sc config "wudfsvc" start=Demand
sc config "MapsBroker" start=Demand
sc config "GameInputSvc" start=Demand
sc config "TermService" start=Demand


:: Disable Activity History

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /V EnableActivityFeed /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /V PublishUserActivities /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /V UploadUserActivities /T REG_DWORD /D 0 /F


:: Disable Hibernation

REG Add "HKLM\System\CurrentControlSet\Control\Session Manager\Power" /V HibernateEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FlyoutMenuSettings" /V ShowHibernateOption /T REG_DWORD /D 0 /F
powercfg.exe /hibernate off
powercfg -h off


:: Disable Homegroup

sc config "HomeGroupListener" start=Demand
sc config "HomeGroupProvider" start=Demand


:: Disable Location Tracking

REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location" /V Value /T REG_SZ /D Deny /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}" /V SensorPermissionState /T REG_DWORD /D 0 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Services\lfsvc\Service\Configuration" /V Status /T REG_DWORD /D 0 /F
REG Add "HKLM\SYSTEM\Maps" /V AutoUpdateEnabled /T REG_DWORD /D 0 /F


:: Debloat Edge

REG Add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate" /V CreateDesktopShortcutDefault /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V PersonalizationReportingEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V ShowRecommendationsEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V HideFirstRunExperience /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V UserFeedbackAllowed /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V ConfigureDoNotTrack /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V AlternateErrorPagesEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V EdgeCollectionsEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V EdgeShoppingAssistantEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V MicrosoftEdgeInsiderPromotionEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V PersonalizationReportingEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V ShowMicrosoftRewards /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V WebWidgetAllowed /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V DiagnosticData /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V EdgeAssetDeliveryServiceEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V EdgeCollectionsEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V CryptoWalletEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V WalletDonationEnabled /T REG_DWORD /D 0 /F


:: Disable ConsumerFeatures

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /V DisableWindowsConsumerFeatures /T REG_DWORD /D 1 /F


:: Disable Telemetry

schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater"
schtasks /Change /Disable /TN "Microsoft\Windows\Autochk\Proxy"
schtasks /Change /Disable /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator"
schtasks /Change /Disable /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip"
schtasks /Change /Disable /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector"
schtasks /Change /Disable /TN "Microsoft\Windows\Feedback\Siuf\DmClient"
schtasks /Change /Disable /TN "Microsoft\Windows\Feedback\Siuf\DmClientOnScenarioDownload"
schtasks /Change /Disable /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting"
schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\MareBackup"
schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\StartupAppTask"
schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\PcaPatchDbTask"
schtasks /Change /Disable /TN "Microsoft\Windows\Maps\MapsUpdateTask"
schtasks /Change /Disable /TN "\Microsoft\XblGameSave\XblGameSaveTask"
REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /V AllowTelemetry /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /V AllowTelemetry /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V ContentDeliveryAllowed /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V OemPreInstalledAppsEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V PreInstalledAppsEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V PreInstalledAppsEverEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SilentInstalledAppsEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338387Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338388Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338389Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-353698Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SystemPaneSuggestionsEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Siuf\Rules" /V NumberOfSIUFInPeriod /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V NumberOfSIUFInPeriod /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /V DoNotShowFeedbackNotifications /T REG_DWORD /D 1 /F
REG Add "HKCU\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /V DisableTailoredExperiencesWithDiagnosticData /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo" /V DisabledByGroupPolicy /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /V Disabled /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /V DODownloadMode /T REG_DWORD /D 1 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Control\Remote Assistance" /V fAllowToGetHelp /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\OperationStatusManager" /V EnthusiastMode /T REG_DWORD /D 1 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V ShowTaskViewButton /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People" /V PeopleBand /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V LaunchTo /T REG_DWORD /D 1 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /V LongPathsEnabled /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching" /V SearchOrderConfig /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /V SystemResponsiveness /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /V NetworkThrottlingIndex /T REG_DWORD /D 4294967295 /F
REG Add "HKCU\Control Panel\Desktop" /V MenuShowDelay /T REG_DWORD /D 1 /F
REG Add "HKCU\Control Panel\Desktop" /V AutoEndTasks /T REG_DWORD /D 1 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /V ClearPageFileAtShutdown /T REG_DWORD /D 0 /F
REG Add "HKLM\SYSTEM\ControlSet001\Services\Ndu" /V Start /T REG_DWORD /D 2 /F
REG Add "HKCU\Control Panel\Mouse" /V MouseHoverTime /T REG_SZ /D 400 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /V IRPStackSize /T REG_DWORD /D 30 /F
REG Add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Feeds" /V EnableFeeds /T REG_DWORD /D 0 /F
REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Feeds" /V ShellFeedsTaskbarViewMode /T REG_DWORD /D 2 /F
REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V HideSCAMeetNow /T REG_DWORD /D 1 /F
REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement" /V ScoobeSystemSettingEnabled /T REG_DWORD /D 0 /F


:: Disable Wifi-Sense

REG Add "HKLM\Software\Microsoft\PolicyManager\default\WiFi\AllowWiFiHotSpotReporting" /V Value /T REG_DWORD /D 0 /F
REG Add "HKLM\Software\Microsoft\PolicyManager\default\WiFi\AllowAutoConnectToWiFiSenseHotspots" /V Value /T REG_DWORD /D 0 /F


:: Disable Microsoft Copilot

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /V TurnOffWindowsCopilot /T REG_DWORD /D 1 /F
REG Add "HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot" /V TurnOffWindowsCopilot /T REG_DWORD /D 1 /F
REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V ShowCopilotButton /T REG_DWORD /D 0 /F


:: Disable Recall

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsAI" /V DisableAIDataAnalysis /T REG_DWORD /D 1 /F
DISM /Online /Disable-Feature /FeatureName:Recall /Quiet /NoRestart


:: Disable Windows Platform Binary Table

REG Add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /V DisableWpbtExecution /T REG_DWORD /D 1 /F


:: Disable GameDVR

REG Add "HKCU\System\GameConfigStore" /V GameDVR_FSEBehavior /T REG_DWORD /D 2 /F
REG Add "HKCU\System\GameConfigStore" /V GameDVR_Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\System\GameConfigStore" /V GameDVR_HonorUserFSEBehaviorMode /T REG_DWORD /D 1 /F
REG Add "HKCU\System\GameConfigStore" /V GameDVR_EFSEFeatureFlags /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /V AllowGameDVR /T REG_DWORD /D 0 /F

:: Disable Background Apps

REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications" /V GlobalUserDisabled /T REG_DWORD /D 1 /F


:: Disable Bing Search in Start Menu

REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /V BingSearchEnabled /T REG_DWORD /D 1 /F


:: Disable Recommendations in Start Menu

REG Add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Start" /V HideRecommendedSection /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Education" /V IsEducationEnvironment /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /V HideRecommendedSection /T REG_DWORD /D 0 /F


:: Remove Settings Home Page

REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V SettingsPageVisibility /T REG_SZ /D hide:home /F


:: Disable Memory Dump

REG Add "HKLM\SYSTEM\CurrentControlSet\Control\CrashControl" /V CrashDumpEnabled /T REG_DWORD /D 0 /F


:: Disable NTFS Last Access Time Stamp Updates

fsutil behavior set disablelastaccess 1
REG Add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /V NtfsDisableLastAccessUpdate /T REG_DWORD /D 80000001 /F


:: Disable Removable Drive Indexing

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /V DisableRemovableDriveIndexing /T REG_DWORD /D 1 /F


:: Disable Search

sc stop "wsearch" && sc config "wsearch" start=disabled
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /V PreventUsingAdvancedIndexingOptions /T REG_DWORD /D 1 /F


:: Disable SuperFetch

sc stop "SysMain" & sc config "SysMain" start=disabled


:: Disable System Restore

REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /V RPSessionInterval /T REG_DWORD /D 0 /F


:: Disable Windows Reporting

REG Add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting" /V Disabled /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting" /V Disabled /T REG_DWORD /D 1 /F


:: Enable TRIM

Winsat formal -restart
fsutil behavior set disabledeletenotify 0

pause
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
Why are you afraid of breaking things?

I sense we’ll be reading a lot of threads created by you in the future “My pc has boo boos” :p
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 Build 22631.5335
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4th Gen?)
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    Onboard
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list.
    OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / MX Air Cordless
    Internet Speed
    1000/400Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    I’m on a horse.
  • Operating System
    Windows 11 Pro 23H2 Build: 22631.4249
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7i EVO OLED 14" Touchscreen i5 12 Core 16GB/512GB
    CPU
    Intel Core 12th Gen i5-1240P Processor (1.7 - 4.4GHz)
    Memory
    16GB LPDDR5 RAM
    Graphics card(s)
    Intel Iris Xe Graphics Processor
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512GB
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.
I sense we’ll be reading a lot of threads created by you in the future “My pc has boo boos” :p
LOL Maybe!:lmao:
it doesn't matter; I want to learn about each part of Windows and its functionality. (it's a Virtual Machine)
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
LOL Maybe!:lmao:
it doesn't matter; I want to learn about each part of Windows and its functionality. (it's a Virtual Machine)

I agree breaking things is ok. I had to break my leg to learn how to break someone else’s
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 Build 22631.5335
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4th Gen?)
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    Onboard
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list.
    OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / MX Air Cordless
    Internet Speed
    1000/400Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    I’m on a horse.
  • Operating System
    Windows 11 Pro 23H2 Build: 22631.4249
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7i EVO OLED 14" Touchscreen i5 12 Core 16GB/512GB
    CPU
    Intel Core 12th Gen i5-1240P Processor (1.7 - 4.4GHz)
    Memory
    16GB LPDDR5 RAM
    Graphics card(s)
    Intel Iris Xe Graphics Processor
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512GB
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.
:: Disable Bing Search in Start Menu REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /V BingSearchEnabled /T REG_DWORD /D 1 /F
That should enable Bing search.
 

My Computer

System One

  • OS
    Windows 11 23H2 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI
    CPU
    i3-1215U
    Memory
    8GB
    Monitor(s) Displays
    Dell S2721
    Screen Resolution
    3840x2160
    PSU
    External 65W
    Keyboard
    Cherry mechanical (Blue)
    Mouse
    Microsoft
    Browser
    FireFox
    Antivirus
    MS
LOL Maybe!:lmao:
it doesn't matter; I want to learn about each part of Windows and its functionality. (it's a Virtual Machine)
Nothing to lose and hopefully something to gain. :-)
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    PowerSpec B746
    CPU
    Intel Core i7-10700K
    Motherboard
    ASRock Z490 Phantom Gaming 4/ax
    Memory
    16GB (8GB PC4-19200 DDR4 SDRAM x2)
    Graphics Card(s)
    NVIDIA GeForce GTX 1050 TI
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    #1. LG ULTRAWIDE 34" #2. AOC Q32G2WG3 32"
    Screen Resolution
    #1. 3440 X 1440 #2. 1920 x 1080
    Hard Drives
    NVMe WDC WDS100T2B0C-00PXH0 1TB
    Samsung SSD 860 EVO 1TB
    PSU
    750 Watts (62.5A)
    Case
    PowerSpec/Lian Li ATX 205
    Keyboard
    Logitech K270
    Mouse
    Logitech M185
    Browser
    Microsoft Edge and Firefox
    Antivirus
    ESET Internet Security
  • Operating System
    Windows 11 Canary Channel
    Computer type
    PC/Desktop
    Manufacturer/Model
    PowerSpec G156
    CPU
    Intel Core i5-8400 CPU @ 2.80GHz
    Motherboard
    AsusTeK Prime B360M-S
    Memory
    16 MB DDR 4-2666
    Monitor(s) Displays
    23" Speptre HDMI 75Hz
    Screen Resolution
    1920x1080
    Hard Drives
    Samsung 970 EVO 500GB NVMe
    Mouse
    Logitek M185
    Keyboard
    Logitek K270
    Browser
    Firefox, Edge and Edge Canary
    Antivirus
    Windows Defender

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    PowerSpec B746
    CPU
    Intel Core i7-10700K
    Motherboard
    ASRock Z490 Phantom Gaming 4/ax
    Memory
    16GB (8GB PC4-19200 DDR4 SDRAM x2)
    Graphics Card(s)
    NVIDIA GeForce GTX 1050 TI
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    #1. LG ULTRAWIDE 34" #2. AOC Q32G2WG3 32"
    Screen Resolution
    #1. 3440 X 1440 #2. 1920 x 1080
    Hard Drives
    NVMe WDC WDS100T2B0C-00PXH0 1TB
    Samsung SSD 860 EVO 1TB
    PSU
    750 Watts (62.5A)
    Case
    PowerSpec/Lian Li ATX 205
    Keyboard
    Logitech K270
    Mouse
    Logitech M185
    Browser
    Microsoft Edge and Firefox
    Antivirus
    ESET Internet Security
  • Operating System
    Windows 11 Canary Channel
    Computer type
    PC/Desktop
    Manufacturer/Model
    PowerSpec G156
    CPU
    Intel Core i5-8400 CPU @ 2.80GHz
    Motherboard
    AsusTeK Prime B360M-S
    Memory
    16 MB DDR 4-2666
    Monitor(s) Displays
    23" Speptre HDMI 75Hz
    Screen Resolution
    1920x1080
    Hard Drives
    Samsung 970 EVO 500GB NVMe
    Mouse
    Logitek M185
    Keyboard
    Logitek K270
    Browser
    Firefox, Edge and Edge Canary
    Antivirus
    Windows Defender
Sysman is superfetch and disabling it will slow down your computer, Wsearch is windows search, disabling it will make your searches much slower. My recommendation is don't disable services unless you know what they do otherwise you risk breaking functionality you need/want to have a better windows experience

I don't have indexing / Wsearch running and searches are plenty fast for anything I need Windows to find me, like "where is 'that' setting located in Windows Settings?" FWIW, I don't let Windows search the Internet, I don't use Windows AI Search, and I store data locally.

For data searches, I've been using Mythicsoft Agent Ransack forever. Far better than any tool MS has ever given me for searching. Free for personal use.
 

My Computer

System One

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel Ultra 7 155H
    Memory
    16gb
    Graphics Card(s)
    Intel Arc integrated
    Hard Drives
    SSD
if you open the registry you can make a full back up of the registry by using export and save a copy somewhere safe.

the registry entry for the services is here.
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

best of luck, Steve ..
 

My Computers

System One System Two

  • OS
    Win 11 24H2 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP 24" AiO
    CPU
    Ryzen 7 5825u
    Motherboard
    HP
    Memory
    64GB DDR4 3200
    Graphics Card(s)
    Ryzen 7 5825u
    Sound Card
    RealTek
    Monitor(s) Displays
    24" HP AiO
    Hard Drives
    1TB WD Blue SN580 M2 SSD Partitioned.
    2x 1TB USB HDD External Backup/Storage.
    Internet Speed
    1GB full fibre
    Browser
    Edge & Thunderbird
    Antivirus
    AVG Internet Security
    Other Info
    Mainly Open Source Software
  • Operating System
    Ubuntu 22.04.5 LTS
    Computer type
    Laptop
    Manufacturer/Model
    Dell 13" Latitude 2017
    CPU
    i5 7200u
    Motherboard
    Dell
    Memory
    16GB DDR4
    Graphics card(s)
    Intel
    Sound Card
    Intel
    Monitor(s) Displays
    13" Dell Laptop
    Hard Drives
    250GB Crucial 2.5" SSD
    Mouse
    Gerenic 3 button
    Internet Speed
    WiFi only
    Browser
    FireFox
    Antivirus
    ClamAV TK
    Other Info
    Mainly Open Source Software
Yes, you can backup the registry yourself, or you can take a full system image yourself, or you can write down the changes you make on paper. All of those things, while true, entirely miss the point that was being made.
 

My Computer

System One

  • OS
    Windows 11 Pro 24H2 [rev. 4061]
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Intel Core i7-1260P, 2100 MHz
    Motherboard
    NUC12WSBi7
    Memory
    64 GB
    Graphics Card(s)
    Intel Iris Xe
    Sound Card
    built-in Realtek HD audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840x2160 @ 60Hz
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Keyboard
    CODE 104-Key Mechanical with Cherry MX Clears
    Antivirus
    Microsoft Defender

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
Here is my script (DO NOT RUN IT BEFORE READING);-)
2nd edition:
(DO NOT RUN IT BEFORE READING)

Batch:
:: Services

sc stop "AJRouter" && sc config "AJRouter" start=disabled
sc stop "AppVClient" && sc config "AppVClient" start=disabled
sc stop "AssignedAccessManagerSvc" && sc config "AssignedAccessManagerSvc" start=disabled
sc stop "DiagTrack" && sc config "DiagTrack" start=disabled
sc stop "DialogBlockingService" && sc config "DialogBlockingService" start=disabled
sc stop "NetTcpPortSharing" && sc config "NetTcpPortSharing" start=disabled
sc stop "RemoteAccess" && sc config "RemoteAccess" start=disabled
sc stop "RemoteRegistry" && sc config "RemoteRegistry" start=disabled
sc stop "UevAgentService" && sc config "UevAgentService" start=disabled
sc stop "shpamsvc" && sc config "shpamsvc" start=disabled
sc stop "ssh-agent" && sc config "ssh-agent" start=disabled
sc stop "tzautoupdate" && sc config "tzautoupdate" start=disabled
sc stop "uhssvc" && sc config "uhssvc" start=disabled
sc stop "SysMain" && sc config "SysMain" start=disabled
sc stop "WSearch" && sc config "WSearch" start=disabled
sc config "ALG" start=Demand
sc config "AppIDSvc" start=Demand
sc config "AppMgmt" start=Demand
sc config "AppReadiness" start=Demand
sc config "AppXSvc" start=Demand
sc config "Appinfo" start=Demand
sc config "AxInstSV" start=Demand
sc config "BDESVC" start=Demand
sc config "BTAGService" start=Demand
sc config "BcastDVRUserService_*" start=Demand
sc config "BluetoothUserService_*" start=Demand
sc config "Browser" start=Demand
sc config "CDPSvc" start=Demand
sc config "COMSysApp" start=Demand
sc config "CaptureService_*" start=Demand
sc config "CertPropSvc" start=Demand
sc config "ClipSVC" start=Demand
sc config "ConsentUxUserSvc_*" start=Demand
sc config "CredentialEnrollmentManagerUserSvc_*" start=Demand
sc config "CscService" start=Demand
sc config "DcpSvc" start=Demand
sc config "DevQueryBroker" start=Demand
sc config "DeviceAssociationBrokerSvc_*" start=Demand
sc config "DeviceAssociationService" start=Demand
sc config "DeviceInstall" start=Demand
sc config "DevicePickerUserSvc_*" start=Demand
sc config "DevicesFlowUserSvc_*" start=Demand
sc config "DisplayEnhancementService" start=Demand
sc config "DmEnrollmentSvc" start=Demand
sc config "EFS" start=Demand
sc config "EapHost" start=Demand
sc config "EntAppSvc" start=Demand
sc config "FDResPub" start=Demand
sc config "Fax" start=Demand
sc config "FrameServer" start=Demand
sc config "FrameServerMonitor" start=Demand
sc config "GraphicsPerfSvc" start=Demand
sc config "HomeGroupListener" start=Demand
sc config "HomeGroupProvider" start=Demand
sc config "HvHost" start=Demand
sc config "IEEtwCollectorService" start=Demand
sc config "IKEEXT" start=Demand
sc config "InstallService" start=Demand
sc config "InventorySvc" start=Demand
sc config "IpxlatCfgSvc" start=Demand
sc config "KtmRm" start=Demand
sc config "LicenseManager" start=Demand
sc config "LxpSvc" start=Demand
sc config "MSDTC" start=Demand
sc config "MSiSCSI" start=Demand
sc config "McpManagementService" start=Demand
sc config "MessagingService_*" start=Demand
sc config "MicrosoftEdgeElevationService" start=Demand
sc config "MixedRealityOpenXRSvc" start=Demand
sc config "MsKeyboardFilter" start=Demand
sc config "NPSMSvc_*" start=Demand
sc config "NaturalAuthentication" start=Demand
sc config "NcaSvc" start=Demand
sc config "NcbService" start=Demand
sc config "NcdAutoSetup" start=Demand
sc config "NetSetupSvc" start=Demand
sc config "Netman" start=Demand
sc config "NgcCtnrSvc" start=Demand
sc config "NgcSvc" start=Demand
sc config "NlaSvc" start=Demand
sc config "P9RdrService_*" start=Demand
sc config "PNRPAutoReg" start=Demand
sc config "PNRPsvc" start=Demand
sc config "PcaSvc" start=Demand
sc config "PeerDistSvc" start=Demand
sc config "PenService_*" start=Demand
sc config "PerfHost" start=Demand
sc config "PhoneSvc" start=Demand
sc config "PimIndexMaintenanceSvc_*" start=Demand
sc config "PlugPlay" start=Demand
sc config "PolicyAgent" start=Demand
sc config "PrintNotify" start=Demand
sc config "PrintWorkflowUserSvc_*" start=Demand
sc config "PushToInstall" start=Demand
sc config "QWAVE" start=Demand
sc config "RasAuto" start=Demand
sc config "RasMan" start=Demand
sc config "RetailDemo" start=Demand
sc config "RmSvc" start=Demand
sc config "RpcLocator" start=Demand
sc config "SCPolicySvc" start=Demand
sc config "SCardSvr" start=Demand
sc config "SDRSVC" start=Demand
sc config "SEMgrSvc" start=Demand
sc config "SNMPTRAP" start=Demand
sc config "SNMPTrap" start=Demand
sc config "SSDPSRV" start=Demand
sc config "ScDeviceEnum" start=Demand
sc config "SecurityHealthService" start=Demand
sc config "Sense" start=Demand
sc config "SensorDataService" start=Demand
sc config "SensorService" start=Demand
sc config "SensrSvc" start=Demand
sc config "SessionEnv" start=Demand
sc config "SharedAccess" start=Demand
sc config "SharedRealitySvc" start=Demand
sc config "SmsRouter" start=Demand
sc config "SstpSvc" start=Demand
sc config "StiSvc" start=Demand
sc config "StorSvc" start=Demand
sc config "TabletInputService" start=Demand
sc config "TapiSrv" start=Demand
sc config "TieringEngineService" start=Demand
sc config "TimeBroker" start=Demand
sc config "TimeBrokerSvc" start=Demand
sc config "TokenBroker" start=Demand
sc config "TroubleshootingSvc" start=Demand
sc config "TrustedInstaller" start=Demand
sc config "UI0Detect" start=Demand
sc config "UdkUserSvc_*" start=Demand
sc config "UmRdpService" start=Demand
sc config "UnistoreSvc_*" start=Demand
sc config "UserDataSvc_*" start=Demand
sc config "UsoSvc" start=Demand
sc config "VSS" start=Demand
sc config "VacSvc" start=Demand
sc config "W32Time" start=Demand
sc config "WEPHOSTSVC" start=Demand
sc config "WFDSConMgrSvc" start=Demand
sc config "WMPNetworkSvc" start=Demand
sc config "WManSvc" start=Demand
sc config "WPDBusEnum" start=Demand
sc config "WSService" start=Demand
sc config "WaaSMedicSvc" start=Demand
sc config "WalletService" start=Demand
sc config "WarpJITSvc" start=Demand
sc config "WcsPlugInService" start=Demand
sc config "WdNisSvc" start=Demand
sc config "WdiServiceHost" start=Demand
sc config "WdiSystemHost" start=Demand
sc config "WebClient" start=Demand
sc config "Wecsvc" start=Demand
sc config "WerSvc" start=Demand
sc config "WiaRpc" start=Demand
sc config "WinHttpAutoProxySvc" start=Demand
sc config "WinRM" start=Demand
sc config "WpcMonSvc" start=Demand
sc config "WpnService" start=Demand
sc config "XblAuthManager" start=Demand
sc config "XblGameSave" start=Demand
sc config "XboxGipSvc" start=Demand
sc config "XboxNetApiSvc" start=Demand
sc config "autotimesvc" start=Demand
sc config "bthserv" start=Demand
sc config "camsvc" start=Demand
sc config "cbdhsvc_*" start=Demand
sc config "cloudidsvc" start=Demand
sc config "dcsvc" start=Demand
sc config "defragsvc" start=Demand
sc config "diagnosticshub.standardcollector.service" start=Demand
sc config "diagsvc" start=Demand
sc config "dmwappushservice" start=Demand
sc config "dot3svc" start=Demand
sc config "edgeupdate" start=Demand
sc config "edgeupdatem" start=Demand
sc config "embeddedmode" start=Demand
sc config "fdPHost" start=Demand
sc config "fhsvc" start=Demand
sc config "hidserv" start=Demand
sc config "icssvc" start=Demand
sc config "lfsvc" start=Demand
sc config "lltdsvc" start=Demand
sc config "lmhosts" start=Demand
sc config "msiserver" start=Demand
sc config "netprofm" start=Demand
sc config "p2pimsvc" start=Demand
sc config "p2psvc" start=Demand
sc config "perceptionsimulation" start=Demand
sc config "pla" start=Demand
sc config "seclogon" start=Demand
sc config "smphost" start=Demand
sc config "spectrum" start=Demand
sc config "svsvc" start=Demand
sc config "swprv" start=Demand
sc config "upnphost" start=Demand
sc config "vds" start=Demand
sc config "vm3dservice" start=Demand
sc config "vmicguestinterface" start=Demand
sc config "vmicheartbeat" start=Demand
sc config "vmickvpexchange" start=Demand
sc config "vmicrdv" start=Demand
sc config "vmicshutdown" start=Demand
sc config "vmictimesync" start=Demand
sc config "vmicvmsession" start=Demand
sc config "vmicvss" start=Demand
sc config "vmvss" start=Demand
sc config "wbengine" start=Demand
sc config "wcncsvc" start=Demand
sc config "webthreatdefsvc" start=Demand
sc config "wercplsupport" start=Demand
sc config "wisvc" start=Demand
sc config "wlidsvc" start=Demand
sc config "wlpasvc" start=Demand
sc config "wmiApSrv" start=Demand
sc config "workfolderssvc" start=Demand
sc config "wuauserv" start=Demand
sc config "wudfsvc" start=Demand
sc config "MapsBroker" start=Demand
sc config "GameInputSvc" start=Demand
sc config "TermService" start=Demand


:: Disable Activity History

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /V EnableActivityFeed /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /V PublishUserActivities /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /V UploadUserActivities /T REG_DWORD /D 0 /F


:: Disable Hibernation

REG Add "HKLM\System\CurrentControlSet\Control\Session Manager\Power" /V HibernateEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FlyoutMenuSettings" /V ShowHibernateOption /T REG_DWORD /D 0 /F
powercfg.exe /hibernate off
powercfg -h off


:: Disable Homegroup

sc config "HomeGroupListener" start=Demand
sc config "HomeGroupProvider" start=Demand


:: Disable Location Tracking

REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location" /V Value /T REG_SZ /D Deny /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}" /V SensorPermissionState /T REG_DWORD /D 0 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Services\lfsvc\Service\Configuration" /V Status /T REG_DWORD /D 0 /F
REG Add "HKLM\SYSTEM\Maps" /V AutoUpdateEnabled /T REG_DWORD /D 0 /F


:: Debloat Edge

REG Add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate" /V CreateDesktopShortcutDefault /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V PersonalizationReportingEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V ShowRecommendationsEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V HideFirstRunExperience /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V UserFeedbackAllowed /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V ConfigureDoNotTrack /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V AlternateErrorPagesEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V EdgeCollectionsEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V EdgeShoppingAssistantEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V MicrosoftEdgeInsiderPromotionEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V PersonalizationReportingEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V ShowMicrosoftRewards /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V WebWidgetAllowed /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V DiagnosticData /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V EdgeAssetDeliveryServiceEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V EdgeCollectionsEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V CryptoWalletEnabled /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /V WalletDonationEnabled /T REG_DWORD /D 0 /F


:: Disable ConsumerFeatures

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /V DisableWindowsConsumerFeatures /T REG_DWORD /D 1 /F


:: Disable Telemetry

schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater"
schtasks /Change /Disable /TN "Microsoft\Windows\Autochk\Proxy"
schtasks /Change /Disable /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator"
schtasks /Change /Disable /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip"
schtasks /Change /Disable /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector"
schtasks /Change /Disable /TN "Microsoft\Windows\Feedback\Siuf\DmClient"
schtasks /Change /Disable /TN "Microsoft\Windows\Feedback\Siuf\DmClientOnScenarioDownload"
schtasks /Change /Disable /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting"
schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\MareBackup"
schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\StartupAppTask"
schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\PcaPatchDbTask"
schtasks /Change /Disable /TN "Microsoft\Windows\Maps\MapsUpdateTask"
schtasks /Change /Disable /TN "\Microsoft\XblGameSave\XblGameSaveTask"
REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /V AllowTelemetry /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /V AllowTelemetry /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V ContentDeliveryAllowed /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V OemPreInstalledAppsEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V PreInstalledAppsEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V PreInstalledAppsEverEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SilentInstalledAppsEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338387Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338388Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338389Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-353698Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SystemPaneSuggestionsEnabled /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Siuf\Rules" /V NumberOfSIUFInPeriod /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V NumberOfSIUFInPeriod /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /V DoNotShowFeedbackNotifications /T REG_DWORD /D 1 /F
REG Add "HKCU\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /V DisableTailoredExperiencesWithDiagnosticData /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo" /V DisabledByGroupPolicy /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /V Disabled /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /V DODownloadMode /T REG_DWORD /D 1 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Control\Remote Assistance" /V fAllowToGetHelp /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\OperationStatusManager" /V EnthusiastMode /T REG_DWORD /D 1 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V ShowTaskViewButton /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People" /V PeopleBand /T REG_DWORD /D 0 /F
REG Add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V LaunchTo /T REG_DWORD /D 1 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /V LongPathsEnabled /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching" /V SearchOrderConfig /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /V SystemResponsiveness /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /V NetworkThrottlingIndex /T REG_DWORD /D 4294967295 /F
REG Add "HKCU\Control Panel\Desktop" /V MenuShowDelay /T REG_DWORD /D 1 /F
REG Add "HKCU\Control Panel\Desktop" /V AutoEndTasks /T REG_DWORD /D 1 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /V ClearPageFileAtShutdown /T REG_DWORD /D 0 /F
REG Add "HKLM\SYSTEM\ControlSet001\Services\Ndu" /V Start /T REG_DWORD /D 2 /F
REG Add "HKCU\Control Panel\Mouse" /V MouseHoverTime /T REG_SZ /D 400 /F
REG Add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /V IRPStackSize /T REG_DWORD /D 30 /F
REG Add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Feeds" /V EnableFeeds /T REG_DWORD /D 0 /F
REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Feeds" /V ShellFeedsTaskbarViewMode /T REG_DWORD /D 2 /F
REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V HideSCAMeetNow /T REG_DWORD /D 1 /F
REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement" /V ScoobeSystemSettingEnabled /T REG_DWORD /D 0 /F


:: Disable Wifi-Sense

REG Add "HKLM\Software\Microsoft\PolicyManager\default\WiFi\AllowWiFiHotSpotReporting" /V Value /T REG_DWORD /D 0 /F
REG Add "HKLM\Software\Microsoft\PolicyManager\default\WiFi\AllowAutoConnectToWiFiSenseHotspots" /V Value /T REG_DWORD /D 0 /F


:: Disable Microsoft Copilot

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /V TurnOffWindowsCopilot /T REG_DWORD /D 1 /F
REG Add "HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot" /V TurnOffWindowsCopilot /T REG_DWORD /D 1 /F
REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V ShowCopilotButton /T REG_DWORD /D 0 /F


:: Disable Recall

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsAI" /V DisableAIDataAnalysis /T REG_DWORD /D 1 /F
DISM /Online /Disable-Feature /FeatureName:Recall /Quiet /NoRestart


:: Disable Windows Platform Binary Table

REG Add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /V DisableWpbtExecution /T REG_DWORD /D 1 /F


:: Disable GameDVR

REG Add "HKCU\System\GameConfigStore" /V GameDVR_FSEBehavior /T REG_DWORD /D 2 /F
REG Add "HKCU\System\GameConfigStore" /V GameDVR_Enabled /T REG_DWORD /D 0 /F
REG Add "HKCU\System\GameConfigStore" /V GameDVR_HonorUserFSEBehaviorMode /T REG_DWORD /D 1 /F
REG Add "HKCU\System\GameConfigStore" /V GameDVR_EFSEFeatureFlags /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /V AllowGameDVR /T REG_DWORD /D 0 /F


:: Disable Background Apps

REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications" /V GlobalUserDisabled /T REG_DWORD /D 1 /F


:: Disable Bing Search in Start Menu

REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /V BingSearchEnabled /T REG_DWORD /D 0 /F


:: Disable Recommendations in Start Menu

REG Add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Start" /V HideRecommendedSection /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Education" /V IsEducationEnvironment /T REG_DWORD /D 0 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /V HideRecommendedSection /T REG_DWORD /D 0 /F


:: Remove Settings Home Page

REG Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V SettingsPageVisibility /T REG_SZ /D hide:home /F


:: Disable Memory Dump

REG Add "HKLM\SYSTEM\CurrentControlSet\Control\CrashControl" /V CrashDumpEnabled /T REG_DWORD /D 0 /F


:: Disable NTFS Last Access Time Stamp Updates

fsutil behavior set disablelastaccess 1
REG Add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /V NtfsDisableLastAccessUpdate /T REG_DWORD /D 80000001 /F


:: Disable Removable Drive Indexing

REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /V DisableRemovableDriveIndexing /T REG_DWORD /D 1 /F


:: Disable Search

sc stop "wsearch" && sc config "wsearch" start=disabled
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /V PreventUsingAdvancedIndexingOptions /T REG_DWORD /D 1 /F


:: Disable SuperFetch

sc stop "SysMain" & sc config "SysMain" start=disabled


:: Disable System Restore

REG Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /V RPSessionInterval /T REG_DWORD /D 0 /F


:: Disable Windows Reporting

REG Add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting" /V Disabled /T REG_DWORD /D 1 /F
REG Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting" /V Disabled /T REG_DWORD /D 1 /F


:: Enable TRIM

Winsat formal -restart
fsutil behavior set disabledeletenotify 0

pause
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
Why not just uninstall Windows if you are so paranoid?

None of your tweaks will make a modern computer any faster and will just make support more complicated.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2 26100.4202
    Computer type
    Laptop
    Manufacturer/Model
    Acer Swift SF114-34
    CPU
    Pentium Silver N6000 1.10GHz
    Memory
    4GB
    Screen Resolution
    1920 x 1080
    Hard Drives
    SSD 2TB
    Cooling
    fanless
    Internet Speed
    150 Mbps
    Browser
    Brave
    Antivirus
    Webroot Secure Anywhere
    Other Info
    System 3

    ASUS T100TA Transformer
    Processor Intel Atom Z3740 @ 1.33GHz
    Installed RAM 2.00 GB (1.89 GB usable)
    System type 32-bit operating system, x64-based processor

    Edition Windows 10 Home
    Version 22H2 build 19045.3570
  • Operating System
    Windows 11 Pro 23H2 22631.2506
    Computer type
    Laptop
    Manufacturer/Model
    HP Mini 210-1090NR PC (bought in late 2009!)
    CPU
    Atom N450 1.66GHz
    Memory
    2GB
    Browser
    Brave
    Antivirus
    Webroot
Yes, you can backup the registry yourself, or you can take a full system image yourself, or you can write down the changes you make on paper. All of those things, while true, entirely miss the point that was being made.

the OP's original question was
which-services-do-you-recommend-to-disable-here-is-my-list

i gave the OP my list of services I have disabled on my and my wife's system
others may not disable any services. that is their choice if they choose.

i have answered the question asked, nothing more nothing less.
best of luck, Steve ..
 

My Computers

System One System Two

  • OS
    Win 11 24H2 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP 24" AiO
    CPU
    Ryzen 7 5825u
    Motherboard
    HP
    Memory
    64GB DDR4 3200
    Graphics Card(s)
    Ryzen 7 5825u
    Sound Card
    RealTek
    Monitor(s) Displays
    24" HP AiO
    Hard Drives
    1TB WD Blue SN580 M2 SSD Partitioned.
    2x 1TB USB HDD External Backup/Storage.
    Internet Speed
    1GB full fibre
    Browser
    Edge & Thunderbird
    Antivirus
    AVG Internet Security
    Other Info
    Mainly Open Source Software
  • Operating System
    Ubuntu 22.04.5 LTS
    Computer type
    Laptop
    Manufacturer/Model
    Dell 13" Latitude 2017
    CPU
    i5 7200u
    Motherboard
    Dell
    Memory
    16GB DDR4
    Graphics card(s)
    Intel
    Sound Card
    Intel
    Monitor(s) Displays
    13" Dell Laptop
    Hard Drives
    250GB Crucial 2.5" SSD
    Mouse
    Gerenic 3 button
    Internet Speed
    WiFi only
    Browser
    FireFox
    Antivirus
    ClamAV TK
    Other Info
    Mainly Open Source Software
I don't really want to make up a list of the services I have tweaked. Ugh. Didn't keep track. I tend to do them one application area at a time and watch for unwanted effects and Event errors. I also research any service before shutting it off.

In earlier versions of Windows I shut off a lot more as it had more of a performance impact. I came from the DOS days and we kept what was running and not currently needed to a minimum. But I think MS has refined many of them to have less impact in general.

I have shut off all the MS "fetch me news or information from the Internet" wherever it hides along with Windows Search/Indexing.

Much of what else I shut off is third party app's services- they all want their program's update service running and many want to be pre-loaded so they start up quickly.

@Sheikh - If you haven't, download SysInternal's Autorun utility from MS. Autorun may highlight some things kicking off that you really don't need. Also spend some time in Task scheduler or that part of Autorun. More stuff you don't need running in there, much of it third-party.
 
Last edited:

My Computer

System One

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel Ultra 7 155H
    Memory
    16gb
    Graphics Card(s)
    Intel Arc integrated
    Hard Drives
    SSD
Back
Top Bottom