Category "windows"

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

Unpin Internet Explorer from the Taskbar in Windows 10 Build 20H2 using PowerShell

Has anyone found a working solution to unpin Internet Explorer (and other apps) from the Taskbar in Win 10 B20H2 / 21H2? I tryed ALOT of the solutions in google

Tailwind css styles not showing on my browser

This is the first time I'm working with tailwind css , after I did the required installations , and linked my styles.css file to the html file ,it only removed

Installing CUDA Windows 10

I am trying to install the CUDA toolkit in order to be able to use Thundersvm in my personal computer. However I keep getting the following message in the GUI i

Visual Studio Code freezes after short while "The window is not responding"

Problem: I can open VS code and start typing but after ~30s (sometimes minutes) the window freezes showing this message: I am using python on a jupyter noteboo

Is there any version of Selenium basic for .NET 4.8?

My workstation has only .NET framework 4.8 activated, and I have no admin priviledges to active .NET 3.5 in control panel. Is there any version of Selenium basi

Communication with a stepper motor controller through a USB COM?

I have a stepper motor controller that I can command through a USB COM on windows. The manufacturer provided a software but I want to create my own on python (I

Hot Reloading Page in React 17.0.2 within a container doesn't work

If I run locally run start Everything works perfectly. After executing the command docker run -p 3000:3000 -v /app/node_modules -v ${pwd}:/app b88c46febae5 I ge

windows - how to link against API sets (*ms-win*) instead kernel32.dll, ntdll.dll etc.?

How do I specify explicitly to MSVC compiler / linker to link against API sets (*ms-win* pattern matcing dlls) instead kernel32.dll, ntdll.dll etc.? For example

Delete old entries of the event-log with PowerShell or CMD? (Not all of them | With period of time condition)

Please take a look at these two threads : how-to-clear-eventlog-with-powershell-or-wevtutil delete-old-entries-of-the-event-log-with-powershell Some days ago so