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.
			
			
									
									
						Windows 10 Startmenu
- RSBasic
- Moderator 
- Posts: 1228
- Joined: Thu Dec 31, 2009 11:05 pm
- Location: Gernsbach (Germany)
- Contact:
Re: Windows 10 Startmenu
I don't know of a direct solution (e.g. with WinAPI), but PowerShell lets you export and read the layout and tiles: 
			
			
									
									
						- Run powershell.exe
- Code: Select all - export-startlayout –path D:\YourStartmenu.xml



