Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
9k views

I was trying ot install dlib on Windows 11 using Python version 3.10.7. After running pip install dlib the following error occured: Collecting dlib Using cached dlib-19.24.1.tar.gz (3.2 MB) ...
-4 votes
0 answers
68 views

I have a brand new computer with Windows 11 and I am facing a performance issue with MySQL I do ovserve on any other machine on the network and I not know how to fix. The MySQL server is running on a ...
-2 votes
0 answers
58 views

I have several utilities written in C# for .NET 4.8. After upgrading from Windows 10 to 11, the utilities are running ~4 times slower. Has anyone encountered this? The utilities parse large files (~...
-1 votes
1 answer
246 views

On Windows 11, I cannot access serial port with macro-based Excel to send a command to the serial port. But the same Excel is working fine on Windows 10. Please suggest a solution. Example: the ...
-2 votes
0 answers
52 views

This is not a code problem. There is no minimal code example. This is problem does not belong to a specific project. This problem is about an interaction between build environment, IDE, and operating ...
0 votes
1 answer
54 views

I use the following script, but unfortunately it doesn't lead to the desired outcome: #If WinExist("ahk_exe Microsoft.Media.Player.exe") Send ^m
20 votes
4 answers
12k views

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 ...
2 votes
0 answers
154 views

I create a new user via PowerShell, then remove unnecessary apps for that user. However, the new user must log in at least once before any apps can be removed, otherwise I get: The security ID ...
1 vote
0 answers
155 views

Recently I have to update from windows 10 to windows 11. I'm using address sanitizer with Visual Studio compiler. Before update now it was working fine but after switching from win 10 to win 11. I get ...
1 vote
0 answers
64 views

I have been using a bash script on my Windows environment for a long time to automate certain git commands. With a new Windows 11 installation I get a completely unexpected problem with the script: ...
2 votes
0 answers
101 views

I would like to calculate what is the current grid size for icons on my Desktop, so I can calculate how many icons can fit in 1 layer on it. I tried getting VerticalIconSpacing divided by -15 (which ...
0 votes
0 answers
1k views

I have an old Azure VM running W11 Multi-session 21H2 and I would upgrade it to 23H2 (latest version at the moment). I'm not able to apply any upgrade and Windows Update doesn't show any feature ...
1 vote
1 answer
798 views

I am asking for support related to a problem with shadcn installation. When I try to run the command npx shadcn-ui@latest init, it keeps installing dependencies and no more results for hours. System ...
0 votes
0 answers
102 views

I am creating a Windows installer for an app using Inno Setup but encountering a cx_Freeze fatal error: "Unable to change DLL search path", When trying to run the installed app on Windows ...
0 votes
0 answers
31 views

I have a Canon Eos R8 using EDSDK on Windows11. If I Open a session and leave it alone for 1 mins I sometimes get a shutdown event triggered. Why does it always call shutdown? I didn't turn off the ...
0 votes
1 answer
139 views

I'm trying to run PySpark code, but I'm having problems with it. versions: OS: windows 11 apache spark: 4.0.1 java: 17.0.12 2024-07-16 LTS python version: 3.11.9 hadoop: 3.3.6 Code: from pyspark.sql ...
4 votes
1 answer
3k views

Context: This question is about how to control, through configuration, whether programmatic cross-process window activation (making a window the foreground window with the input focus) is allowed, ...
0 votes
0 answers
46 views

I have tried compile win32 app with mingw-w64. But it raises an error undefined reference to __imp_CoCreateInstance' on mingw-w64. My mingw-w64 installation does exists on C:\mingw64 directory. And ...
0 votes
0 answers
91 views

If you try launching this program on Windows 11 from another program (like from Visual Studio), the message box will lack focus, and appear behind some other windows you have open: #include <...
0 votes
0 answers
45 views

I just upgraded to Windows 11 and opened my app that previously looked and worked fine in Windows 10. I am using python 3.11.15 with tkinter.Scrollbar objects for the scrollbars (not ttk). Some of my ...
0 votes
1 answer
147 views

I am building a tool that needs to write raw data directly to the hard disk on Windows 11. I can successfully read from \\.\PhysicalDrive0 using CreateFile() and ReadFile(), accessing any sector ...
2 votes
2 answers
371 views

I would like to use the navigation used in the new windows 11 store (image below). But there is no premade control for this style, only the NavigationView. Did Microsoft not made this public so we ...
6 votes
1 answer
1k views

In our software we occasionally need to pass a date and time value in some sort of String format which may end up being used in SQL and converted back to a DATETIME. I wish it weren't so, but it is ...
1 vote
1 answer
121 views

Since installing bun on my Windows 11 pc and using node.js with npm for a several years, all of the npm functionality have crashed such as npm start and npm create in react.js and react-native. Also ...
0 votes
0 answers
137 views

I have a C# program (running on .NET 8) that signs data using an RSA key that is stored in Windows cert-/keystore. The key had been imported using Windows certmgr.msc into the "Personal" ...

1
2 3 4 5
20