Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
60 views

I want to improve my system resource check on Windows 10. Currently I use the PerformanceCounter to get the core values. I read the information every second and show a little message when the usages ...
Martell's user avatar
  • 23
1 vote
1 answer
53 views

I was trying to manually craft my own windows pe and for some reason cant seem to find out why my program isnt running, ive crossed checked all my alignments, file alignments, section alignments and ...
Daniel's user avatar
  • 61
Advice
0 votes
3 replies
75 views

I'm trying to write a Python script that changes the desktop wallpaper. Currently, I can change the wallpaper for the current virtual desktop using ctypes and the Windows Registry: import ctypes ...
22aroma's user avatar
  • 58
0 votes
0 answers
41 views

From Git Bash, is there a way to launch a new command prompt window and pass commands to it?
Q42's user avatar
  • 23
-3 votes
0 answers
43 views

How can I detect C2C communication on Windows? I want to understand what kind of behavior or patterns should be monitored to identify possible C2C activity.
Husen Komilov's user avatar
0 votes
0 answers
58 views

I've managed to stream raw PCM audio data from Microsoft's text to speech engine. The main implementation is here (included below): https://gitlab.com/bgc-nz/windows-com-programming-showcase/-/blob/...
edition's user avatar
  • 726
4 votes
1 answer
29 views

I'm trying to install PyGObject to work with GTK3 and I'm running into: ImportError: DLL load failed while importing _gi: The specified module could not be found. I've run the following commands in ...
Mazianos's user avatar
0 votes
1 answer
28 views

I have a basic python application that I'm running through docker compose. I've been using it for a while now and has been fine, however recently, I have not been able to run docker compose with the --...
Jeff Mercado's user avatar
-1 votes
0 answers
15 views

Running Apache 2.4.57 & Tomcat 11.0.18, both on Windows 11. I'm trying to get Apache to reverse proxy to Tomcat over a Unix Domain Socket. I've tested this out on Ubuntu and it works. I'm not sure ...
Jason O'Connell's user avatar
-1 votes
0 answers
35 views

For historic reasons (mainly because I had once mapped a network drive as my home directory on two different computers to keep them automatically "in sync") I maintained the habit of using a ...
mmo's user avatar
  • 4,428
3 votes
1 answer
159 views

My Java application is installed to another application's "test area", resulting in longer absolute file paths than usual. I can load native libraries from a short file path: System.load(&...
Basilevs's user avatar
  • 24.8k
Advice
0 votes
1 replies
72 views

I want to use OpenAI Codex (CLI/app), but it appears that it is not officially available for Windows. I checked the official documentation and release pages, and I couldn’t find a Windows installer or ...
ANKUSH PATRA's user avatar
0 votes
1 answer
43 views

I'm facing a persistent connection issue with Mongoose and MongoDB Atlas ever since I updated/reinstalled Node.js to version v22.22.0. Interestingly, the exact same code works perfectly when deployed ...
Hamala diaby's user avatar
-3 votes
0 answers
35 views

which mechanism handles the "object linking" in OLE by maintaining a persistent connection to a remote server's CSLID I want know that which mechanism handles the object linking in OLE is it ...
Peafowl Apodidae's user avatar
2 votes
1 answer
72 views

I am using Delphi Alexandria (Win64) and I need to programmatically Pin and Unpin OneDrive files. I am attempting to use GetFileAttributes() and SetFileAttributes() with FILE_ATTRIBUTE_PINNED and ...
Seekr's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
11197