How to automatically (cmd/powershell script) unpin all apps in start

Page 3 of 3 FirstFirst 123

  1. Posts : 4
    Windows 10 Home x64
    Thread Starter
       #21

    Now I use this script to unpin most of apps in the start menu:

    (New-Object -Com Shell.Application).
    NameSpace('shell:::{4234d49b-0245-4df3-b780-3893943456e1}').
    Items() |
    %{ $_.Verbs() } |
    ?{$_.Name -match 'Un.*pin from Start'} |
    %{$_.DoIt()}

    How to remove all the tiles in the Windows 10 start menu? - Super User
      My Computer


  2. Posts : 4
    Windows 10 Home x64
    Thread Starter
       #22

    Thelps said:
    Yes, anyone who can give the names to all of the apps that appear as Live Tiles would be welcome.
    Sorry, this stupid board doesn't allow me to private message until I have enough posts.

    I don't know, I don't understand much about PowerShell. I grow up using DOS batch scripting :)
      My Computer


  3. Posts : 989
    Microsoft Windows 10 Home
       #23

    Do the names of the tiles still giving you trouble appear in the list generated by this:

    Code:
    (New-Object -Com Shell.Application).NameSpace('shell:::{4234d49b-0245-4df3-b780-3893943456e1}').Items() | %{$_.Name} | sort
    Keith
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:46.
Find Us




Windows 10 Forums