Microsoft Windows version 11 is an operating system for computers. Use for questions about software development on or for the OS. General support questions are OFF-TOPIC and may be asked on https://superuser.com
Questions tagged [windows-11]
742 questions
7
votes
2 answers
Glitches in Chrome Browser in Android Emulator [Windows 11 Visual Studio 2022]
When I open chrome on emulator & browse any website, I get this:
Specifications:
OS : Windows 11 Pro
Processor : Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz 2.00 GHz
GPU : AMD Radeon RX 550
Android SDK Version : 30.8.4
IDE : Visual Studio…

The Backer
- 568
- 1
- 3
- 10
7
votes
3 answers
Ideas on how to get around Windows 11 ARM not supporting IIS
My new Macbook Pro running on an M1 Max (ARM) chip just came in. I installed Parallels and Windows 11 Preview for ARM, and Visual Studio installs / launches / builds my solution beautifully. Unfortunately the turn windows features on or off dialog…

Justin
- 17,670
- 38
- 132
- 201
6
votes
1 answer
Difference between Windows App SDK and WinUI 3
I develop many UWP apps to Windows 10, but to Windows 11 I have so many questions and sometimes the Microsoft Docs it's confusing. I want develop new apps to Windows 11 but I am totally lost!
What is the difference between Windows App SDK and WinUI…

Luís
- 157
- 2
- 10
6
votes
1 answer
How to support for Windows 11 "Snap Layout" to the custom maximize/restore button in WPF?
I have a WPF app using a custom Maximize/Restore button. In Windows 11, mouse hover on maximize/restore button does not pop up snap layout feature like below:
Does anyone have any idea fixing this issue? Kindly advise.
TIA!

vishal
- 596
- 2
- 12
- 31
5
votes
3 answers
How can I determine if a user's PC is running Windows 10 or Windows 11 for Excel functions?
I have an Excel workbook used by several other users. I've discovered that a few of the functions work differently on different windows OS. My workbook needs to react to the different windows.
In the past,
b =…

Balloon Tom
- 61
- 1
5
votes
1 answer
what is courgette.log file and why was it automatically saved on my desktop?
I looked up on the internet and it said courgette.log file is based on docker.
I am using Docker version 20.10.17, build 100c701 on Windows 11 Home.
But I have docker installed for a long time now. Why did courgette.log file appear today itself…

Always_a_learner
- 285
- 12
5
votes
1 answer
Windows Clipboard History - How to view the history from PowerShell
Currently I'm trying to figure out how to use Clipboard history in PowerShell.
I know that Get-Clipboard -command shows you the last item in Clipboard, but how to access those 25 others?
Using Windows + V you can see values stored in the history and…

GetSomeLemons
- 61
- 4
5
votes
3 answers
Make vsCode not ask for gitlab ssh passphrase on push
I created the ssh key, added it on gitlab, and followed the instructions. When I do a push from git bash everything works fine, it keeps annoying me to enter the passphrase every time. But when I try to push from vsCode it doesn't ask me for the…

Tinaira
- 727
- 2
- 7
- 23
5
votes
0 answers
Windows 11 Insider Build 22567.100 - ICO files giving "Runtime error 7:Out of memory" with ImageList.Add in VB6 code
When we are loading ICO (icon files) using 'ImageList.ListImages.Add' method in VB6 code, it is throwing "runtime error 7 - out of memory" message , in a Windows 11 PC with Insider Build 22567.100. It is working properly when ICO files are loaded…

IT researcher
- 3,274
- 17
- 79
- 143
5
votes
1 answer
Is there any possible way to run Android apps on Windows Subsystem for Android by Android Studio?
It would be great if we can debug Android apps on Windows Subsystem for Android.

Theppasin Kongsakda
- 189
- 4
- 13
5
votes
1 answer
Windows 11 Cascade Windows: possible with e.g. AutoHotkey, not with VBScript or PowerShell
In Windows 10, I was able to use "Cascade Windows" with a simple .vbs script:
set objShell = CreateObject("shell.application")
call objShell.CascadeWindows()
The same is possible with PowerShell:
$ShellExp = New-Object -ComObject…

Stijn Bousard
- 331
- 2
- 8
5
votes
4 answers
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 to detect Windows 11? I'm using Delphi…

Xel Naga
- 826
- 11
- 28
4
votes
1 answer
Why did Ctrl+Space (Autocomplete) suddenly stop working in Android Studio, Intellij, and other JetBrains IDEs?
I noticed that Ctrl + Space had stopped giving me autocomplete suggestions.
I had to delete the preceding code and start typing again to get any autocomplete suggestions. At first I thought it was related to suggestions from GitHub CoPilot, but…

Jeff Neet
- 734
- 1
- 8
- 22
4
votes
0 answers
Windows 11 and QT5.14: "8007277C No such service is known" when making request to Microsoft Server 2016 Datacenter
We have a data server running on an AWS instance of a Windows Server 2016 Datacenter. I have just compiled the program and while running in debug mode am trying to make requests to the server to return some information. However, on each attempt to…

jabroni
- 167
- 16
4
votes
1 answer
Java doesn't recognize Unicode character in path on Windows 11
Java isn't able to recognize Unicode characters with the Beta: Use Unicode UTF-8 for worldwide language support option enabled.
The path to my user folder is C:\Users\Otávio Augusto Silva, and the á character is causing some trouble for java.
By…

Otávio Augusto Silva
- 385
- 3
- 13