Robert Biddle

Results 5 comments of Robert Biddle

Ideally this change should be reverted. Alternatively a DSC Resource Property for InstallDns could be added, which would still be a breaking change from previous releases. If this DSC Resource...

I initially tried using a minimal configuration, which also failed ``` xScheduledTask DisableScheduledDefragTask { TaskName = 'ScheduledDefrag' TaskPath = '\Microsoft\Windows\Defrag\' ActionExecutable = '%windir%\system32\defrag.exe' ScheduleType = 'Once' Enable = $false }...

I'm pretty sure it's because the task has no triggers.

For anyone else needing to do this, the workaround is a Script Resource, which actually took me less time to write then the definition for xScheduledTask, lol ``` Script DisableScheduledDefragTask...

@j-c-m should probably add those steps into the installation instructions, at least for EdgeOS 1.x.