960 questions
4
votes
2
answers
216
views
Prevent Android app from running on Windows 11
As new Windows 11 has Android app support, it also increases the risk of app tempering. How can we prevent our app from running on a Windows 11 device?
5
votes
4
answers
7k
views
How to detect Windows 11 using Delphi 10.3.3
I use TOSVersion.ToString function (uses SysUtils) to detect Windows version. However this is what I get in Windows11:
Windows 10 (Version 10.0, Build 21996, 64-bit Edition)
Is there any reliable way ...
3
votes
0
answers
451
views
How to retain rounded button corners on windows 11 devices but change button border color | C# WinForms .NET5
So I have been making a winforms project, the problem is that Windows 11 has rounded button corners which only appear on the Flatstyle: Standard setting. I have both a light mode and a dark mode in my ...
20
votes
4
answers
12k
views
What's the supportedOS GUID for Windows 11?
There are documented values for Windows Vista to 10. The first Insider build of Windows 11 was just released, and the documentation wasn't updated yet, but perhaps it can be found somewhere in the ...
170
votes
12
answers
471k
views
Generate new ssh keys in Windows 10 / 11 [closed]
I am having a really hard time getting my SSH keys up and running after installing Windows 10. Normal method is create it and throw it in the user's account under .ssh. But this folder does not ...