Open Stephanvs opened 7 months ago
Use following PowerShell scripts to create a scheduled task that runs each time I login to the system, and compile a list of applications installed with scoop. Also run scoop undate -a to keep everything updated.
scoop undate -a
Get-ScheduledTaskInfo
New-ScheduledTaskTrigger
Use following PowerShell scripts to create a scheduled task that runs each time I login to the system, and compile a list of applications installed with scoop. Also run
scoop undate -a
to keep everything updated.Get-ScheduledTaskInfo
New-ScheduledTaskTrigger