New
#1
defrag won't start tasksheduler not start
when i look by services task sheduler is start automatically
and defrag won't start because the task sheduler is not start and i can't change it is grey
when i look by services task sheduler is start automatically
and defrag won't start because the task sheduler is not start and i can't change it is grey
Go in Disk Management, right click on drive you want to defrag, select properties, in the tools tab, optimize and defrag...![]()
Try to run this as admin in CMD
Code:reg add "HKLM\Software\Microsoft\Dfrg\BootOptimizeFunction" /v "Enable" /t REG_SZ /d "y" /f reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\OptimalLayout" /v "EnableAutoLayout" /t REG_DWORD /d "1" /f schtasks /Change /TN "Microsoft\Windows\Defrag\ScheduledDefrag" /Enable sc config defragsvc start= demand