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
19 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
0 votes
0 answers
11 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
0 votes
0 answers
13 views

How to check the View Templets item in the UI of TransferProjectStandards via user32.dll

in Revit i am trying to select the checkbox next to 'View Templates' in a ListBox of the TransferProjectStandards Dialog. I was able to implement the 'Check None' functionality, but I couldn't figure ...
Hans101's user avatar
-1 votes
0 answers
8 views

Nginx doesnt run in windows 7 sp1 , no error messages

I am trying to run nginx 1.3.1 on windows 7 sp1 and it doesnt start , no error messages. Nothing. I checked the error log in nginx , sometimes it says its starting the application , sometimes nothing. ...
Rain Man's user avatar
-1 votes
0 answers
21 views

Changing Taskbar (Shell_TrayWnd) Color to Transparent

I found a way to change color to fully transparent, by researching structure of DesktopWindowXamlSource of Taskbar (Shell_TrayWnd). DekstopWindowXamlSource structure: I'm curious is it possible to ...
Jacob Mordon's user avatar
0 votes
0 answers
7 views

Want the flutter webview windows to not reload the website when press Ctrl + R

I have just started to learn desktop application development with flutter. I want to show some website on my flutter app but when I press ctrl + R the page gets reload but I do not want that. Is there ...
Humanshu Jaglan's user avatar
0 votes
1 answer
20 views

Streaming an Updating Folder of Images with FFmpeg Without Restarting the Script

I'm working on a project where I need to stream a series of images stored in a folder using FFmpeg. My current command looks like this: ffmpeg -stream_loop -1 -f image2 -framerate 5 -i "C:\Images\...
Roy Raihenshtein's user avatar
0 votes
0 answers
11 views

Create a code to create a multiple virtual machines and run a script in powershell?

I have a difficulty in creating a code to create a multiple VMs in windows server. I should run a script in powershell to create VMs. A suggested code for the multiple VMs and a script to run in ...
Ram Fuertes's user avatar
0 votes
1 answer
17 views

How to run pipenv install?

I am trying to run pipenv install in cmd. But i keep getting the error Warning: Python 3.9 was not found on your system... Neither 'pyenv' nor 'asdf' could be found to install Python. You can ...
Lily White's user avatar
0 votes
1 answer
58 views

Has Windows a C API for Linked List in user space?

I found LIST_ENTRY. The page states Kernel-Mode Driver Reference. And clearly, I did not manage to use it in user space as expected. Here is my test: #include <windows.h> #include <stdio.h&...
OlivierM's user avatar
  • 3,082
-2 votes
0 answers
14 views

How to Seamlessly Distribute Application Processing Between Two Windows Computers Based on Resource Availability? [closed]

I'm looking to create a distributed computing setup using two Windows 10 computers, where applications can run on either computer based on resource availability. The goal is for users to interact with ...
Odd Magnus Grinder's user avatar
0 votes
0 answers
9 views

Infinite booting loop after firmware update [closed]

My laptop dell g15 5511 after updating firmware it is stucked in infinite booting loop and never log on to windows nor bios. And also the fan has a very high speed with hot air blowing from my laptop. ...
Hassan El_karash's user avatar
-1 votes
0 answers
32 views

Error running JAR File in Command Prompt (incorrect algo) [closed]

I'm trying to run a JAR file through the command prompt with the java -jar <jarfile> command. When I ran the command, I got this error. I tried searching online for what the error meant and how ...
Keiran Haas's user avatar
1 vote
1 answer
28 views

Powershell Script not removing Chrome when code says too

In my powershell code it is tasked to remove google crhome. The code compiles however it states Google Chrome is not installed on the PC. However Google Chome is installed on the PC. I dont understand ...
John Z's user avatar
  • 21
0 votes
0 answers
13 views

No known features for CXX complier Error for Windows

enter image description hereI was trying to install opencv file paths and qt on cmake. I added the appropriate paths and configured, I did not receive any errors, but when I try to generate, I get a ...
Anka Hanım's user avatar

15 30 50 per page
1
2 3 4 5
11253