Skip to main content

Questions tagged [windows]

Writing software specific to the Microsoft Windows operating system: APIs, behaviours, etc. GENERAL WINDOWS SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com

0 votes
0 answers
5 views

Can I use remote desktop connection into a private address on a different network via RD Gateway server

I am trying to see if there is a way of having a terminal server (Windows 2019 VM) in the AWS on a private subnet and private IP address and be able to RDP by bypassing my existing RD Gateway server ...
Keynote's user avatar
-3 votes
0 answers
14 views

Shared folder between windows 10 Host and Alma Linux linux 9 with hyper v as the hypervisor [closed]

I have a host machine which is windows 10 and a VM which is Alma Linux 9. I need to create a shared folder between the 2, with HYper V as the hypervisor. Is it possible? I have tried creating a samba ...
anupurba mitra's user avatar
0 votes
0 answers
24 views

Why Wireshark doesn't capture outgoing api requests made by localhost app backend?

I'm trying to use Wireshark to capture outging network traffic made by a localhost app's backend. Specifically, this "network traffic" is an api request made by the localhost app's backend ...
OfirD's user avatar
  • 10.2k
-1 votes
0 answers
12 views

Is it possible to create a fully-featured Kotlin multi-platform web browser using GeckoView for Android, Windows and macOS?

Currently, If I need to create a fully-featured web browser for all three major platforms, I have to: iOS and iPadOS: Program in Swift and use WKWebView (WebKit) for the browser engine which lacks ...
Vulkan's user avatar
  • 1,038
-4 votes
0 answers
80 views

Why does the program freeze? [duplicate]

I've written the following code where two pointers are: char* and int*. They all point at the 'sym' variable that just contains one symbol. Just for fun, I decided to change the symbol using the int ...
ascending's user avatar
0 votes
0 answers
9 views

Syntax Error in Next.js v13.5.4 Deployment on IIS Server (Windows)

I am experiencing difficulties deploying my Next.js v13 application on a Windows Server running IIS. After deployment, I encounter a syntax error that prevents the application from running properly. ...
Hammad Azam's user avatar
0 votes
0 answers
26 views

CMAKE: External project, configure fails on GithubActions - works locally

I made a function that downloads a ZIP then unpacks it, and then copies part of the subtree to the build dir (i need some resources in my build dir). The function works here on my Windows machine, ...
elcuco's user avatar
  • 9,120
1 vote
0 answers
33 views

How do I make CMake find default system libraries to link against without manual script manipulation?

I am trying to build a CMake project on my new pc, I have installed the appropriate Windows 10 Dev kit. But when trying generate the build files using cmake, I am getting linking errors by the cmake's ...
LakshyaK2011's user avatar
-1 votes
0 answers
17 views

How to Create a Custom passfilt.dll for Active Directory Password Policy Enforcement? [closed]

I need to create a custom passfilt.dll to enforce a more stringent password policy in our Active Directory (AD) environment. The default AD password policy is not sufficient for our security ...
-3 votes
0 answers
10 views

Problem after Join Domain using a Read-Only Domain Controller [closed]

I successfully joined the domain with RODC following this guide. After the first reboot, I was able to log in to the domain account on the computer. However if I restart the computer again, then I get ...
Platin's user avatar
  • 1
0 votes
0 answers
23 views

Using IIS MaxQueueItemAge performance counter

I want to use the built in performance counter MaxQueueItemAge from the "HTTP Service Request Queues" to measure how long the latest request to my application waited in the IIS queue. This ...
Dan Pincu's user avatar
  • 203
-1 votes
0 answers
19 views

Does anyone know where to find full explanations of all SysInternals Process Monitor `operations` and `result` codes?

I'm using SysInternals Process Monitor and I wanted to find out a full explanation of each operation and each result code that can appear in the ProcMon event list. I kind of understand a few of them, ...
skeetastax's user avatar
  • 1,436
0 votes
1 answer
36 views

Python - Clear and Print to Same Line for Multiple Lines on Command Prompt

I want to clear and update the same lines on command prompt for each file it processes with Python. First I tried using ANSI codes using sys.stdout.write('\033[F\033[F\033[F') and sys.stdout.write('\...
Wolf Zwiener's user avatar
2 votes
1 answer
32 views

Can Client use the same Socket object to reconnect to remote after disconnect

Maybe the simple answer is no, a new socket object must be created each time... but my situation is. Client creates socket and uses ConnectAsync to connect to remote server ConnectAsync Completed ...
Ranald Fong's user avatar
-8 votes
0 answers
61 views

Windows Logon Screen Keylogger in C [closed]

I got this code for keylogging in C. It does not work for Windows OS logon screen, I think that OS blocks it somehow. What can be done to allow logging in the login screen? #include <stdio.h> #...
Skywater's user avatar

15 30 50 per page