https://www.majorgeeks.com/content/page/how_to_disable_the_windows_10_task_scheduler_privacy_and_automatic_maintenance_related_tasks.html
schtasks /change /tn "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable >nul
schtasks /change /tn "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable >nul
schtasks /change /tn "Microsoft\Windows\Application Experience\StartupAppTask" /disable >nul
schtasks /change /tn "Microsoft\Windows\Autochk\Proxy" /disable >nul
schtasks /change /tn "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /disable >nul
schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable >nul
schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /disable >nul
schtasks /change /tn "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable >nul
schtasks /change /tn "Microsoft\Windows\DiskFootprint\StorageSense" /disable >nul
schtasks /change /tn "Microsoft\Windows\Feedback\Siuf\DmClient" /disable >nul
schtasks /change /tn "Microsoft\Windows\Feedback\Siuf\DmClientOnScenarioDownload" /disable >nul
schtasks /change /tn "Microsoft\Windows\FileHistory\File History (maintenance mode)" /disable >nul
schtasks /change /tn "Microsoft\Windows\Location\Notifications" /disable >nul
schtasks /change /tn "Microsoft\Windows\Location\WindowsActionDialog" /disable >nul
schtasks /change /tn "Microsoft\Windows\Management\Provisioning\Cellular" /disable >nul
schtasks /change /tn "Microsoft\Windows\Maps\MapsToastTask" /disable >nul
schtasks /change /tn "Microsoft\Windows\Maps\MapsUpdateTask" /disable >nul
schtasks /change /tn "Microsoft\Windows\Mobile Broadband Accounts\MNO Metadata Parser" /disable >nul
schtasks /change /tn "Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable >nul
schtasks /change /tn "Microsoft\Windows\RemoteAssistance\RemoteAssistanceTask" /disable >nul
schtasks /change /tn "Microsoft\Windows\RetailDemo\CleanupOfflineContent" /disable >nul
schtasks /change /tn "Microsoft\Windows\RetailDemo\CleanupOfflineContent" /disable >nul
schtasks /change /tn "Microsoft\Windows\Shell\FamilySafetyMonitor" /disable >nul
schtasks /change /tn "Microsoft\Windows\Shell\FamilySafetyMonitorToastTask" /disable >nul
schtasks /change /tn "Microsoft\Windows\Shell\FamilySafetyRefreshTask" /disable >nul
schtasks /change /tn "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable >nul
schtasks /change /tn "Microsoft\Windows\Windows Media Sharing\UpdateLibrary" /disable >nul
schtasks /change /tn "Microsoft\Windows\Work Folders\Work Folders Logon Synchronization" /disable >nul
schtasks /change /tn "Microsoft\Windows\Work Folders\Work Folders Maintenance Work" /disable >nul
첫댓글 https://jsb000.tistory.com/1417
control schedtasks
실행 명령어
https://sunwalk.tistory.com/6
taskschd.msc
윈도우키 + R
schtasks /create /tn simplewall /tr "'%PROGRAMFILES%\simplewall\simplewall.exe' /minimized" /sc ONLOGON /rl HIGHEST
이런식으로 등록 하기도 한다.
https://ychcom.tistory.com/entry/schtasks-%EC%8A%A4%EC%BC%80%EC%A4%84%EB%9F%AC-%EC%9E%91%EC%97%85-%EC%8A%A4%EC%BC%80%EC%A4%84%EB%9F%AC-%EC%82%AC%EC%9A%A9%EB%B2%95
schtasks /change /tn "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /enable >nul
사용할 경우
schtasks /Change /TN "Microsoft\Windows\Speech\SpeechModelDownloadTask" /Disable
https://windowsforum.kr/qna/15220419
schtasks /delete /tn simplewall
삭제의 경우