PowerTip: Open Fonts Dialog Box with PowerShell

Doctor Scripto

Summary: Use a Windows PowerShell cmdlet to open the Fonts dialog box.

Hey, Scripting Guy! Question How can I use Windows PowerShell to open the Fonts dialog box so I don't have to mouse around trying to find it?

Hey, Scripting Guy! Answer Use the Show-ControlPanelItem cmdlet:

Show-ControlPanelItem fonts

0 comments

Discussion is closed.

Feedback usabilla icon