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
0 votes
1 answer
37 views

I am not allowed to install anaconda on my enterprise machine, so I decided to use pyenv to manage virtual environments. I am following this tutorial to get my hands on pyenv. I think that my issue is ...
Sina NAKHOSTIN's user avatar
-1 votes
0 answers
39 views

I'm running into issues with binding.pry on Windows 11. When I insert it into my Ruby script, the program reaches that line but either skips over it or pauses without accepting any input. 🧪 Problem: ...
Harshwardhan Patil's user avatar
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
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
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
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 ...
x.format'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
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
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
1 vote
1 answer
787 views

I was trying to uninstall Python 3.11 from my Windows 11 Pro 24H2 laptop. When I tried from: Windows Settings → Apps or Control Panel → Programs and Features the uninstallation failed multiple times. ...
Shiny's user avatar
  • 41
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 ...
Malakia's user avatar
  • 39
2 votes
1 answer
169 views

I followed several hints on how to get the "default browser" in windows, but they all are how to read the registry path from Current.User: Software\Microsoft\Windows\Shell\Associations\...
bobwki's user avatar
  • 952
0 votes
0 answers
26 views

I have a Ms 'Work or School' user account which is linked to a cloud Exchange 365 family group. I used this account to set up a new PC. I have also set up a local administrator account. My W/s User ...
David's user avatar
  • 656
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
3 votes
1 answer
104 views

I have a JavaFX desktop application that started having rendering issues after updating the Intel Iris Xe graphics driver. On Java 11 + JavaFX (Zulu distribution): openjdk version "11.0.25" ...
Guilherme Almeida'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
0 votes
0 answers
53 views

My current code opens the desired URL and rename the window to the string I prefer, but just update the page that is open to the browser and with that my personalized name is lost and the web page ...
Digital Farmer's user avatar
0 votes
2 answers
329 views

Using this default model, if I separate one of these URLs in a new window and use it for reading, the next URL open will open in the window I've separated for reading, obviously hindering my reading. ...
Digital Farmer's user avatar
2 votes
1 answer
413 views

I am running Windows 11 Pro 64-bit 24H2. When I press WIN+C (the shortcut to show Copilot), I get this screen asking me to sign in Copilot. This IMO shows that Copilot is installed on my machine. Now ...
user1580348's user avatar
  • 6,099
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
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
0 votes
0 answers
67 views

How to upgrade from Windows 10 to 11 without impacting users: We use Windows 10 Multi-Session We don’t use FSXProfiles (profile redirection) - all user profiles are being stored on the hard drive ...
IT Analyst's user avatar
0 votes
0 answers
78 views

I have an application in which I need to (at least while it's running) show the taskbar on all Windows displays, so I'm looking for a way to programmatically toggle the Windows "Show my taskbar ...
JRiggles's user avatar
  • 7,268
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

1
2 3 4 5
20