Which Scheduled Tasks are Required???

Discussion in 'Windows 10' started by stayboogy, Dec 8, 2017.

  1. stayboogy

    stayboogy MDL Addicted

    May 1, 2011
    846
    215
    30
    I have a script that I've used to delete pretty much all the usual scheduled tasks that are started by Windows. I've never had any issues doing this in the past or have this disabling cause any issues with any components.

    Something in this list is causing me to not be able to type into windows dialogue boxes--can't type wifi password, can't use windows search bar in settings app, and many other windows text boxes.

    Can someone please tell me which one could be the culprit?? Can someone please tell me which scheduled tasks are absolutely required and which ones are completely safe to delete??

    Code:
    schtasks.exe /Change /TN "\Microsoft\Windows\SetupSQMTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Active Directory Rights Management Services Client\AD RMS Rights Policy Template Management (Manual)" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\AppID\SmartScreenSpecific" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\AppID\EDP Policy Manager" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Application Experience\AitAgent" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Application Experience\ProgramDataUpdater" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Application Experience\StartupAppTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\ApplicationData\CleanupTemporaryState" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\ApplicationData\DsSvcCleanup" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\AppxDeploymentClient\Pre-staged app cleanup" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Autochk\Proxy" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Bluetooth\UninstallDeviceTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Chkdsk\ProactiveScan" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Data Integrity Scan\Data Integrity Scan for Crash Recovery" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Defrag\ScheduledDefrag" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Device Setup\Metadata Refresh" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Diagnosis\Scheduled" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\DiskCleanup\SilentCleanup" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\DiskFootprint\Diagnostics" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\FileHistory\File History (maintenance mode)" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Location\Notifications" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Maintenance\WinSAT" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\MemoryDiagnostic\ProcessMemoryDiagnosticEvents" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\MemoryDiagnostic\RunFullMemoryDiagnostic" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Mobile Broadband Accounts\MNO Metadata Parser" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\MUI\LPRemove" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Multimedia\SystemSoundsService" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\NetCfg\BindingWorkItemQueueHandler" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\NetTrace\GatherNetworkInfo" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\PI\Secure-Boot-Update" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\PI\Sqm-Tasks" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Plug and Play\Device Install Group Policy" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Plug and Play\Device Install Reboot Required" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Plug and Play\Plug and Play Cleanup" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Plug and Play\Sysprep Generalize Drivers" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\RAC\RacTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Ras\MobilityManager" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\RecoveryEnvironment\VerifyWinRE" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Registry\RegIdleBackup" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\RemoteAssistance\RemoteAssistanceTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Servicing\StartComponentCleanup" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\SettingSync\BackgroundUploadTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\SettingSync\BackupTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\SettingSync\NetworkStateChangeTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Setup\SetupCleanupTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Setup\gwx\launchtrayprocess" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Setup\gwx\refreshgwxconfig" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Setup\gwx\refreshgwxconfigandcontent" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Setup\gwx\refreshgwxcontent" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Setup\GWXTriggers\refreshgwxconfig-B" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Shell\CreateObjectTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Shell\FamilySafetyMonitor" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Shell\FamilySafetyRefresh" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Shell\IndexerAutomaticMaintenance" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\SkyDrive\Idle Sync Maintenance Task" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\SkyDrive\Routine Maintenance Task" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\SpacePort\SpaceAgentTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Sysmain\WsSwapAssessmentTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\SystemRestore\SR" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Task Manager\Interactive" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\TaskScheduler\Maintenance Configurator" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\TaskScheduler\Manual Maintenance" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\TaskScheduler\Regular Maintenance" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\TextServicesFramework\MsCtfMonitor" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Time Synchronization\ForceSynchronizeTime" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Time Synchronization\SynchronizeTime" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Time Zone\SynchronizeTimeZone" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\TPM\Tpm-Maintenance" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\UPnP\UPnPHostConfig" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WDI\ResolutionHost" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Windows Defender\Windows Defender Cleanup" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Windows Defender\Windows Defender Scheduled Scan" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Windows Defender\Windows Defender Verification" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Windows Error Reporting\QueueReporting" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Windows Media Sharing\UpdateLibrary" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WindowsUpdate\Scheduled Start" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WindowsUpdate\Scheduled Start With Network" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Wininet\CacheTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WOF\WIM-Hash-Management" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WOF\WIM-Hash-Validation" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Work Folders\Work Folders Logon Synchronization" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Work Folders\Work Folders Maintenance Work" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WS\Badge Update" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WS\License Validation" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WS\Sync Licenses" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WS\WSRefreshBannedAppsListTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WS\WSTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\DiskFootprint\StorageSense" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\DUSM\dusmtask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\ErrorDetails\EnableErrorDetailsUpdate" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Feedback\Siuf\DmClient" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\LanguageComponentsInstaller\Installation" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\LanguageComponentsInstaller\Uninstallation" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\License Manager\TempSignedLicenseExchang" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Location\WindowsActionDialog" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Management\Provisioning\Logon" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Maps\MapsToastTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Maps\MapsUpdateTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\SettingSync\BackgroundUploadTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\SpacePort\SpaceManagerTask" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Storage Tiers Management\Storage Tiers Management Initialization" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Sysmain\HybridDriveCachePrepopulate" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\TPM\Tpm-HASCertRetr" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\Windows Filtering Platform\BfeOnServiceStartTypeChange" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\UpdateOrchestrator\Reboot" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\UpdateOrchestrator\Schedule Scan" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\UpdateOrchestrator\USO_UxBroker_Display" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\UpdateOrchestrator\USO_UxBroker_ReadyToReboot" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WindowsUpdate\Automatic App Update" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WindowsUpdate\sih" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\WindowsUpdate\sihboot" /Disable
    schtasks.exe /Change /TN "\Microsoft\Windows\MUI\Mcbuilder" /Disable
     
  2. 2574

    2574 MDL Junior Member

    Feb 23, 2010
    59
    24
    0
    Try re-enabling "\Microsoft\Windows\TextServicesFramework\MsCtfMonitor" and reboot.
     
  3. stayboogy

    stayboogy MDL Addicted

    May 1, 2011
    846
    215
    30
    thank you.

    sometimes it just takes a new set of eyes.
     
  4. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    #4 TairikuOkami, Dec 8, 2017
    Last edited: Dec 8, 2017
    Why? All it does, that it enables Windows keylogger and typing within MS apps like store, Edge, calc, etc.

    Code:
    schtasks.exe /Change /TN "\Microsoft\Windows\Chkdsk\ProactiveScan"
    
    It checks SMART and HDD's health.

    Code:
    schtasks.exe /Change /TN "\Microsoft\Windows\PI\Secure-Boot-Update"
    

    If you use secure boot, you should keep this one.