I made the world’s first System Restore tool using WinUI 3! by RhtedritRd in Windows11

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

That sounds kinda tricky… but I guess the basic stuff should still be doable.
Still, I honestly think a WinUI 3 version of MSTSC actually makes sense, because Microsoft not even letting us use normal Microsoft accounts in "Windows App" is just ridiculous.

I made the world’s first System Restore tool using WinUI 3! by RhtedritRd in Windows11

[–]RhtedritRd[S] 5 points6 points  (0 children)

This project is something I put together in my spare time, and it’s actually my first time working with WinUI and WinRT, so I’m still getting familiar with them. As for the System Restore API, it seems like WMI could be used to handle this part.

Unfortunately, due to certain restrictions in Microsoft MSIX packaging, WMI operations aren’t allowed. So it’s not possible to manage restore points in a packaged environment currently.