Category "windows"

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

How to sudo on powershell on Windows

Whenever I need to run a powershell script it complains of security, if I add powershell.exe -nologo -executionpolicy bypass -File .\install.ps1 I still get per

Outlook - Shared Mailbox - Quick Steps

I am wondering if there is a way to use your own Outlook quick steps in emails using a shared Mailbox? I have seen the way of using MFCMAPI to export the Quick

Task scheduler to run tasks only during the last full workweek of the month

I have multiple tasks that need to be scheduled during the last full workweek (Monday through Friday) of every month. These will be scheduled from a Windows Ser

Why Jenkins failed with Cordova multi configuration project with build as failure?

I installed Jenkins and started and configured my sample Cordova project with it. I created a multi - configuration project, where my Configure page contains fo

Can the windows sandbox feature be used for driver testing?

Doing windows driver development for first time, I want to deploy my first driver. But I don't have a second computer. Microsoft docs: Typically when you test

Access Denied to zipfile created using python

I was able to create a zip file using the below code: import os import zipfile user = input('Please enter your ID:') date = input('Please enter the date:') o

Cannot access Flink dashboard localhost:8081 on windows

I follow the first steps to install Flink. I can start the cluster without any problem $ start-cluster.sh Starting cluster. Starting standalonesession daemon on

Microsoft Key Storage Provider get keys

I am trying to get the details of keys in Microsoft Key Storage Provider. For this I open the storage provider using the below API call: NCryptOpenStorageProvid

Execute bash script from Python on Windows

I am trying to write a python script that will execute a bash script I have on my Windows machine. Up until now I have been using the Cygwin terminal so executi

Installing Dolt on Windows 10

I was trying dolt out for windows for a project ran into this error Access to the path 'C:\ProgramData\chocolatey\lib-bad' is denied. I think its was permission

Git is not recognized in pycharm

I am trying to pull a github repository from bitbucket using pyCharm. I added the path to my git executable under version control / Git and installed the bitb

Get ipconfig result with python in windows

I am new here and just learning python. I need help to get the right mac-address of my network card in windows using python. I tried to search, and found these

Volume binding using docker compose on Windows

I recently upgraded my Docker Toolbox on Windows 10, and now my volume mounts no longer work. I've tried everything. Here is the current mount path: volumes:

How to fix "ssh permission denied please try again error" in git configuration on Windows

I am trying to configure git server and client on two local windows machines. I installed git software on both the machines. Enabled openssh server optional fea

Only clang-cl is supported on Windows when building project with webrtc

I am trying to build a project that contains webrtc. However compilation fails with this error : vendor\webrtc\src\base/compiler_specific.h(11,1): fatal error C

MalformedURLException on wildfly standalone properties file path

I am trying to use UsersRolesLoginModule for one of my applications. Configuration below works perfectly fine on my windows machine. When I use the exact same c