Top "Startmenu" questions

How can I disable the Start button (but not the Taskbar) on Windows 7?

On Windows XP, it was possible to disable the Start button with the following code: hTray = FindWindow (TEXT("Shell_TrayWnd"), …

c winapi windows-7 startmenu taskbar
How to pin to start menu using PowerShell

I can pin some programs to taskbar on Win7 using PowerShell. $shell = new-object -com "Shell.Application" $folder = $shell.Namespace('C:\…

powershell windows-7 startmenu
How to make full screen mode, without covering the taskbar using :wpf c#

I need to change windows taskbar in my WPF application. For that I set WindowStyle="None", which means to disable …

c# wpf xaml taskbar startmenu
Clean Windows 7 Start Menu MRU List

Is there a way to clean the most recently started applications from the Windows 7 start menu programmatically? I'm looking for …

windows-7 registry startmenu mru
Pin program to start menu using PS in Windows 10

I am trying to pin a program to the start menu in Windows 10 $shell = New-Object -ComObject "Shell.Application" $Folder = $shell.…

powershell windows-10 tile startmenu
Use Wix installer to add shortcut to subfolder in startmenu programs

I am trying to add my program shortcut to an existing folder in the start menu shortcuts. For example All …

windows installation wix windows-installer startmenu
Import-StartLayout does nothing for current user

Using the command as follows: Import-StartLayout -LayoutPath "C:\Users\User\Desktop\Blank_Layout.xml" -MountPath "C:\" Unfortunately does not change …

powershell windows-10 startmenu