Page 1 of 1

Windows 10 Startmenu

Posted: Fri Jun 01, 2018 5:17 am
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.

Re: Windows 10 Startmenu

Posted: Thu Jun 07, 2018 11:39 am
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