Author | external help file | Module Guid | Module Name | online version | schema |
---|---|---|---|---|---|
Paul Boyer |
psvault-Windows11-help.xml |
4b53e073-5b6c-4244-b7f7-0c33a961e74c |
psvault-Windows11 |
2.0.0 |
Script to modify the appearance of the Windows 11 Start Menu.
Set-Win11StartMenu [-Win10Style] [<CommonParameters>]
The script modifies a registry key in HKCU to change the appearance of the Start Menu.
Set-Win11StartMenu -Win10Style
Sets the Start Menu to the Windows 10 style.
Set-Win11StartMenu
Restores the Start Menu back to the original Windows 11 style.
Passing the Win10Style parameter will revert the Start Menu to its previous style. Omitting the parameter on a subsequent run will reset it to the Windows 11 style
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Paul Boyer Date: 6-28-2021