Questions tagged [windows-11]

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

742 questions
160
votes
12 answers

Generate new ssh keys in Windows 10 / 11

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 appear to be available in Windows 10. I need to have 3…
Rudenate3
  • 1,821
  • 2
  • 12
  • 13
61
votes
20 answers

"Docker Desktop Starting..." forever on Windows

I have installed Docker Desktop version 4.4.4 and it is not running. It only displays "Docker Desktop Starting ..." but never starts running. I have tried so many ways but didn't solve: Allowing the following files in windows firewall C:\program…
20
votes
10 answers

Android Studio Emulator is not working on Windows 11 using WHPX

I have Windows 11 on my system. The system specifiction: Edition: Windows 11 Home Single Language Update: 21H2 Installed on: ‎06-‎07-‎2021 OS build: 22000.65 Experience: Windows Feature Experience Pack 421.17400.45.3 I have fresh installed…
18
votes
5 answers

How can I find the Windows product name in Windows 11?

Windows 11, released yesterday, reports itself as Windows 10.0 just about everywhere - RtlGetVersion says 10.0, and if you ask VerifyVersionInfo if you are 11.0 or greater, it says no. There seems to be no new GUID to shove into app.manifest to say…
yaakov
  • 5,552
  • 35
  • 48
18
votes
4 answers

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 system.
Paul
  • 6,061
  • 6
  • 39
  • 70
17
votes
12 answers

Docker not starting on Windows 11 with WSL 2

I'm trying to setup docker with WSL 2 to run a Dockerfile. I downloaded Docker Desktop, and when I tried to follow the quick start guide, I got the following error: docker: error during connect: This error may indicate that the docker daemon is not…
Axiom
  • 181
  • 1
  • 1
  • 5
14
votes
4 answers

How to add a "Git Bash Here" context menu option to the windows explorer in Windows 11?

I've recently switched to Windows 11 and after installing git, I found out that the context menu option, to easily launch git bash, is not there. The good news is, that it is possible to access the old style context menu, along with the desired "git…
14
votes
6 answers

Is there an *official* way to detect Windows 11?

The following question contains various ways to detect whether a system is running Windows 10 or Windows 11: How to detect Windows 11 using Delphi 10.3.3 However, they all seem a bit "hackish" and brittle: checking file versions, build numbers,…
Heinzi
  • 167,459
  • 57
  • 363
  • 519
12
votes
3 answers

Enabling javascript debugger in VS 2022 freezes application

I have been searching for an answer for 2 days now so really hope someone can help. When I try to debug my project the application freezes, nothing happens in the browser it just keeps loading and there are no error messages. I realized that…
10
votes
3 answers

Is it possible to install SQL Server on Windows 11 running on Parallels on Mac M2 chip?

I have a brand-new Mac laptop with an Apple M2 chip. I have installed Parallels and installed Windows 11 under parallels. I have made a few attempts to install SQL Server 2019 Express on this Windows 11 OS, but every attempt have failed. Is it…
Eugene Goldberg
  • 14,286
  • 20
  • 94
  • 167
8
votes
4 answers

Android Emulator stuttering + Artifacts (Windows 11 on AMD Processor)

System Specifications: Windows 11 AMD Ryzen 9 5900x RTX 2080 TI ASUS PRIME x570 PRO Motherboard 32GB RAM The Android Emulator is extremely laggy (No matter the image chosen, I've tried all the way from API 21 to 33 and the problem persists on…
Roudi
  • 1,249
  • 2
  • 12
  • 26
8
votes
1 answer

gethostbyname says No such service is known. The service cannot be found in the specified name space

This simple piece of code in Windows results in an annoying debug message printed by gethostbyname. #include #include int main() { WSADATA wsaData; WSAStartup(MAKEWORD(2, 2), &wsaData); hostent* he =…
s4eed
  • 7,173
  • 9
  • 67
  • 104
7
votes
3 answers

cannot install github copilot on visual studio 2022

Like the title says. I cannot install github copilot on visual studio 2022 version 17.4.4 (latest) i am on a arm64 windows 11 parallels virtual machine on a macbook pro with m1 chip I cannot find the extension in the "manage extensions" window and…
7
votes
0 answers

How to create Windows 11 taskbar application?

I want to create a Windows 11 application that will work as built-in apps like "Widgets" or "Chat" in taskbar using C#. There is very little information on this subject on the Internet, so I want to ask those who understand the Windows 11 ecosystem.…
KhoDis
  • 131
  • 6
7
votes
2 answers

LINQ to SQL designer not opening/timing out (VS 2022)

On Visual Studio 2022, Windows 11. Linq to SQL tools is installed from installer (Individual Components). When right clicking a dbml file and View Designer, it just sticks on this and eventually needs an end task: Tried (to no avail): Clearing all…
mhapps
  • 1,023
  • 8
  • 15
1
2 3
49 50