Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
87 views

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 *-...
mklement0's user avatar
  • 452k
-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 (~...
rotabor's user avatar
  • 5,611
-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 ...
Kile Asmussen's user avatar
1 vote
2 answers
56 views

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, ...
komodosp's user avatar
  • 3,686
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
Simon Ferndriger's user avatar
0 votes
0 answers
51 views

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. ...
Micro Soft's user avatar
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: ...
silvio.ledergerber's user avatar
1 vote
1 answer
93 views

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 ...
guogan john's user avatar
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 ...
praks411's user avatar
  • 1,992
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 ...
AGA's user avatar
  • 80
0 votes
1 answer
33 views

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 ...
iamshiv's user avatar
  • 103
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 ...
KiYugadgeter's user avatar
  • 4,142
0 votes
2 answers
66 views

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 ...
Michelle Haase's user avatar
76 votes
21 answers
121k views

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: ...
Yidne's user avatar
  • 959
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 ...
AutumnKome's user avatar
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" ...
JMax's user avatar
  • 1,222
1 vote
1 answer
117 views

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 ...
Ch_Meier's user avatar
-2 votes
1 answer
189 views

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\...
Alex's user avatar
  • 45k
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 ...
GeorgeM's user avatar
  • 11
0 votes
2 answers
134 views

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 ...
Microscoop's user avatar
0 votes
1 answer
140 views

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 ...
user1550946's user avatar
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 ...
Tars's user avatar
  • 1
37 votes
17 answers
152k views

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 ...
Axiom's user avatar
  • 481
1 vote
2 answers
199 views

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 ...
GdsChld's user avatar
  • 79
4 votes
1 answer
185 views

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:\...
Graviton's user avatar
  • 83.2k

1
2 3 4 5
20