Category "windows"

Cmder wrong colors using Windows Terminal

I am trying to use Cmder in Windows Terminal. I tried following this guide, and I did everything as it says. However, there is a small issue. No matter what I d

ValueError: source code string cannot contain null bytes while import sklearn

I'm trying to import MinMaxScaler from sklearn.preprocessing. when I run my code this error appears that refers to the import line: ValueError: source code str

How to solve google chrome "Failed to load resource: net::ERR_CONNECTION_REFUSED" issue in windows 10 when server is running on Ubuntu 18.04?

I am trying to run this project on Ubuntu 18.04 server. I am running both server and client on this machine. Then from windows 10 with port 9000 I am getting ac

Connection terminated during handshake flutter

It's really frustrating, wasted 3 days to get rid of but still on stuck problem showing on macos catalina version 10.15.1 and windows 7 also. My two PC's showin

How can I alter the universal line ending behavior globally?

I want to write out all text files with LF as ending instead of CRLF on Windows. Not just for my code, but for all other third-party dependencies as well. I kno

Automated Chrome Extension installation fails on jenkins windows node

In my Jenkins job I try to install a chrome-extension using "C:\Program Files\Google\Chrome\Application\chrome.exe" --load-extension="D:\Jenkins\workspace\test\

MongoDB - ReplicaSet - Failed to refresh key cache

I am deploying my first replica set on a Windows 10 machine with MongoDB 5.0. For the purpose of the tutorial, I want all the servers running on my machine, on

Log4j 2: How to enable ANSI colours on Windows console?

I try to use Windows 10 command line to print colored messages on console, but with no success. According to the Log4j 2 documentation, I should add the Jansi j

MmProbeAndLockPages() failed while coding windows driver

I am coding a windows driver. I try to probes a Virtual Memory Page using MmProbeAndLockPages() https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/wd

How does ARM64EC Code get executed on ARM?

Im currently trying to understand how Windows on ARM works. Im having trouble understanding how the ARM64EC ABI can work on an ARM chip. Microsoft says the ARM6

How to find, stop and disable a Windows service using Powershell

I am trying to find a service, stop it and then disable it remotely using Powershell. It can find and stop but cannot disable. For disabling, I have to run the

Rstudio - cannot save files or open Rscripts 'The system cannot find the path specified'

Error when saving Rscripts Error when opening Rscripts Hi guys, Have been stuck on this problem for the past year or so and would really appreciate any help. I

Logitech lua reliable Sleep

Introduction I am writing a lua script for my logitech mouse. The logitech lua api has this documentation. My script moves the mouse every x milliseconds to dra

Can one Windows environment variable refer to another windows environment variable?

I want to support two versions of a Windows app easily. It uses environment variables to configure it. I'd like to set up a top level ENV, that can be changed t

Pass variables from .env file to dockerfile through docker-compose

project └───app │ │ ... │ │ Dockerfile │ │ └───prod.env └

How to install application Updates on multiple windows machine using any tool or script [closed]

I have around 100 windows machine(VMs), All the machines have few updates for chrome , notepad/notepad++ , Firefox ,Jenkins which have not b

File content as PyCharm run configuration parameters

I'm trying to launch may main Python script with some arguments listed in a txt file (config.txt). Because parameters change almost every launch and I dont

Connection to SSRS API via NTLM : handshake rejected

I try to connect to the SSRS REST API via NTLM and cURL, but the authentication fails. Here is my attempt: λ curl --ntlm -v -u localhost\osain http://loc

How to support light and dark mode title bar in wpf c#?

So, I'm trying to customize my wpf app a bit, but thought I would be better to leave the title bar as it is and not do a custom title bar. Problem is, the title

System cannot find path even though it exists in paths

Working on a batch file that calls another batch file. K:\Market Risk>call "K:\Market Risk\activate.bat" The system cannot find the path specified. So I s