|
1 | | -$time = Measure-Command { win-witr winlogon.exe | Out-Default } |
| 1 | +$time = Measure-Command { win-witr winlogon | Out-Default } |
2 | 2 | "winlogon.exe check took {0} ms" -f $time.TotalMilliseconds |
3 | 3 |
|
4 | | -$time = Measure-Command { win-witr lsass.exe | Out-Default } |
| 4 | +$time = Measure-Command { win-witr lsass | Out-Default } |
5 | 5 | "lsass.exe check took {0} ms" -f $time.TotalMilliseconds |
6 | 6 |
|
7 | | -$time = Measure-Command { win-witr win-witr.exe | Out-Default } |
| 7 | +$time = Measure-Command { win-witr win-witr | Out-Default } |
8 | 8 | "win-witr.exe check took {0} ms" -f $time.TotalMilliseconds |
9 | 9 |
|
10 | | -$time = Measure-Command { win-witr wininit.exe | Out-Default } |
| 10 | +$time = Measure-Command { win-witr wininit | Out-Default } |
11 | 11 | "wininit.exe check took {0} ms" -f $time.TotalMilliseconds |
12 | 12 |
|
13 | | -$time = Measure-Command { win-witr explorer.exe | Out-Default } |
| 13 | +$time = Measure-Command { win-witr explorer | Out-Default } |
14 | 14 | "explorer.exe check took {0} ms" -f $time.TotalMilliseconds |
15 | 15 |
|
16 | 16 | $time = Measure-Command { win-witr Registry | Out-Default } |
17 | 17 | "Registry check took {0} ms" -f $time.TotalMilliseconds |
18 | 18 |
|
19 | | -$time = Measure-Command { win-witr csrss.exe | Out-Default } |
| 19 | +$time = Measure-Command { win-witr csrss | Out-Default } |
20 | 20 | "csrss.exe check took {0} ms" -f $time.TotalMilliseconds |
21 | 21 |
|
22 | | -$time = Measure-Command { win-witr fontdrvhost.exe | Out-Default } |
| 22 | +$time = Measure-Command { win-witr fontdrvhost | Out-Default } |
23 | 23 | "fontdrvhost.exe check took {0} ms" -f $time.TotalMilliseconds |
24 | 24 |
|
25 | | -$time = Measure-Command { win-witr svchost.exe | Out-Default } |
| 25 | +$time = Measure-Command { win-witr svchost | Out-Default } |
26 | 26 | "svchost.exe check took {0} ms" -f $time.TotalMilliseconds |
27 | 27 |
|
28 | | -$time = Measure-Command { win-witr smss.exe | Out-Default } |
| 28 | +$time = Measure-Command { win-witr smss | Out-Default } |
29 | 29 | "smss.exe check took {0} ms" -f $time.TotalMilliseconds |
30 | 30 |
|
31 | | -$time = Measure-Command { win-witr services.exe | Out-Default } |
| 31 | +$time = Measure-Command { win-witr services | Out-Default } |
32 | 32 | "services.exe check took {0} ms" -f $time.TotalMilliseconds |
33 | 33 |
|
34 | | -$time = Measure-Command { win-witr powershell.exe | Out-Default } |
| 34 | +$time = Measure-Command { win-witr powershell | Out-Default } |
35 | 35 | "powershell.exe check took {0} ms" -f $time.TotalMilliseconds |
36 | 36 |
|
37 | 37 | $time = Measure-Command { win-witr Runner.Listener.exe | Out-Default } |
38 | 38 | "Runner.Listener.exe check took {0} ms" -f $time.TotalMilliseconds |
39 | 39 |
|
40 | | -$time = Measure-Command { win-witr cmd.exe | Out-Default } |
| 40 | +$time = Measure-Command { win-witr cmd | Out-Default } |
41 | 41 | "cmd.exe check took {0} ms" -f $time.TotalMilliseconds |
42 | 42 |
|
43 | | -$time = Measure-Command { win-witr pwsh.exe | Out-Default } |
| 43 | +$time = Measure-Command { win-witr pwsh | Out-Default } |
44 | 44 | "pwsh.exe check took {0} ms" -f $time.TotalMilliseconds |
45 | 45 |
|
46 | | -$time = Measure-Command { win-witr Runner.Worker.exe | Out-Default } |
| 46 | +$time = Measure-Command { win-witr Runner.Worker | Out-Default } |
47 | 47 | "Runner.Worker.exe check took {0} ms" -f $time.TotalMilliseconds |
48 | 48 |
|
49 | 49 | $time = Measure-Command { win-witr hosted-compute-agent | Out-Default } |
50 | 50 | "hosted-compute-agent check took {0} ms" -f $time.TotalMilliseconds |
51 | 51 |
|
52 | | -$time = Measure-Command { win-witr conhost.exe | Out-Default } |
| 52 | +$time = Measure-Command { win-witr conhost | Out-Default } |
53 | 53 | "conhost.exe check took {0} ms" -f $time.TotalMilliseconds |
54 | 54 |
|
55 | | -$time = Measure-Command { win-witr dwm.exe | Out-Default } |
| 55 | +$time = Measure-Command { win-witr dwm | Out-Default } |
56 | 56 | "dwm.exe check took {0} ms" -f $time.TotalMilliseconds |
57 | 57 |
|
58 | | -$time = Measure-Command { win-witr RuntimeBroker.exe | Out-Default } |
| 58 | +$time = Measure-Command { win-witr RuntimeBroker | Out-Default } |
59 | 59 | "RuntimeBroker.exe check took {0} ms" -f $time.TotalMilliseconds |
60 | 60 |
|
61 | | -$time = Measure-Command { win-witr SearchIndexer.exe | Out-Default } |
| 61 | +$time = Measure-Command { win-witr SearchIndexer | Out-Default } |
62 | 62 | "SearchIndexer.exe check took {0} ms" -f $time.TotalMilliseconds |
63 | 63 |
|
64 | | -$time = Measure-Command { win-witr spoolsv.exe | Out-Default } |
| 64 | +$time = Measure-Command { win-witr spoolsv | Out-Default } |
65 | 65 | "spoolsv.exe check took {0} ms" -f $time.TotalMilliseconds |
66 | 66 |
|
67 | | -$time = Measure-Command { win-witr taskhostw.exe | Out-Default } |
| 67 | +$time = Measure-Command { win-witr taskhostw | Out-Default } |
68 | 68 | "taskhostw.exe check took {0} ms" -f $time.TotalMilliseconds |
69 | 69 |
|
70 | | -$time = Measure-Command { win-witr dllhost.exe | Out-Default } |
71 | | -"dllhost.exe check took {0} ms" -f $time.TotalMilliseconds |
| 70 | + |
| 71 | + |
0 commit comments