Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
228 views

I try to implement separate handling for wslg when "booting" my linux distro. I have adapted my distro environment so that I can also start GUI apps from the wsl (PS) console, I find it ...
Luckylazuli's user avatar
2 votes
2 answers
438 views

I'm trying to use Qt and C++ to draw a window on the windows desktop, between the icons and the wallpaper, to make that window into a wallpaper. This simplified version of my program makes a window ...
evamiaou's user avatar
0 votes
0 answers
255 views

I have a second external display and am trying to set the display brightness using powershell. I can easily set the brightness for the Primary (built-in) display, using the following: # Get CIM object ...
not2qubit's user avatar
  • 17.7k
-4 votes
1 answer
86 views

I've got this script that checks if directories are being used by trying to rename the dir, and additionally, checking if it contains some known temp files. it works well except when it encounters a ...
Bricktop's user avatar
  • 373
1 vote
0 answers
505 views

I am sorry if this has been discussed before, but I didn't find a confirmative answer after I searched this topic in the forum. Long story short, I have a very simply python snippet that used to work ...
Tao Sun's user avatar
  • 11
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 ...
Giovanni B's user avatar
0 votes
0 answers
81 views

I’m exploring how to customize and extend Windows 11 search to call my API and provide search results from it. I have tried the following approach, but it hasn’t worked: Step 1. Created a C# class ...
Ved Singhal's user avatar
0 votes
1 answer
2k views

I was recently trying to install StableDiffusion natively on my SSD that is not my main C drive, everything was working until I tried running webui-user.bat and it said "Getting requirements to ...
MikeBoss's user avatar
0 votes
1 answer
359 views

I'm experiencing an issue with Chromedriver installation during the bzt run. After downloading a zip file, the system seems to be looking for it in the following path: 15:23:03 ERROR: ...
S. Fernando's user avatar
3 votes
3 answers
1k views

I'have created simple SpringShell app (java 21 and maven) using spring initializr and created class HelloCommand.java. While running app in IntelliJ IDEA I'm occurring a warning Unable to create a ...
milosz_amg's user avatar
1 vote
0 answers
270 views

I am facing an issue in getting CPU Processor ID with C++ code. I used __cpuid() function as below: #include <iostream> #include <intrin.h> int main() { unsigned __int32 regs[4]; ...
Udaya's user avatar
  • 11
0 votes
0 answers
37 views

All of the above might be related to one problem, I installed Windows 11 from Windows 10 and I open VS Code and I am not able to enable tag parser settings.json file below: { "files....
Abhinav Vyas Kuchibhotla's user avatar
2 votes
1 answer
185 views

I'm creating a Qt Widgets application and deploying it on Windows 11 tablet. Currently, when I click on a QLineEdit, the Windows 11 integrated virtual keyboard appears and I can edit the text. But, ...
user26304607's user avatar
1 vote
0 answers
150 views

I am currently developing a hands-free application on Windows using the PhoneLineTransportDevice API. In order to use the related features, I first call PhoneLineTransportDevice.RequestAccessAsync() ...
Taylor Yi's user avatar
0 votes
1 answer
295 views

In terms of software development course I had to set up PostgreSQL on my laptop (Windows 11 x64). At pgAdmin on server creation (register) stage I reveived unreadable error message. I only managed ...
ClayMix's user avatar
  • 13
0 votes
0 answers
132 views

Recently I downloaded gfortran through tdm-gcc, and I downloaded Visual Studio Code with three add-ons: C/C++, Modern Fortran, and Code Runner. I created a folder labeled "Fortran Projects" ...
JoeTheGreatest616's user avatar
2 votes
1 answer
610 views

I was trying to install wdm ~> 0.1.1 with gem 3.5.11 on Windows 11 and getting this error: Using rubygems directory: C:/Users/willi/.local/share/gem/ruby/3.3.0 Temporarily enhancing PATH for MSYS/...
Idad Wind's user avatar
0 votes
0 answers
91 views

I have a custom credential provider that was previously using the eventcreate process to log messages. However, after making changes to the logging mechanism, the credential provider has stopped ...
Stew's user avatar
  • 386
0 votes
1 answer
36 views

I want to establish a SSH connection to EC2 Instances on AWS using the onboard OpenSSH client on windows 11. The Client is installed and running (checked with Get-Service sshd). I also created a .ssh\...
aerioeus's user avatar
  • 1,410
0 votes
1 answer
276 views

I have a problem with the controls in Word VBA. I am using the ListView1 object in my scripts, which works without any issues on Windows 10 and Office 2016. However, I can't get it to work on Windows ...
SchützenPaul's user avatar
0 votes
2 answers
1k views

I'm trying to set up MySQL on XAMPP on my Windows 11 machine, but I'm encountering persistent issues that I can't resolve. Here is a detailed account of what I've done and the errors I'm seeing. ...
Anastasios3's user avatar
1 vote
0 answers
2k views

I'm trying to install Binwalk on Windows. Everything seems to be installed, but when I try to start python3 setup.py installin response I get : Traceback (most recent call last): File "C:\...
user25532117's user avatar
0 votes
2 answers
869 views

I am reaching out due to an issue while trying to run a ".py" file on Windows 11. After entering this on the command prompt: py \C:\Users\ibrah\AppData\Local\Programs\Python\Python3.12\...
IbraProjects's user avatar
1 vote
0 answers
59 views

The code below takes an image and sets it as the desktop wallpaper for all my monitors, but how can I set the wallpaper for just one specific monitor? import os import ctypes path = os.path.abspath(&...
pyjamas's user avatar
  • 5,507
-2 votes
1 answer
146 views

Tried Downloading Netfilterqueue with all the python 3 versions that microsoft store has from 3.7 - 3.12 and it's not working. How can I fix the download "pyproject.toml" error? What other ...
user25383056's user avatar

1 2 3
4
5
20