O seguinte processo funciona na minha máquina Windows 10 Pro 64 bit.
-
As tarefas agendadas são armazenadas neste registro
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule]
. Fazer backup / exportar toda a chave de registroSchedule
. -
Exclua toda a chave de registro
Schedule
adicionando esta linha em um novo arquivo .reg[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule]
. E também exclua "% SystemRoot% \ System32 \ Tasks" e "% SystemRoot% \ SysWOW64 \ Tasks" (somente para sistemas operacionais de 64 bits) com o comando takeown e icacls. -
Mas excluir esse agendador de tarefas da chave de registro e Desfragmentar mostra um erro.
Copieovalorreg_binarydo
SD
docaminho[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Schedule\TaskCache\Tree]
dobackupanteriornestenovoarquivoderegistro.Issoresolveoerrodoagendadordetarefas.Adicionetambémestalinha
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Defrag\ScheduledDefrag]
pararesolveroerrodedesfragmentação.Aquiestátodooarquivoderegistro:
Comoalternativa,comocomandoSchTasks/Delete/TN*/F
Vejatambém: