Category "windows"

Converting windows paths to pathlib.WindowsPath() within a function in python

Edited for clarity I need to be able to copy and paste a windows path directly from file explorer into a function which turns it into a pathlib.WindowsPath() ob

Git alias to open the git installation folder

I want to create a git alias git dir, which when used should open the git installation folder via Windows Explorer, how to implement such an alias?

Second call to glDrawElements() takes 1.8 seconds in debug or release

The first frame takes forever to render, and I've narrowed it down to my second call to glDrawElements(). How weird. Here's the relevant code, obnoxious logging

How to filter out POST requests in fiddler by Body?

Using Fiddler. Im listening only traffic from eg superhost.org which is added to my filters (eg via "Show only if URL contains"). Traffic consists of similar PO

C++ call to API function ::GetTickCount() jumps ~18 days

On a few Windows computers I have seen that two, on each other following, calls to ::GetTickCount() returns a difference of 1610619236 ms (around 18 days). This

How to add cmd command execution to right click menu on Windows?

I’m trying to add a menu button when I right click a file and the button will let me execute a command. To be more specific, I’m trying to right cli

pm2 process using the old system Environment Variables on resurrection

I have created a node application that is for subscribing to an OPC-UA server and storing the data on our s3 bucket. I am using the node-opcua module for that p

Windows angular need to create files with CRLF endings

I'm on windows and want in my angular project the cli to create components with CRLF endings. Right now angular CLI creates scss file with CRLF and other files

Windows angular need to create files with CRLF endings

I'm on windows and want in my angular project the cli to create components with CRLF endings. Right now angular CLI creates scss file with CRLF and other files

Can't find procedure entry point _o__configure_narrow_argv

I was trying to use Codeblocks IDE 20.03 in Windows XP when I saw this error message: The procedure entry point _o__configure_narrow_argv could not be located i

Can't find procedure entry point _o__configure_narrow_argv

I was trying to use Codeblocks IDE 20.03 in Windows XP when I saw this error message: The procedure entry point _o__configure_narrow_argv could not be located i

Windows explorer.exe /select <filepath> doesn't work with new folders

I copy or rename a folder containing some files. Then, in a command line window I type: explorer /select,"<full-path-to-a-file-in-new-folder>" The result

How to enumerate all possible keys that exist on a smartcard that is present in a reader with just UWP APIs?

Here are the constraints for my question: How to enumerate all possible keys that exist on a smartcard that is present in a reader with UWP APIs? Use just Unive

Flutter - running command "flutter _____" instantly closes terminal

Dealing with some significant frustration trying to set up my environment variables just to run Flutter. in my path, I've tried many suggestions to try setting

Open flutter app windows by a custom schema

Some windows apps like telegram, can open with custom schema url by browser. When I install telegram on my windows pc and enter tg:// in browser, It can maximiz

how to run powershell command from nushell

After installing nushell (https://www.nushell.sh/) in my windows environment, I want to use the power of nushell in conjunction with powershell. For example, I

On Windows why does "poetry shell" remove/lose shell history features?

In the Windows default command shell (cmd.exe) you can access the history of typed commands using various controls (up arrow for most recent command etc). When

Azure AD: 50155 Device authentication failed

User is logged in (Windows 10) and connected to Azure AD, but can't setup any software since administrator account is required. When I try to use admin account,

Error installing OpenSSL using VCPKG on Visual Studio code: Error: in triplet x64-windows: Unable to find a valid Visual Studio instance

I am trying to fix the error I'm facing while running a rust program on my VScode as shown in the link below, install openssl and and set the paths using vcpkg

Replacing malloc() with my own implementation

I need a fast malloc() / free() replacement. There's mimalloc vom Microsoft Research which is actually on average the fastest malloc()- / free()-replacement. I'