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

Windows 11, 64-bit, Firefox certutil.exe [closed]

I’m trying to get Windows 11, 64-bit, Firefox certutil.exe to programmatically import my cert into Firefox. I’ve tried Windows Visual Studio, Ubuntu, MSYS2_MINGW64 with varying degrees of success. I ...
user3002933's user avatar
-4 votes
1 answer
65 views

Setting a window as wallpaper [closed]

So I am trying to make my own wallpaper engine (for Windows 11) to render OpenGL shaders on my desktop wallpaper. However, I am facing a problem. I found out that I need to get a WorkerW window and ...
Ilea_Bogdan's user avatar
0 votes
1 answer
22 views

VSCode stuck in "Opening remote" / "No WSL distros found" error

It was working fine a couple of days ago, now it's stuck in "Opening remote". An error is shown on a toast saying: "No WSL distros found. New distros can be installed from the Microsoft ...
Danziger's user avatar
  • 21.3k
0 votes
0 answers
55 views

How accurate does the WIN32_FIND_DATA returned by IFileSystemBindData have to be?

I want to convert from using SHFileOperation to IFileOperation, but IFileOperation requires an IShellItem for each file. I don't want to create actual IShellItems, because I want the shell to handle ...
mbolp's user avatar
  • 103
0 votes
0 answers
24 views

Can't debug Javascript in WebView2 in a Windows c# app in VS2022

In Visual Studio 2022, I would like to set breakpoints, watch variables, and log output from the Javascript of a WebView2 component used in a Windows app written in C#. This should be possible, ...
Henrik Erlandsson's user avatar
-3 votes
0 answers
52 views

How can I emulate Linux secure delete (shred, dd, wipe) on Windows? [closed]

On Linux, tools like shred, dd, or wipe can securely delete files or even overwrite an entire disk to make data unrecoverable. On Windows, the normal delete just removes file references, and the data ...
Abhishek Khot's user avatar
-1 votes
0 answers
85 views

RuntimeException: System.Management.Automation.CmdletInvocationException: Illegal characters in path. ---> System.ArgumentException: [closed]

I have a windows service which is running as expected. It runs a powershell script on the machine. It was working fine before 3 days, but not it has started giving the runtime excption on windows 11 ...
viveknuna's user avatar
0 votes
0 answers
32 views

ida pro produced asm.file

I'm using IDA PRO for disassembling certain retro games and I have encountered a problem I can't fix anyhow. I can export the .asm file with the disassembled code but it seems like I can't export the ...
Marian M.'s user avatar
-3 votes
0 answers
24 views

RDP "console session in progress" error when connecting via loopback IPs [closed]

I’m encountering an issue with the Remote Desktop Connection app on Windows 11 and Windows Server 2025. When attempting to connect to RDP through any IP that resolves to the loopback adapter (e.g., ...
Mohit Kumar's user avatar
0 votes
0 answers
28 views

What exactly happens on --user-mode-networking on WSL2? [closed]

When I create a podman machine with podman machine init --user-mode-networking myvm it creates a new network interface called podman-usermode. From the podman documentation we know: Since WSL shares ...
jschnasse's user avatar
  • 9,756
4 votes
2 answers
139 views

ftell() no more returning the correct offset on a text file with Windows 11 Enterprise

A few weeks ago (August 7th, 2025) an old C program started corrupting its output file and after investigation, I found the ftell() function is no more returning the correct offset in a text file. I ...
damorin's user avatar
  • 1,564
0 votes
0 answers
29 views

FTDI Communication Problem with Pylibftdi on a Windows Machine

I have a Digilent Nexys Video Artix-7 FPGA development board. This board has two Micro USB ports. One is used for UART-USB communication, and the other one for uploading bitstreams(as a JTAG). I ...
Arda Ünal's user avatar
-1 votes
0 answers
35 views

How to read and collect event log files from different operating systems using Python? [closed]

I am developing an agent (like a lightweight EDR/log collector) in Python. My goal is to collect system/application/security/network logs across different operating systems: Windows: Event Viewer ...
Agnimel Affo's user avatar
-1 votes
0 answers
70 views

Are filesystem operations thread safe? [closed]

If I write to the filesystem from multiple threads or separate processes, are the operations atomic/guaranteed to be free from race issues? For example, I write application logic where a program ...
David Alsh's user avatar
  • 8,025
4 votes
0 answers
58 views

How to specify x64 emulation flag (EC_CODE) for shared memory sections for ARM64 Windows?

I'm working on an application that uses shared memory sections between processes on Windows (for an IPC mechanism between processes, where one process generates code that is executed by another ...
kresh11's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
11209