Windows 10 Startmenu

Windows specific forum
Amor_2001
User
User
Posts: 11
Joined: Tue Apr 16, 2013 7:37 am

Windows 10 Startmenu

Post by Amor_2001 »

Hello everybody,
I need help. I would like to read which tiles a user has currently pinned to his start menu and then wants to unpin selected or pin missing to the menu.
Is there a code or a library for this?

Many thanks.
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Windows 10 Startmenu

Post by RSBasic »

I don't know of a direct solution (e.g. with WinAPI), but PowerShell lets you export and read the layout and tiles:
  1. Run powershell.exe
  2. Code: Select all

    export-startlayout –path D:\YourStartmenu.xml
Image
Image
Post Reply