This repository contains a small WinUI 3 desktop app which registers itself as a Start Menu Companion provider. A sample Adaptive Card JSON is included to make getting started simpler.
- Any current Windows 11 Insider build as of 6/23/2024
- Visual Studio 2022 and its "Windows application development" workload
- Feature ID 48697323 enabled
- Clone, build, and deploy the solution
- Make sure the companion is enabled in the Settings app
- Open the deployed app and configure the Adaptive Card JSON content to your liking & hit Save
- If the companion isn't visible, simply restart the shell by ending
sihost.exe
andexplorer.exe
The app's name, package identity, as well as everything related to its Settings entry is configured in the Package.appxmanifest
file.
You can use the AdativeCards.io designer, make sure to set the Target version
to 1.1
so you don't end up using elements not supported by the shell's renderer.