You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike for some system processes (e.g. wininit), the user name associated with fontdrvhost processes can be retrieved, but as of v7.4.1 isn't reported via Get-Process -IncludeUserName - unlike in Windows PowerShell:
# Run on a W11 machine#requires -RunAsAdministratorGet-Process-IncludeUserName fontdrvhost |% UserName
Prerequisites
Steps to reproduce
Unlike for some system processes (e.g.
wininit), the user name associated withfontdrvhostprocesses can be retrieved, but as of v7.4.1 isn't reported viaGet-Process -IncludeUserName- unlike in Windows PowerShell:Expected behavior
This is what you get in Windows PowerShell.
Actual behavior
(No output)Error details
No response
Environment data
Visuals
No response