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

windows
0 votes
0 answers
15 views

While running vuejs it throws error @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree

I have web application which is build in VueJs, Express and NodeJs. The Node version is 12.22.9 and npm version is 8.3.1. I install it corectly but while build in vue files it throw an error. ERROR ...
Nitin Sonawane's user avatar
0 votes
0 answers
7 views

Why IRP_MJ_WRITE not trigger when do the file compressing?

I am devleoping the file filter driver on windows. I want to detect the compressing operation on windows , so i listen the IRP_MJ_WRITE in my minifilter dirver and calculate the entropy to determine ...
user3365407's user avatar
0 votes
0 answers
12 views

Windows Overlapped I/O with IOCP and FILE_FLAG_NO_BUFFERING is exceptionally slow in random 4K scenario

I am developing an asynchronous I/O framework for Windows LLM inference. Suppose I have 8 threads executing computation tasks. When a computation task finds that the required neurons for the next ...
Yy Lee's user avatar
  • 1
0 votes
0 answers
31 views

Change the active partition of LTO in c++

I've been trying to change the active partition of an LTO8 tape in Windows 10 pro using the following code snippet (which gcc compiles without any warnings) but can able to change offset low ...
Sher's user avatar
  • 1
-3 votes
0 answers
11 views

Ubuntu WSL i/o errors [closed]

I'm using Windows 11 with Ubuntu installed via Windows Subsystem for Linux 2. I've started having issues with I/O errors after the computer has been in stand-by or just after a couple hours of idle (...
jsmooth's user avatar
0 votes
3 answers
47 views

Is string.indexOf() treated the same on Linux vs Windows?

I'm not an experienced JavaScript programmer. This is my first project using JS. I'm developing on Linux and am at the point for my first release. Running the project on a Windows machine I came ...
Marshall's user avatar
1 vote
1 answer
61 views

What is the difference between these two functions in x64 assembly?

I'm playing around with lower level stuff in C on Windows (x64) to try and learn low level concepts. I ran across something I don't understand and just wonder if someone could explain something to me....
Stephen Francis's user avatar
-7 votes
0 answers
31 views

Java executable fails with no class found error when placed under C drive [closed]

I'm experiencing an odd issue where executing a java executable it throws no class found error when the runnable jar is placed under C drive. The runnable jar has dependencies in a lib folder which is ...
user6332430's user avatar
0 votes
1 answer
35 views

What API call will tell me the number of PIN attempts remaining on a smartcard?

I am successfully retrieving certificates and their private key as follows: PCCERT_CONTEXT cert = NULL; if (!(cert = CertFindCertificateInStore(sys, X509_ASN_ENCODING, 0, CERT_FIND_EXISTING, ...
Graham Leggett's user avatar
-1 votes
0 answers
39 views

3D Mouse: How to make two mouse cursors on Windows [closed]

I'm making a special mouse for 3D CAD programs. The mouse must move the model in Fusion360 and other programs on all axes But there is a problem. I really want the mouse to work without interfering ...
Ivan Revich's user avatar
0 votes
2 answers
31 views

Fatal error in launcher: Unable to create process using 'python.exe' and 'pip.exe'

I am encountering an issue while trying to use pip to install packages in Python on Windows. Whenever I run pip install package_name or any pip command, I get the following error message: Fatal error ...
HIMANSHU RAI 44's user avatar
0 votes
1 answer
18 views

os.environ different between console and vscode

I'm trying to read system variables in my python script but for some reason it doesn't work in vscode. I manually set the system variable MY_ENV_VAR to test through the system gui (windows). Now, when ...
Xoriun's user avatar
  • 117
0 votes
0 answers
32 views

Cornered Transparency on Panel and image issue

So i have this roundedPanel Component working very good. The corners are smooth as they should be, but that lasts till i set an image as background: above looks as it should but if i add an image to ...
BuLsONc4's user avatar
-1 votes
0 answers
26 views

want to get top 'N' cpu consuming process in the system using java default library

is there any builtIn library available in java to get the top 'n' cpu consuming process name and the percentage it's consuming.i want this program to work in any os such as windows,linux. i tired with ...
Arun Prasanth's user avatar
-1 votes
0 answers
33 views

Configure local windows 11 machine via Ansible in WSL

I currently using windows 11 machine that have enabled WSL 2. In WSL i have installed Ansible. My question is i want to using Ansible in my Windows 11 WSL to install notepad++. Here is my playbook ...
BK Kenny's user avatar

15 30 50 per page
1
2 3 4 5
11254