Category "windows"

Hello!, there is a package I need to download

exempi is a package for Linux and I am a Windows user, until now no windows releases have been made but I need it, so my Question is can I install it on windows

Is there a way to find exact location ( adress ) of file on disk?

I'm developing a software using C++ for Windows/Linux. I want to create a file (txt, json, license, you name it) at runtime, and save it somewhere. Is it possib

How To Fix VT-X For Laptop Lenovo

enter image description here android studio can't run the app on emulator I don't what happen in my device small note: my device Lenovo Ideapad 700 Operating Sy

VSCode using relative paths in build task on remote set up

I'm trying to add a build task to build the current file, just a simple "make path/to/file.o". I'm using vscode on windows 10 over a remote SSH connection to l

Batch script : for /F does nothing after executing a command

The goal of this script is to display every WiFi devices with their keys, from the computer's saved networks. expected output : <device_name1> : <key&g

What does std::filesystem::is_regular_file(path) mean on Windows?

About std::filesystem::is_regular_file(path), cppreference.com says: Checks if the given file status or path corresponds to a regular file […] Equivalen

Understand Hooked syscalls - Do win32 api always call system ones in ntdll.dll?

I wrote a keylogger that hooks keystrokes. I learned about the AV's detection with hooked syscall and wanted to know if my keyboard hook is si

Is it normal to see all of this while installing Vue JS CLI?

I just need to know why am i getting all these warnings and vulnerabilities after i run (npm install -g @vue/cli) to install Vue JS 3 globally on windows. A pic

NPM response after creating new Vue JS project

I would like someone to please explain to me three things I get after creating new Vue JS project. NPM is giving me few warnings that would like to understand.

Powershell script to disable all Windows 10 Notifications?

Is there a way to disable Action Center Notifications in Windows 10 with PowerShell?

Permission to create cacert.pem in .certifi

My website is setup through IIS10, and I've given my application pool user, IIS AppPool\DefaultAppPool, all the rights I can think of. But when I use this appl.

which Windows C/C++/API function for "net user <Username> /domain"?

Can anyone tell me, by which WINDOWS C/C++/API function I can fetch theAccount expires <date> and Password expires <date> or Nevervalues, just like

R Studio Fatal error: 'R_TempDir'contains space

I tried to download the latest version (4.2.0) of R on my windows computer and received this error message upon trying to open the program. "Fatal error: 'R_Te

Service dependency on AD client services

I have a Win32 service that runs in an AD environment. Very early in its startup phase, this service now needs to make ADSI calls in order to find out the compu

Why Netlogon send dns query ipv6

I use https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-admx-netlogon#admx-netlogon-netlogon-addresslookuponpingbehavior set parametr ad

How to use shebang in windows for Python?

Code #! C:\Python310\python.exe import os import sys print(f"PY_PYTHON={os.getenv('PY_PYTHON')}") print(f"{sys.version=}") print(f"Shebang : '{open(__file__).re

In Go, why does exec.Command() fail but os.StartProcess() succeed launching "winget.exe"?

exec.Command() works for executing C:\Windows\System32\notepad.exe But exec.Command() doesn't work for executing C:\Users\<username>\AppData\Local\Microso

How to set account's picture in Windows 10

I want to set the account's picture through my C# program, but I can't find any API to set it. So I try to set it by generating a accountpicture-ms file then ap

just installed Python, getting WinError 32 for any libraries I try to install

I just installed Python 3.10 on my work machine. I went to pip install pandas and got a Win32 error on a temp file within the AppData Temp Folder.I have tried

How to setup MFA to be required for a server login

I am in a AWS environment,with Azure AD, and a mix of Windows and Linux servers. We want to enable MFA for logging into any of the Windows based servers. My own