Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since Fall Creators Update, AppIds need to be valid #1

Closed
Boddlnagg opened this issue Oct 30, 2017 · 7 comments
Closed

Since Fall Creators Update, AppIds need to be valid #1

Boddlnagg opened this issue Oct 30, 2017 · 7 comments
Assignees

Comments

@Boddlnagg
Copy link

Before Windows 10 Fall Creators Update you could provide any string as AppId and it basically worked, but now it won't work anymore. This breaks the examples. See contextfree/winrt-rust#44.

@allenbenz
Copy link
Owner

Well that is disappointing, was nice that it worked without a valid id for a while.

Looks like other toast projects have mechanisms to add an AppId to the registry.

I'll take a look into that over the weekend.

@Boddlnagg
Copy link
Author

Boddlnagg commented Oct 30, 2017

This blogpost indicates that adding the AppId to the registry is not sufficient, which is why the BurntToast project switched to using the PowerShell AppId instead ...

@allenbenz
Copy link
Owner

So using {1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\\WindowsPowerShell\\v1.0\\powershell.exe as the appId would make it work again?

This seems like something that would get broken again in a new update.

@Ciantic
Copy link

Ciantic commented Sep 7, 2020

I think this is again broken, at least the simple example does not seem to produce anything. Windows 10 update 2004.

@mthelm85
Copy link

Simple example in the docs doesn't produce anything for me either. No error message, program executes, exits and no notification is shown.

@allenbenz
Copy link
Owner

Different issue.
For some reason a windows update made it sensitive to the application closing before the toast showed.
0.2.3 will add a 10ms wait after the show to prevent that from being an issue.

@allenbenz
Copy link
Owner

Closing the issue as using the powershell id has held for the last few years as a workaround to not having an installed application/proper app id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants