Windows 10: Project: Which Scheduled Tasks can be Disabled WITHOUT Drastic Impact.

Discus and support Project: Which Scheduled Tasks can be Disabled WITHOUT Drastic Impact. in Windows 10 Customization to solve the problem; The idea of this Project is to sqeeze a little bit more performance from the OS. I have Extracted the Scheduled Tasks and Status information for MY OS... Discussion in 'Windows 10 Customization' started by Paul Black, Jun 4, 2021.

  1. Project: Which Scheduled Tasks can be Disabled WITHOUT Drastic Impact.


    The idea of this Project is to sqeeze a little bit more performance from the OS. I have Extracted the Scheduled Tasks and Status information for MY OS seperated into the following categories . . . Code: Disabled = 37 Ready = 140 Running = 4 Queued = 1 Total = 182 ALL of the ouput is sorted by TaskName for easier reference. Disabled: Code: PS C:\Windows\System32> (Get-ScheduledTask | ? {$_.State -like 'Disabled'} | Measure-Object).Count 37 PS C:\Windows\System32> Get-ScheduledTask | ? {$_.State -like 'Disabled'} | Sort-Object TaskName | Format-Table -AutoSize TaskPath TaskName State -------- -------- ----- \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 64 Critical Disabled \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 Critical Disabled \Microsoft\Windows\SharedPC\ Account Cleanup Disabled \Microsoft\Windows\Active Directory Rights Management Services Client\ AD RMS Rights Policy Template Management (Automated) Disabled \Microsoft\Windows\Workplace Join\ Automatic-Device-Join Disabled \Microsoft\Windows\Offline Files\ Background Synchronization Disabled \ CCleaner Update Disabled \S-1-5-21-326897316-3025538635-3687187165-1001\ DataSenseLiveTileTask Disabled \Microsoft\Windows\Workplace Join\ Device-Sync Disabled \Microsoft\Windows\User Profile Service\ HiveUploadTask Disabled \Microsoft\Windows\Sysmain\ HybridDriveCachePrepopulate Disabled \Microsoft\Windows\Sysmain\ HybridDriveCacheRebalance Disabled \Microsoft\Windows\LanguageComponentsInstaller\ Installation Disabled \Microsoft\Windows\Clip\ License Validation Disabled \Microsoft\Windows\Subscription\ LicenseAcquisition Disabled \Microsoft\Windows\PushToInstall\ LoginCheck Disabled \Microsoft\Windows\Offline Files\ Logon Synchronization Disabled \Microsoft\Windows\DiskDiagnostic\ Microsoft-Windows-DiskDiagnosticResolver Disabled \ OneDrive Standalone Update Task-S-1-5-21-326897316-3025538635-3687187165-1002 Disabled \Microsoft\Windows\WaaSMedic\ PerformRemediation Disabled \Microsoft\Windows\AppID\ PolicyConverter Disabled \Microsoft\Windows\File Classification Infrastructure\ Property Definition Sync Disabled \Microsoft\Windows\LanguageComponentsInstaller\ ReconcileLanguageResources Disabled \Microsoft\Windows\Workplace Join\ Recovery-Check Disabled \Microsoft\Windows\DeviceDirectoryClient\ RegisterDeviceLocationRightsChange Disabled \Microsoft\Windows\DeviceDirectoryClient\ RegisterDevicePeriodic24 Disabled \Microsoft\Windows\UNP\ RunUpdateNotificationMgr Disabled \Agent Activation Runtime\ S-1-5-21-326897316-3025538635-3687187165-1001 Disabled \Microsoft\Windows\WindowsUpdate\ Scheduled Start Disabled \Microsoft\Windows\SystemRestore\ SR Disabled \Microsoft\Windows\Storage Tiers Management\ Storage Tiers Optimization Disabled \Microsoft\Windows\SoftwareProtectionPlatform\ SvcRestartTaskLogon Disabled \Microsoft\Windows\SoftwareProtectionPlatform\ SvcRestartTaskNetwork Disabled \Microsoft\Windows\LanguageComponentsInstaller\ Uninstallation Disabled \Microsoft\Windows\AppID\ VerifiedPublisherCertStoreCheck Disabled \Microsoft\Windows\InstallService\ WakeUpAndContinueUpdates Disabled \Microsoft\Windows\InstallService\ WakeUpAndScanForUpdates Disabled Ready: Code: PS C:\Windows\System32> (Get-ScheduledTask | ? {$_.State -like 'Ready'} | Measure-Object).Count 141 PS C:\Windows\System32> Get-ScheduledTask | ? {$_.State -like 'Ready'} | Sort-Object TaskName | Format-Table -AutoSize TaskPath TaskName State -------- -------- ----- \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 Ready \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 64 Ready \Microsoft\Windows\Active Directory Rights Management Services Client\ AD RMS Rights Policy Template Management (Manual) Ready \Microsoft\Windows\CertificateServicesClient\ AikCertEnrollTask Ready \Microsoft\Windows\Power Efficiency Diagnostics\ AnalyzeSystem Ready \Microsoft\Windows\ApplicationData\ appuriverifierinstall Ready \Microsoft\Windows\SettingSync\ BackgroundUploadTask Ready \Microsoft\Windows\Windows Filtering Platform\ BfeOnServiceStartTypeChange Ready \Microsoft\Windows\BrokerInfrastructure\ BgTaskRegistrationMaintenanceTask Ready \Microsoft\Windows\BitLocker\ BitLocker Encrypt All Drives Ready \Microsoft\Windows\BitLocker\ BitLocker MDM policy Refresh Ready \Microsoft\Windows\WindowsColorSystem\ Calibration Loader Ready \ CCleanerSkipUAC Ready \Microsoft\Windows\WlanSvc\ CDSSync Ready \Microsoft\Windows\Management\Provisioning\ Cellular Ready \Microsoft\Windows\ApplicationData\ CleanupTemporaryState Ready \Microsoft\Windows\Customer Experience Improvement Program\ Consolidator Ready \ CreateExplorerShellUnelevatedTask Ready \Microsoft\Windows\CloudExperienceHost\ CreateObjectTask Ready \Microsoft\Windows\Shell\ CreateObjectTask Ready \Microsoft\Windows\CertificateServicesClient\ CryptoPolicyTask Ready \Microsoft\Windows\Data Integrity Scan\ Data Integrity Scan Ready \Microsoft\Windows\Data Integrity Scan\ Data Integrity Scan for Crash Recovery Ready \Microsoft\Windows\Device Information\ Device Ready \Microsoft\Windows\Plug and Play\ Device Install Group Policy Ready \Microsoft\Windows\Plug and Play\ Device Install Reboot Required Ready \Microsoft\Windows\DiskFootprint\ Diagnostics Ready \Microsoft\Windows\DirectX\ DirectXDatabaseUpdater Ready \Microsoft\Windows\Feedback\Siuf\ DmClient Ready \Microsoft\Windows\Feedback\Siuf\ DmClientOnScenarioDownload Ready \Microsoft\Windows\ApplicationData\ DsSvcCleanup Ready \Microsoft\Windows\DUSM\ dusmtask Ready \Microsoft\Windows\DirectX\ DXGIAdapterCache Ready \Microsoft\Windows\EDP\ EDP App Launch Task Ready \Microsoft\Windows\EDP\ EDP Auth Task Ready \Microsoft\Windows\EDP\ EDP Inaccessible Credentials Task Ready \Microsoft\Windows\AppID\ EDP Policy Manager Ready \Microsoft\Windows\Printing\ EduPrintProv Ready \Microsoft\Windows\Subscription\ EnableLicenseAcquisition Ready \Microsoft\Windows\ExploitGuard\ ExploitGuard MDM policy Refresh Ready \Microsoft\Windows\Shell\ FamilySafetyMonitor Ready \Microsoft\Windows\Shell\ FamilySafetyRefreshTask Ready \Microsoft\Windows\FileHistory\ File History (maintenance mode) Ready \Microsoft\Windows\HelloFace\ FODCleanupTask Ready \Microsoft\Windows\Time Synchronization\ ForceSynchronizeTime Ready \Microsoft\Windows\NetTrace\ GatherNetworkInfo Ready \ GoogleUpdateTaskMachineCore Ready \ GoogleUpdateTaskMachineUA Ready \Microsoft\Windows\DeviceDirectoryClient\ HandleCommand Ready \Microsoft\Windows\DeviceDirectoryClient\ HandleWnsCommand Ready \Microsoft\Windows\Speech\ HeadsetButtonPress Ready \Microsoft\Windows\Shell\ IndexerAutomaticMaintenance Ready \Microsoft\Windows\DeviceDirectoryClient\ IntegrityCheck Ready \Microsoft\Windows\Task Manager\ Interactive Ready \Microsoft\Windows\CertificateServicesClient\ KeyPreGenTask Ready \Microsoft\Windows\DeviceDirectoryClient\ LocateCommandUserSession Ready \Microsoft\Windows\Management\Provisioning\ Logon Ready \Microsoft\Windows\MUI\ LPRemove Ready \Microsoft\Windows\StateRepository\ MaintenanceTasks Ready \Microsoft\Windows\Maps\ MapsToastTask Ready \Microsoft\Windows\Maps\ MapsUpdateTask Ready \Microsoft\Windows\Device Setup\ Metadata Refresh Ready \Microsoft\Windows\Application Experience\ Microsoft Compatibility Appraiser Ready \Microsoft\Windows\DiskDiagnostic\ Microsoft-Windows-DiskDiagnosticDataCollector Ready \Microsoft\Windows\Mobile Broadband Accounts\ MNO Metadata Parser Ready \Microsoft\Windows\Ras\ MobilityManager Ready \Microsoft\Windows\SettingSync\ NetworkStateChangeTask Ready \Microsoft\Windows\Location\ Notifications Ready \Microsoft\Windows\WwanSvc\ NotificationTask Ready \Microsoft\Windows\AppxDeploymentClient\ Pre-staged app cleanup Ready \Microsoft\Windows\Chkdsk\ ProactiveScan Ready \Microsoft\Windows\MemoryDiagnostic\ ProcessMemoryDiagnosticEvents Ready \Microsoft\Windows\Application Experience\ ProgramDataUpdater Ready \Microsoft\Windows\Autochk\ Proxy Ready \Microsoft\Windows\Windows Error Reporting\ QueueReporting Ready \Microsoft\Windows\Diagnosis\ RecommendedTroubleshootingScanner Ready \Microsoft\Windows\Flighting\FeatureConfig\ ReconcileFeatures Ready \Microsoft\Windows\Flighting\OneSettings\ RefreshCache Ready \Microsoft\Windows\Registry\ RegIdleBackup Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterDeviceAccountChange Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterDevicePolicyChange Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterDeviceProtectionStateChanged Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterDeviceSettingChange Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterUserDevice Ready \Microsoft\Windows\PushToInstall\ Registration Ready \Microsoft\Windows\RemoteAssistance\ RemoteAssistanceTask Ready \Microsoft\Windows\WDI\ ResolutionHost Ready \Microsoft\Windows\Sysmain\ ResPriStaticDbSync Ready \Microsoft\Windows\MemoryDiagnostic\ RunFullMemoryDiagnostic Ready \Microsoft\Windows\InstallService\ ScanForUpdates Ready \Microsoft\Windows\InstallService\ ScanForUpdatesAsUser Ready \Microsoft\Windows\UpdateOrchestrator\ Schedule Scan Ready \Microsoft\Windows\UpdateOrchestrator\ Schedule Scan Static Task Ready \Microsoft\Windows\Diagnosis\ Scheduled Ready \Microsoft\Windows\Defrag\ ScheduledDefrag Ready \Microsoft\Windows\PI\ Secure-Boot-Update Ready \Microsoft\Windows\WindowsUpdate\ sihpostreboot Ready \Microsoft\Windows\DiskCleanup\ SilentCleanup Ready \Microsoft\Windows\InstallService\ SmartRetry Ready \Microsoft\Windows\SpacePort\ SpaceAgentTask Ready \Microsoft\Windows\SpacePort\ SpaceManagerTask Ready \Microsoft\Windows\Speech\ SpeechModelDownloadTask Ready \Microsoft\Windows\PI\ Sqm-Tasks Ready \Microsoft\Windows\Servicing\ StartComponentCleanup Ready \Microsoft\Windows\Application Experience\ StartupAppTask Ready \Microsoft\Windows\Storage Tiers Management\ Storage Tiers Management Initialization Ready \Microsoft\Windows\EDP\ StorageCardEncryption Task Ready \Microsoft\Windows\DiskFootprint\ StorageSense Ready \Microsoft\Windows\SoftwareProtectionPlatform\ SvcRestartTask Ready \Microsoft\Windows\Time Synchronization\ SynchronizeTime Ready \Microsoft\Windows\Time Zone\ SynchronizeTimeZone Ready \Microsoft\Windows\Chkdsk\ SyspartRepair Ready \Microsoft\Windows\Plug and Play\ Sysprep Generalize Drivers Ready \Microsoft\Windows\CertificateServicesClient\ SystemTask Ready \Microsoft\Windows\License Manager\ TempSignedLicenseExchange Ready \Microsoft\Windows\TPM\ Tpm-HASCertRetr Ready \Microsoft\Windows\TPM\ Tpm-Maintenance Ready \Microsoft\Windows\Bluetooth\ UninstallDeviceTask Ready \Microsoft\Windows\UpdateOrchestrator\ Universal Orchestrator Idle Start Ready \Microsoft\Windows\UpdateOrchestrator\ Universal Orchestrator Start Ready \Microsoft\Windows\Windows Media Sharing\ UpdateLibrary Ready \Microsoft\Windows\UpdateOrchestrator\ UpdateModelTask Ready \Microsoft\Windows\UPnP\ UPnPHostConfig Ready \Microsoft\Windows\Customer Experience Improvement Program\ UsbCeip Ready \Microsoft\Windows\USB\ Usb-Notifications Ready \Microsoft\Windows\CertificateServicesClient\ UserTask Ready \Microsoft\Windows\CertificateServicesClient\ UserTask-Roam Ready \Microsoft\Windows\UpdateOrchestrator\ USO_UxBroker Ready \Microsoft\Windows\RecoveryEnvironment\ VerifyWinRE Ready \Microsoft\Windows\WCM\ WiFiTask Ready \Microsoft\Windows\NlaSvc\ WiFiTask Ready \Microsoft\Windows\WOF\ WIM-Hash-Management Ready \Microsoft\Windows\WOF\ WIM-Hash-Validation Ready \Microsoft\Windows\Windows Defender\ Windows Defender Cache Maintenance Ready \Microsoft\Windows\Windows Defender\ Windows Defender Cleanup Ready \Microsoft\Windows\Windows Defender\ Windows Defender Scheduled Scan Ready \Microsoft\Windows\Windows Defender\ Windows Defender Verification Ready \Microsoft\Windows\Location\ WindowsActionDialog Ready \Microsoft\Windows\Maintenance\ WinSAT Ready \Microsoft\Windows\Sysmain\ WsSwapAssessmentTask Ready \Microsoft\XblGameSave\ XblGameSaveTask Ready Running: Code: PS C:\Windows\System32> (Get-ScheduledTask | ? {$_.State -like 'Running'} | Measure-Object).Count 3 PS C:\Windows\System32> Get-ScheduledTask | ? {$_.State -like 'Running'} | Sort-Object TaskName | Format-Table -AutoSize TaskPath TaskName State -------- -------- ----- \Microsoft\Windows\Wininet\ CacheTask Running \Microsoft\Windows\TextServicesFramework\ MsCtfMonitor Running \Microsoft\Windows\Multimedia\ SystemSoundsService Running Queued: Code: PS C:\Windows\System32> (Get-ScheduledTask | ? {$_.State -like 'Queued'} | Measure-Object).Count 1 PS C:\Windows\System32> Get-ScheduledTask | ? {$_.State -like 'Queued'} | Sort-Object TaskName | Format-Table -AutoSize TaskPath TaskName State -------- -------- ----- \Microsoft\Windows\ApplicationData\ appuriverifierdaily Queued COMPLETE: Code: PS C:\Windows\System32> (Get-ScheduledTask | Measure-Object).Count 182 PS C:\Windows\System32> Get-ScheduledTask | Sort-Object TaskName | Format-Table -AutoSize TaskPath TaskName State -------- -------- ----- \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 Ready \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 64 Ready \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 64 Critical Disabled \Microsoft\Windows\.NET Framework\ .NET Framework NGEN v4.0.30319 Critical Disabled \Microsoft\Windows\SharedPC\ Account Cleanup Disabled \Microsoft\Windows\Active Directory Rights Management Services Client\ AD RMS Rights Policy Template Management (Automated) Disabled \Microsoft\Windows\Active Directory Rights Management Services Client\ AD RMS Rights Policy Template Management (Manual) Ready \Microsoft\Windows\CertificateServicesClient\ AikCertEnrollTask Ready \Microsoft\Windows\Power Efficiency Diagnostics\ AnalyzeSystem Ready \Microsoft\Windows\ApplicationData\ appuriverifierdaily Queued \Microsoft\Windows\ApplicationData\ appuriverifierinstall Ready \Microsoft\Windows\Workplace Join\ Automatic-Device-Join Disabled \Microsoft\Windows\Offline Files\ Background Synchronization Disabled \Microsoft\Windows\SettingSync\ BackgroundUploadTask Ready \Microsoft\Windows\Windows Filtering Platform\ BfeOnServiceStartTypeChange Ready \Microsoft\Windows\BrokerInfrastructure\ BgTaskRegistrationMaintenanceTask Ready \Microsoft\Windows\BitLocker\ BitLocker Encrypt All Drives Ready \Microsoft\Windows\BitLocker\ BitLocker MDM policy Refresh Ready \Microsoft\Windows\Wininet\ CacheTask Running \Microsoft\Windows\WindowsColorSystem\ Calibration Loader Ready \ CCleaner Update Disabled \ CCleanerSkipUAC Ready \Microsoft\Windows\WlanSvc\ CDSSync Ready \Microsoft\Windows\Management\Provisioning\ Cellular Ready \Microsoft\Windows\ApplicationData\ CleanupTemporaryState Ready \Microsoft\Windows\Customer Experience Improvement Program\ Consolidator Ready \ CreateExplorerShellUnelevatedTask Ready \Microsoft\Windows\CloudExperienceHost\ CreateObjectTask Ready \Microsoft\Windows\Shell\ CreateObjectTask Ready \Microsoft\Windows\CertificateServicesClient\ CryptoPolicyTask Ready \Microsoft\Windows\Data Integrity Scan\ Data Integrity Scan Ready \Microsoft\Windows\Data Integrity Scan\ Data Integrity Scan for Crash Recovery Ready \S-1-5-21-326897316-3025538635-3687187165-1001\ DataSenseLiveTileTask Disabled \Microsoft\Windows\Device Information\ Device Ready \Microsoft\Windows\Plug and Play\ Device Install Group Policy Ready \Microsoft\Windows\Plug and Play\ Device Install Reboot Required Ready \Microsoft\Windows\Workplace Join\ Device-Sync Disabled \Microsoft\Windows\DiskFootprint\ Diagnostics Ready \Microsoft\Windows\DirectX\ DirectXDatabaseUpdater Ready \Microsoft\Windows\Feedback\Siuf\ DmClient Ready \Microsoft\Windows\Feedback\Siuf\ DmClientOnScenarioDownload Ready \Microsoft\Windows\ApplicationData\ DsSvcCleanup Ready \Microsoft\Windows\DUSM\ dusmtask Ready \Microsoft\Windows\DirectX\ DXGIAdapterCache Ready \Microsoft\Windows\EDP\ EDP App Launch Task Ready \Microsoft\Windows\EDP\ EDP Auth Task Ready \Microsoft\Windows\EDP\ EDP Inaccessible Credentials Task Ready \Microsoft\Windows\AppID\ EDP Policy Manager Ready \Microsoft\Windows\Printing\ EduPrintProv Ready \Microsoft\Windows\Subscription\ EnableLicenseAcquisition Ready \Microsoft\Windows\ExploitGuard\ ExploitGuard MDM policy Refresh Ready \Microsoft\Windows\Shell\ FamilySafetyMonitor Ready \Microsoft\Windows\Shell\ FamilySafetyRefreshTask Ready \Microsoft\Windows\FileHistory\ File History (maintenance mode) Ready \Microsoft\Windows\HelloFace\ FODCleanupTask Ready \Microsoft\Windows\Time Synchronization\ ForceSynchronizeTime Ready \Microsoft\Windows\NetTrace\ GatherNetworkInfo Ready \ GoogleUpdateTaskMachineCore Ready \ GoogleUpdateTaskMachineUA Ready \Microsoft\Windows\DeviceDirectoryClient\ HandleCommand Ready \Microsoft\Windows\DeviceDirectoryClient\ HandleWnsCommand Ready \Microsoft\Windows\Speech\ HeadsetButtonPress Ready \Microsoft\Windows\User Profile Service\ HiveUploadTask Disabled \Microsoft\Windows\Sysmain\ HybridDriveCachePrepopulate Disabled \Microsoft\Windows\Sysmain\ HybridDriveCacheRebalance Disabled \Microsoft\Windows\Shell\ IndexerAutomaticMaintenance Ready \Microsoft\Windows\LanguageComponentsInstaller\ Installation Disabled \Microsoft\Windows\DeviceDirectoryClient\ IntegrityCheck Ready \Microsoft\Windows\Task Manager\ Interactive Ready \Microsoft\Windows\CertificateServicesClient\ KeyPreGenTask Ready \Microsoft\Windows\Clip\ License Validation Disabled \Microsoft\Windows\Subscription\ LicenseAcquisition Disabled \Microsoft\Windows\DeviceDirectoryClient\ LocateCommandUserSession Ready \Microsoft\Windows\PushToInstall\ LoginCheck Disabled \Microsoft\Windows\Management\Provisioning\ Logon Ready \Microsoft\Windows\Offline Files\ Logon Synchronization Disabled \Microsoft\Windows\MUI\ LPRemove Ready \Microsoft\Windows\StateRepository\ MaintenanceTasks Ready \Microsoft\Windows\Maps\ MapsToastTask Ready \Microsoft\Windows\Maps\ MapsUpdateTask Ready \Microsoft\Windows\Device Setup\ Metadata Refresh Ready \Microsoft\Windows\Application Experience\ Microsoft Compatibility Appraiser Ready \Microsoft\Windows\DiskDiagnostic\ Microsoft-Windows-DiskDiagnosticDataCollector Ready \Microsoft\Windows\DiskDiagnostic\ Microsoft-Windows-DiskDiagnosticResolver Disabled \Microsoft\Windows\Mobile Broadband Accounts\ MNO Metadata Parser Ready \Microsoft\Windows\Ras\ MobilityManager Ready \Microsoft\Windows\TextServicesFramework\ MsCtfMonitor Running \Microsoft\Windows\SettingSync\ NetworkStateChangeTask Ready \Microsoft\Windows\Location\ Notifications Ready \Microsoft\Windows\WwanSvc\ NotificationTask Ready \ OneDrive Standalone Update Task-S-1-5-21-326897316-3025538635-3687187165-1002 Disabled \Microsoft\Windows\WaaSMedic\ PerformRemediation Disabled \Microsoft\Windows\AppID\ PolicyConverter Disabled \Microsoft\Windows\AppxDeploymentClient\ Pre-staged app cleanup Ready \Microsoft\Windows\Chkdsk\ ProactiveScan Ready \Microsoft\Windows\MemoryDiagnostic\ ProcessMemoryDiagnosticEvents Ready \Microsoft\Windows\Application Experience\ ProgramDataUpdater Ready \Microsoft\Windows\File Classification Infrastructure\ Property Definition Sync Disabled \Microsoft\Windows\Autochk\ Proxy Ready \Microsoft\Windows\Windows Error Reporting\ QueueReporting Ready \Microsoft\Windows\Diagnosis\ RecommendedTroubleshootingScanner Ready \Microsoft\Windows\Flighting\FeatureConfig\ ReconcileFeatures Ready \Microsoft\Windows\LanguageComponentsInstaller\ ReconcileLanguageResources Disabled \Microsoft\Windows\Workplace Join\ Recovery-Check Disabled \Microsoft\Windows\Flighting\OneSettings\ RefreshCache Ready \Microsoft\Windows\Registry\ RegIdleBackup Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterDeviceAccountChange Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterDeviceLocationRightsChange Disabled \Microsoft\Windows\DeviceDirectoryClient\ RegisterDevicePeriodic24 Disabled \Microsoft\Windows\DeviceDirectoryClient\ RegisterDevicePolicyChange Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterDeviceProtectionStateChanged Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterDeviceSettingChange Ready \Microsoft\Windows\DeviceDirectoryClient\ RegisterUserDevice Ready \Microsoft\Windows\PushToInstall\ Registration Ready \Microsoft\Windows\RemoteAssistance\ RemoteAssistanceTask Ready \Microsoft\Windows\WDI\ ResolutionHost Ready \Microsoft\Windows\Sysmain\ ResPriStaticDbSync Ready \Microsoft\Windows\MemoryDiagnostic\ RunFullMemoryDiagnostic Ready \Microsoft\Windows\UNP\ RunUpdateNotificationMgr Disabled \Agent Activation Runtime\ S-1-5-21-326897316-3025538635-3687187165-1001 Disabled \Microsoft\Windows\InstallService\ ScanForUpdates Ready \Microsoft\Windows\InstallService\ ScanForUpdatesAsUser Ready \Microsoft\Windows\UpdateOrchestrator\ Schedule Scan Ready \Microsoft\Windows\UpdateOrchestrator\ Schedule Scan Static Task Ready \Microsoft\Windows\Diagnosis\ Scheduled Ready \Microsoft\Windows\WindowsUpdate\ Scheduled Start Disabled \Microsoft\Windows\Defrag\ ScheduledDefrag Ready \Microsoft\Windows\PI\ Secure-Boot-Update Ready \Microsoft\Windows\WindowsUpdate\ sihpostreboot Ready \Microsoft\Windows\DiskCleanup\ SilentCleanup Ready \Microsoft\Windows\InstallService\ SmartRetry Ready \Microsoft\Windows\SpacePort\ SpaceAgentTask Ready \Microsoft\Windows\SpacePort\ SpaceManagerTask Ready \Microsoft\Windows\Speech\ SpeechModelDownloadTask Ready \Microsoft\Windows\PI\ Sqm-Tasks Ready \Microsoft\Windows\SystemRestore\ SR Disabled \Microsoft\Windows\Servicing\ StartComponentCleanup Ready \Microsoft\Windows\Application Experience\ StartupAppTask Ready \Microsoft\Windows\Storage Tiers Management\ Storage Tiers Management Initialization Ready \Microsoft\Windows\Storage Tiers Management\ Storage Tiers Optimization Disabled \Microsoft\Windows\EDP\ StorageCardEncryption Task Ready \Microsoft\Windows\DiskFootprint\ StorageSense Ready \Microsoft\Windows\SoftwareProtectionPlatform\ SvcRestartTask Ready \Microsoft\Windows\SoftwareProtectionPlatform\ SvcRestartTaskLogon Disabled \Microsoft\Windows\SoftwareProtectionPlatform\ SvcRestartTaskNetwork Disabled \Microsoft\Windows\Time Synchronization\ SynchronizeTime Ready \Microsoft\Windows\Time Zone\ SynchronizeTimeZone Ready \Microsoft\Windows\Chkdsk\ SyspartRepair Ready \Microsoft\Windows\Plug and Play\ Sysprep Generalize Drivers Ready \Microsoft\Windows\Multimedia\ SystemSoundsService Running \Microsoft\Windows\CertificateServicesClient\ SystemTask Ready \Microsoft\Windows\License Manager\ TempSignedLicenseExchange Ready \Microsoft\Windows\TPM\ Tpm-HASCertRetr Ready \Microsoft\Windows\TPM\ Tpm-Maintenance Ready \Microsoft\Windows\LanguageComponentsInstaller\ Uninstallation Disabled \Microsoft\Windows\Bluetooth\ UninstallDeviceTask Ready \Microsoft\Windows\UpdateOrchestrator\ Universal Orchestrator Idle Start Ready \Microsoft\Windows\UpdateOrchestrator\ Universal Orchestrator Start Ready \Microsoft\Windows\Windows Media Sharing\ UpdateLibrary Ready \Microsoft\Windows\UpdateOrchestrator\ UpdateModelTask Ready \Microsoft\Windows\UPnP\ UPnPHostConfig Ready \Microsoft\Windows\Customer Experience Improvement Program\ UsbCeip Ready \Microsoft\Windows\USB\ Usb-Notifications Ready \Microsoft\Windows\CertificateServicesClient\ UserTask Ready \Microsoft\Windows\CertificateServicesClient\ UserTask-Roam Ready \Microsoft\Windows\UpdateOrchestrator\ USO_UxBroker Ready \Microsoft\Windows\AppID\ VerifiedPublisherCertStoreCheck Disabled \Microsoft\Windows\RecoveryEnvironment\ VerifyWinRE Ready \Microsoft\Windows\InstallService\ WakeUpAndContinueUpdates Disabled \Microsoft\Windows\InstallService\ WakeUpAndScanForUpdates Disabled \Microsoft\Windows\WCM\ WiFiTask Ready \Microsoft\Windows\NlaSvc\ WiFiTask Ready \Microsoft\Windows\WOF\ WIM-Hash-Management Ready \Microsoft\Windows\WOF\ WIM-Hash-Validation Ready \Microsoft\Windows\Windows Defender\ Windows Defender Cache Maintenance Ready \Microsoft\Windows\Windows Defender\ Windows Defender Cleanup Ready \Microsoft\Windows\Windows Defender\ Windows Defender Scheduled Scan Ready \Microsoft\Windows\Windows Defender\ Windows Defender Verification Ready \Microsoft\Windows\Location\ WindowsActionDialog Ready \Microsoft\Windows\Maintenance\ WinSAT Ready \Microsoft\Windows\Sysmain\ WsSwapAssessmentTask Ready \Microsoft\XblGameSave\ XblGameSaveTask Ready Other Projects: For anybody that is interested, there is also a Project I did for Services here . . . > Project: Which Services can be Disabled WITHOUT Drastic Impact.

    :)
     
    Paul Black, Jun 4, 2021
    #1

  2. Task Scheduler History keeps getting disabled for my tasks

    Task Scheduler History keeps getting disabled for my tasks

    i also found the listed this issue listed.

    i try to update my command and could not.

    i found a recommendation to enable . here -->

    "Step 1: Open an elevated Task Scheduler (ie. right-click on the Task Scheduler icon and choose Run as administrator)

    Step 2: In the Actions pane (right
    pane, not the actions tab),
    click Enable All Tasks History"

    How can I enable the Windows Server Task Scheduler History recording?

    not sure if it is persistent.
     
    Handy Manny, Jun 4, 2021
    #2
  3. No permission to disable a task in Task Scheduler

    You keep talking about a "folder". Task scheduler items are files, not
    folders, even though they have no name extension (i.e. no full stop or anything else to the right of the name).

    I suspect the task is protected through its entry in the registry. You need to open the registry editor (regedit.exe), then do this:

    • Navigate to this key:

      HKLM\SOFTWARE\Microsoft\Windows NT\Current Version\Schedule\TaskCache\Tasks\
    • Find "UpdateOrchestrator", using Ctrl+F. It will be against a key such as

      {AB62362D-3EF5-4BD4-92E1-D96143FD8738}
    • Change the owner of the key to "Administrators"
    • Grant full access to "Administrators".

    You then need to take the same four steps with this key:

    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\
     
    Frederik Long, Jun 4, 2021
    #3
  4. RickC Win User

    Project: Which Scheduled Tasks can be Disabled WITHOUT Drastic Impact.

    Which Services can be Disabled WITHOUT a Drastic Impact.

    Is this test/prep work for a clean install of 21H1 (now finally released) or earlier?

    I've just done my own clean install of 21H1 and was surprised that the number of services has actually reduced:

    1511: 196
    1607: 212
    1703: 223
    1709: 234
    1803: 239
    1809: 257
    1903: 246
    1909: 251
    2004: 248
    20H2: 261
    21H1: 253

    Before I did any tinkering or connected my test laptop to the internet I took a screenshot of Task Manager:


    Project: Which Scheduled Tasks can be Disabled WITHOUT Drastic Impact. [​IMG]


    I'm also going to be disabling services, amending scheduled tasks and removing (autorunning) built-in apps (like Photos, OneDrive and Office) to reduce CPU and disk usage still further. *Smile
     
    RickC, Jun 4, 2021
    #4
Thema:

Project: Which Scheduled Tasks can be Disabled WITHOUT Drastic Impact.

Loading...
  1. Project: Which Scheduled Tasks can be Disabled WITHOUT Drastic Impact. - Similar Threads - Project Scheduled Tasks

  2. Project: Which Services can be Disabled WITHOUT Drastic Impact.

    in Windows 10 Customization
    Project: Which Services can be Disabled WITHOUT Drastic Impact.: Good afternoon, I have finished preparing my customisations for a Clean Install on this particular Laptop. My final part of this project is to Disable some of the Services. I produced a list of the Running Services and the Services that potentially Start. I thought that I...
  3. Which Services can be Disabled WITHOUT a Drastic Impact.

    in Windows 10 Customization
    Which Services can be Disabled WITHOUT a Drastic Impact.: Good afternoon, I have finished preparing my customisations for a Clean Install on this particular Laptop. My final part of this project is to Disable some of the Services. I produced a list of the Running Services and the Services that potentially Start. I thought that I...
  4. scheduled tasks get disabled

    in Windows 10 Support
    scheduled tasks get disabled: scheduled tasks on my system get randomly disabled. don't seem to discern any pattern on when that might happen, but more often than not it's the case when i go to task scheduler. googling this says that avast maybe the culprit, but changing its options makes no difference...
  5. Task Scheduler - All Tasks History disabled

    in AntiVirus, Firewalls and System Security
    Task Scheduler - All Tasks History disabled: Hi, one of my clients has reported that All Tasks History in the task scheduler had been disabled, and that he wanted to know who had done it. I've determined the exact date and time when this occurred, but the logon logs for then have been turned over and I no longer have...
  6. Cannot Disable Task Scheduler Tasks

    in User Accounts and Family Safety
    Cannot Disable Task Scheduler Tasks: I thought I was the administrator? Apparently not. I wish there was a real equivalent to root on Windows, le sigh. How do I fix this? https://i.imgur.com/q1Qq4yf.png 109820
  7. Using Task Scheduler without a password

    in Windows 10 Support
    Using Task Scheduler without a password: I have Win10 64bit Home Edition. I was following your tutorial for using Task Scheduler to provide automatic scheduling for System Restore. When I reached the final stage it failed. The error message suggested that this was because I was using a blank password. A bit of...
  8. No permission to disable a task in Task Scheduler

    in Windows 10 Support
    No permission to disable a task in Task Scheduler: Hello, I'm trying to disable a task in Task Scheduler, FCU 1709 as I always did with all previous versions of W 10 without problems. Now, when I go to Task Scheduler/Microsoft/Windows/Update Orchestrator/Scheduled Scan and trying to disable that task, I'm getting the...
  9. Which background tasks can be disabled on Windows 10?

    in Windows 10 Performance & Maintenance
    Which background tasks can be disabled on Windows 10?: My new laptop is a little slow and stuttery and seems to always be loading something, even though I've not installed anything on it yet except Windows 10. I looked on task manager and there are tonnes of background tasks running. Could this be the reason? Which of these are...
  10. How can i disable task scheduler?

    in Windows 10 Support
    How can i disable task scheduler?: I want to be able to do the tasks when i want to so i dont need task sceduler but the only option that works changing the schedule startup to 4 but after a restart my taskbar is crippled does anyone know how to successfully turn it off? 75739

Users found this page by searching for:

  1. StateRepository MaintenanceTasks

    ,
  2. disable task license validation task

    ,
  3. windows shell CreateObjectTask

    ,
  4. windows \Microsoft\Windows\InstallService SmartRetry,
  5. Task EDP Policy Manager