Skip to content

Konstantinos Tsoukalas

Konstantinos is the founder and administrator of Wintips.org. Since 1995 he works and provides IT support as a computer and network expert to individuals and large companies. He is specialized in solving problems related to Windows or other Microsoft products (Windows Server, Office, Microsoft 365, etc.).

1 Comment

  1. Just Me
    April 28, 2024 @ 10:31 am

    Tip!

    By if adding the parameter " -ForceApplicationShutdown' when running the 'Add-AppxPackage' command there's no need to stop any apps in advance :-)

    Example:
    Get-AppPackage -AllUsers -Name Microsoft.Windows.StartMenuExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -ForceApplicationShutdown -Verbose}

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *