Category "windows"

Truffle installation windows

I try to install truffle on windows with npm install -g truffle as administrator. I updated node.js npm and don't know what to do next. PS C:\Windows\system32&g

".yml" file "prefix" question (How to Implement Yolo V3 Object Detection on Windows with GPU)

(This is my 1st attempt with Anaconda / Python / YOLO / Object Detection) I follow this YouTube tutorial. (as said from time-tag 2:00) I downloaded Anaconda Pyt

How do I replace "\r" line endings when running Docker script on Windows?

I'm using Docker 19 on Windows 10 (using Cygwin to run Docker). I have this web/Dockerfile ... FROM python:3.7-slim RUN apt-get update && apt-get inst

How to filter read calls using minifilter driver?

I'm completely new to minifilter drivers. In fact new to windows development as such. I want to create a minifilter driver, attach it to one of my local disk( s

Not yielding files inside nested folders using python zipfile

(Python 3.8, zipfile module, Windows 10 Anaconda) I was using the zipfile module of python to create Zip Files of my folders. My Folder was D:/Personals. An os.

Not yielding files inside nested folders using python zipfile

(Python 3.8, zipfile module, Windows 10 Anaconda) I was using the zipfile module of python to create Zip Files of my folders. My Folder was D:/Personals. An os.

How to assign an icon to a file?

I am making a program that stores information in a file with a custom extension. I was wondering If it is possible to assign it an icon within the program so th

Git bash giving error of warning: unable to rmdir

I am using git bash on windows 10 which was recently updated to creators update. whenever i am trying to switch between branches i get following thing $ git f

Browser from Windows Sandbox cannot access localhost

I'm running a webserver on my Windows machine on port 4200. If I open a browser, I can communicate with that webserver by going to localhost:4200 I'd like to c

"Undefined variable" error on Ansible when run over Windows machines

This is a very simple Ansible playbook I run from AWX to get information about hosts, and it works as intended on Linux machines: --- - name: Get some info d

How can I split text when there's an uppercase character? [closed]

I am making a batch file where I want to say "welcome <username>" but the username could be, for example, like "HiThere" and I want to p

How to create a .bat file which execute python file

I'm new to bat file and started to implementing it. I have a list of linux application commands which starts my application. I have a windows system to deploy,

Anaconda Installed but Cannot Launch Navigator

Anaconda (listed as "Python 3.6.0 (Anaconda 4.3.1 64 bit)" ) is in my programs and features list, but there is seeming no Anaconda Navigator desktop app, as the

Can I develop iOS apps on Windows 10 without using virtual machine?

I am currently enrolled in an iOS App Development Project. But I do not have an Apple device. My laptop is also not supporting virtual machine. So, can I develo

Why does the command "Timeout" in a batch file suddenly not work anymore?

Did I miss a change of the Windows internal "timeout" command? I have a batch file for a long time now that shows me the version number of a program. I added t

Why does the command "Timeout" in a batch file suddenly not work anymore?

Did I miss a change of the Windows internal "timeout" command? I have a batch file for a long time now that shows me the version number of a program. I added t

On Windows MSVC, is it possible to merge some .obj into one .obj? If yes, how should I do that?

For example, there is three object files a.obj b.obj c.obj just compiled out with cl, and it is desired to combine them into one combined.obj. A comment of an S

How to execute Set-GPPermissions command without confirmation prompt

Set-GPPermissions -Guid <Guid> -TargetName "Authenticated Users" -PermissionLevel None -TargetType Group -Replace -Confirm:$false Used to work fine, but

How to enable / disable web application compression via command line?

I'm running iis 10 on windows server 2016. I need to enable content compression for some web application and disable it for others. These check boxes specifical

How to add the man command to git bash on windows and include the manuals

The popular man package on Linux seemingly comes as two components, a binary and a database. The binary is the code that executes man commands and the database