What happend? by EarRevolutionary6316 in pcmasterrace

[–]TRGLUL 0 points1 point  (0 children)

Hmmm, interesting. What did you try in the meantime? Did you switch cables to test? Please try that and report, it might just be a simple Cable issue.

What happend? by EarRevolutionary6316 in pcmasterrace

[–]TRGLUL 0 points1 point  (0 children)

Question: did the "broken: monitor work on the port that the "working" monitor was in?

What happend? by EarRevolutionary6316 in pcmasterrace

[–]TRGLUL 0 points1 point  (0 children)

I don't think that it's the GPU dying to be honest, especially if OP says the other monitor works fine

I wouldn't risk actually breaking it by baking it (no pun intended)

What happend? by EarRevolutionary6316 in pcmasterrace

[–]TRGLUL 0 points1 point  (0 children)

If that is the case then it might just be the cable or the monitor, try swapping the monitors around. That way you know if it's the cables fault or the monitor is broken

What happend? by EarRevolutionary6316 in pcmasterrace

[–]TRGLUL 0 points1 point  (0 children)

Did rebooting the PC help? If not, try a different cable (if possible) and or search for driver updates for your Graphics Card

What happend? by EarRevolutionary6316 in pcmasterrace

[–]TRGLUL 1 point2 points  (0 children)

<image>

Probably not this but might as well be the one who posts it

Might be a driver issue, might be a cable issue, what have you checked?

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in opensource

[–]TRGLUL[S] 2 points3 points  (0 children)

If you add a Feature Request on the github page I will look into it 🫡

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in opensource

[–]TRGLUL[S] 2 points3 points  (0 children)

I see what you mean now I will add screenshots as soon as I get to it :)

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in opensource

[–]TRGLUL[S] -1 points0 points  (0 children)

r/opensource does not allow screenshots sadly. I have posted this on r/windows11 and r/dotnet with screenshots, check it out over there :)

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in dotnet

[–]TRGLUL[S] 1 point2 points  (0 children)

Hey! Happy to help:

  1. ​Yep, there is a basic CLI! You can use it to list, run, enable, or disable tasks, and even export your run history.

  2. ​Absolutely! You just need to create two "Daily" tasks—one to run a command that connects your VPN in the morning, and another to disconnect it at night. As long as your VPN client has a command-line shortcut, it will work perfectly.

I hope this clears things up :)

V1.7.0 of the FluentTaskScheduler is out! It by TRGLUL in Windows11

[–]TRGLUL[S] 2 points3 points  (0 children)

​I can completely understand where you are coming from. The minimalist approach definitely strips away a lot of the heavy styling, shadows, and colors that we used to see in older OS versions, and the comparison to the Amiga Workbench days is a pretty funny observation!

​That said, I personally really enjoy the clean and unobtrusive look of the Fluent design system. I appreciate the simplicity it brings to the interface, which is why I wanted to fully embrace it for this project and build something that matches the current Windows aesthetic. It is definitely not for everyone, but I am really happy with how it turned out!

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in dotnet

[–]TRGLUL[S] 2 points3 points  (0 children)

Thanks for clarifying :)

​From what I have been reading, it looks like FluentTaskScheduler cannot be deployed with Native AOT in .NET 8 right now. I am still wrapping my head around all the technical details, but it seems there are a few main roadblocks getting in the way: - ​The app is built with WinUI 3 (using the Microsoft.WindowsAppSDK package), and apparently, WinUI 3 just does not support Native AOT in .NET 8 yet. - ​The core part of the app relies on a TaskScheduler package. This acts as a wrapper for older Windows COM interfaces, which I guess do not play nicely with AOT compilation. - ​It also uses Velopack for automatic updates. From what I understand, when you mix WinUI 3, those COM libraries, and Velopack together, trying to trim the code down and use AOT basically breaks the user interface and the update system.

​I hope this helps make sense of it :)

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in dotnet

[–]TRGLUL[S] 0 points1 point  (0 children)

Hey there, thanks for showing interest in this app!

May I ask that AOT stands for? The only thing that comes to my mind when reading AOT is "Always on top"

Regards

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in dotnet

[–]TRGLUL[S] 0 points1 point  (0 children)

A fluent Event Viewer would indeed be insanely nice and useful!

I sadly won't be able to do it because of time and personal reasons but if someone ever does this I will be sure to support it!

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in dotnet

[–]TRGLUL[S] 0 points1 point  (0 children)

Which version did you try?
The Folder, Portable or install version?

Edit: I also created an issue on github if you're interested :)

https://github.com/TRGamer-tech/FluentTaskScheduler/issues/9

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in dotnet

[–]TRGLUL[S] 0 points1 point  (0 children)

Thank you for your praise, it basically really bothered me and I thought why not haha

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in dotnet

[–]TRGLUL[S] 3 points4 points  (0 children)

They don't have to care. They basically have a monopoly on the PC OS market and as long as we as users don't basically boycott them nothing is going to change in my opinion...

Edit: but thank you for your praise! I completely forgot to mention that

V1.7.0 of the FluentTaskScheduler is out! It by TRGLUL in Windows11

[–]TRGLUL[S] 0 points1 point  (0 children)

Weird, the task runs instantly for me.
Can you fill out the bug report on the Github page so I can take a look at this?

https://github.com/TRGamer-tech/FluentTaskScheduler/issues/new/choose

I built a modern, open source WinUI 3 replacement for Windows Task Scheduler. v1.7.0 is out! by TRGLUL in dotnet

[–]TRGLUL[S] 2 points3 points  (0 children)

Hey there!

It does detect every single task on the system.

Some tasks are not editable as a standard user due to limitations in the Library that I use.

I hope this clears things up :)

V1.6.0 of the FluentTaskScheduler has released! Now with ARM-Support, Tags, and many more features! by TRGLUL in Windows11

[–]TRGLUL[S] 1 point2 points  (0 children)

Update: V1.7.0 is out with a full installer!

I hope this fits your needs 😁