- May
- 13,823
- 211
I'm curious about two things. First, how many instances of fontdrvhost.exe show up in Windows TaskMgr? I see one.
TASKLIST reports two (so does WMI and ProcessExplorer).
Second, what's the state of your PushToInstall service? Since the Tuesday update (4/11) mine will not get past the "Start pending" state.
Thanks!
TASKLIST reports two (so does WMI and ProcessExplorer).
Code:
v:\> tasklist | findstr font
1180 fontdrvhost
6056 fontdrvhost
Second, what's the state of your PushToInstall service? Since the Tuesday update (4/11) mine will not get past the "Start pending" state.
Code:
v:\> echo %@wmi[.,"Select State from Win32_Service where Name='PushToInstall'"]
Start Pending
Thanks!