Charles Milette
Charles Milette
I don't seem to be able to repro this :(
As an immediate workaround, the Store version should work fine.
Do you have WinUI 2.8 installed on your computer?
What's the purpose of this PR?
Try saving this as "StartupTasks.reg", merging it into the registry by double-clicking and accepting the prompt, then rebooting ```reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableFullTrustStartupTasks"=dword:00000002 "EnableUwpStartupTasks"=dword:00000002 "SupportFullTrustStartupTasks"=dword:00000001 "SupportUwpStartupTasks"=dword:00000001 ```
Make sure transparency effects are enabled in Windows settings.
What do you mean by disappear? What settings do you have?
You must have setup the program to automatically start somehow. You're gonna have to undo that.
> C++/WinRT then also adds on winrt as the projection namespace normally, but this can actually be configured. This can't be configured. cppwinrt always adds winrt to the namespace. You...
Make sure the file isn't named `.earlystart.txt`, Windows hides extensions by default. Otherwise, are the commands in the file valid? The program stops attempting to run the contents at the...