Summary: Use a Windows PowerShell cmdlet to open the Fonts dialog box.
How can I use Windows PowerShell to open the Fonts dialog box so I don't have to mouse around trying to find it?
Use the Show-ControlPanelItem cmdlet:
Show-ControlPanelItem fonts
Summary: Use a Windows PowerShell cmdlet to open the Fonts dialog box.
How can I use Windows PowerShell to open the Fonts dialog box so I don't have to mouse around trying to find it?
Use the Show-ControlPanelItem cmdlet:
Show-ControlPanelItem fonts