()
| 61 | } |
| 62 | |
| 63 | func (r WrappedWindowsTask) IsMicrosoftTask() bool { |
| 64 | return strings.HasPrefix(r.Path, "\\Microsoft\\") |
| 65 | } |
| 66 | |
| 67 | func (r WrappedWindowsTask) GetCommandToRun() string { |
| 68 | var commands []string |
no outgoing calls
no test coverage detected