Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Find Start Apps

$
0
0

Summary: Learn how to use Windows PowerShell to easily find start apps.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find a particular app amid the clutter of small app icons on my
          Windows 8.1 device?

Hey, Scripting Guy! Answer Use the Get-StartApps cmdlet and filter on the name—
          for example, to find an application that begins with the letter G:

Get-StartApps | where name -like "g*"


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>