How to make my program DEP-compatible?
Issue I have a windows forms (.net 3.0) project that won’t run on my customer’s vista computer due to a…
get it fixed!
Issue I have a windows forms (.net 3.0) project that won’t run on my customer’s vista computer due to a…
Issue How do i convert this cURL cmd into a batch script – curl –request POST \ –url https://api.example.com \…
Issue From python, I need to run a python file inside of git bash, while running in Windows. That is,…
Issue I’ve written a batch script that attempts to take a generic introductory title video (MP4) that runs for 12…
Issue Run git –exec-path gets C:/Program Files/Git/mingw64/libexec/git-core, I can open this path in the File Explorer without issues. But when…
Issue The netsh command wants an appid (see here): netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF} How am I supposed…
Issue MFC beginner question. I created a listbox and a button using CListBox::Create and CButton::Create respectively, using CRect for their…
Issue I added 2 ssh key using ssh-keygen command, one for personal and one for client. Running ssh-add -l will…
Issue How can I iterate over each file in a directory using a for loop? And how could I tell…
Issue Why does ZeroMemory(), and similar calls exist in the Windows API when there are memset and related calls in…