960 questions
-4
votes
1
answer
87
views
Scripted installation of the Active Directory (ActiveDirectory) PowerShell module on Windows 11 [closed]
Please note: Because this is a self-answered question, there is no solution attempt in the question itself.
In my PowerShell scripts I'm using the ActiveDirectory module, which contains the various *-...
-2
votes
0
answers
58
views
A .NET utility is running slowly after upgrading to Windows 11 [closed]
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 (~...
-2
votes
0
answers
52
views
Could not copy file during build due to "zombie process" [closed]
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 ...
1
vote
2
answers
56
views
MSP not updating files when run in quiet / passive mode
I have a patch (MyPatch.msp) which updates a .NET application from version 6.13.7604 to 6.14.7605
If I run the following command
msiexec /update MyPatch.msp
it shows the installation dialog boxes, ...
0
votes
1
answer
54
views
Autohotkey Script for starting Windows 11 Media Player in Mini Mode
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
0
votes
0
answers
51
views
Date & time not being shown in japanese
I am using IBM MQ on a Windows 11 machine that was originally installed with the Japanese language pack—in other words, unlike the typical en-US installation, mine came with Japanese as the default. ...
1
vote
0
answers
64
views
redirect STDERR in git-bash for Windows (11) not working any more
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: ...
1
vote
1
answer
93
views
Android Studio not launching or working after upgrading from Windows 10 to Windows 11
I recently upgraded my computer from Windows 10 to Windows 11, and since then, Android Studio no longer works.
When I try to open it: Nothing happens at all - no error message, no IDE window.
I’ve ...
1
vote
0
answers
155
views
Address sanitizer error CHECK failed: Interception failure, stopping early on windows 11, visual studio 2022, x86 project
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 ...
0
votes
0
answers
102
views
cx_Freeze fatal error: "Unable to change DLL search path"
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
1
answer
33
views
How can we enable full Windows desktop access from within a custom shell on Windows 11 IoT Enterprise?
We’re using Shell Launcher to replace the default shell with our custom application. The custom shell launches correctly, and everything works as expected.
However, our application includes a “Run ...
0
votes
0
answers
46
views
undefined reference to `__imp_CoCreateInstance' on mingw-w64 [duplicate]
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
2
answers
66
views
AutoHotkey script problems
i have a Hotkeyscript for german umlaute. This Script has been working for years, since this morning it doesn't. i use ALt and ALT SHIFT combinations with several letters and now the windows shortcuts ...
76
votes
21
answers
121k
views
"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:
...
0
votes
0
answers
45
views
python tkinter scrollbar windows 11 weird behavior
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
0
answers
137
views
Windows 11: private key not usable when protected vbs + high security (password)
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
vote
1
answer
117
views
UDP multicast stream suddenly stops for 1-30 secs and automatically starts again
I am trying to receive an UDP multicast data stream with an UdpClient (C# on .NET 8). The messages are binary encoded messages, size approx. 90 bytes each, approx. 50-60 messages per second.
Receiving ...
-2
votes
1
answer
189
views
How to fix pyenv on windows 11?
On windows 11 I use pyenv to be able to select a specific python version. I want to select python 3.11.9, and the output of
pyenv versions
is:
3.10.11
3.11.8
* 3.11.9 (set by C:\Users\WORK\.pyenv\...
1
vote
1
answer
121
views
Npm Commands such as: npm create vite@latest or npm start don't work after installing Bun on WIndows 11
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
2
answers
134
views
Why does the button recognize clicks despite deactivation?
Program outline: show a helpfile (PDF) on button click -> runs well
But if I press the button even though the file is still open, the frontend remembers this and then opens the file as often as it ...
0
votes
1
answer
140
views
Print Support Application - Invalid Appx Manifest
i want to create a PSA (Print Support Application) using dotnet 9.0.300 and Windows 11 SDK. I'm using VS Professional 17.14.2. OS is Windows 11 Pro Version 10.0.26100.
The deploy results in the ...
0
votes
0
answers
31
views
Canon EDSDK kEdsStateEvent_Shutdown Error
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 ...
37
votes
17
answers
152k
views
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 ...
1
vote
2
answers
199
views
Docker unable to find local images on command line
I have a Dockerfile that I plan to use for test/deployments.
Been running these commands both on visual studio code as well directly from command line.
sample below.
FROM ubuntu:20.04
WORKDIR /app
I ...
4
votes
1
answer
185
views
`%~dp0` doesn't always return the current directory [duplicate]
I put Daily Test Run.bat inside E:\Test folder. This is the content of the bat file:
@echo off
cd /d "%~dp0"
echo %~dp0
cd /d E:\Dev
cd /d "%~dp0"
echo %~dp0
Then I cd to E:\...