Results for windows-subsystem-for-linux
I want to understand how to compile and link dynamic link-libraries work on Windows. I'd typically use CMake for this type of task, but I want to unde...
I'd like to use OutputDebugStringW in windows-rs but it cannot be found in any scope. I tried searching the repo but the only reference is in kernel32...
I have installed Zoho Catalyst CLI from my windows machine by running the command npm install -g zcatalyst-cli. Then, I ran the command catalyst -v to...
Could someone check my vimscript below. I tried to make a key mapping that does: 1. Closes tagbar and/or nerdtree if exist 2. Do H or J or K or L 3. R...
I'm trying to extract the Compression attribute from several thousand jpeg files. How can I do this with either Excel VBA or PowerShell (or some othe...
I few days ago I installed docker in my WSL version 2 on windows. On Ubuntu I used the following script provided by this page: https://nickjanetakis....
I'm attempting to create a batch script that would reproduce an entry in the registry I created manually. The script is going to be part of the instal...
I'm working on a Windows UWP (Universal Windows Platform) C++/CX Application. I would like for this application to be full-screen from the moment that...
I have been using the windows-native sqlcmd to run scripts on my local SQL Server database. I have a set of script files that will create the database...
I'm trying to run this inline script: Pat="myPat" B64Pat=$(echo -n "$Pat" | base64) git -c http.https:.extraheader="AUTHORIZATION: basic $B64Pat" subm...
My VS 2022 solution's .gitignore looks like the following, which is the default created by VS via Tools -> Options -> Source Control -> Git Repository...
Data File 1: Account,Department,Location,Amount 10000,DEPT_100,LOC_101,1000 20000,DEPT_200,LOC_200,2000 30000,DEPT_300,LOC_300,3000 40000,DEPT_400,LOC...
I'm trying to set short-cut keys for my program so that: Win + left put the window to the left half of the screen (1/2), then Win + up to put it to th...
I have this powershell script that fully generated by ChatGPT because I know nothing about powershell. Instead, I prefer Bash. show-tree.ps1 # Get the...
This is my command using Windonws Cmd: curl -x 127.0.0.1:33210 https://api.openai.com/v1/chat/completions^ -H "Content-Type: application/json" ^ -...
I'd like to write a simple program to extract the windows spotlight images from the system directory where they live to a folder where I can more easi...
To clarify, i want to push the changes made by my PowerShell scripts in the Azure Pipeline back to the same branch and repository from where the code ...
I've gotten the Windows App SDK samples from GitHub and there's both standalone and and unpackaged examples for C++ in there which I'd like to build i...
I currently developing Laravel application, since I use 2 different laptop and OS (Windows & Macbook), I realized that everytime I swicth PC, I have t...
I have a C++ program which outputs raw UTF-8 and works flawlessly on Linux, but on Windows shells the output is not as nice. "®" turns into "┬«", "©" ...
How can I install Python 3.7 for my 64-bit Windows 11 Home Edition? I found that status of Python 3.7 is "End of Life". Link here I am required to ins...
I am trying to connect with Postgres Database using Windows authentication. Here are the details This is the change made in pg_ident.conf pg_ident # M...
The tTrackBar component in Delphi is a wrapper around the standard Windows trackbar control. When the PositionToolTip property is not None a tooltip i...
The TTrackBar component in Delphi is a wrapper around the standard Windows trackbar control. When the PositionToolTip property is not None a tooltip i...
I have a Windows docker container for running an Azure function app in node.js, so the last line in the Dockerfile is "CMD npm start". However, my app...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?