python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Enabling Windows Features through Python won't let DISM have elevated access even after letting Python get elevated access through functions
I'm trying to enable Windows Features through Python through functions. Here's the scripts that I've used:
UAC.py:
def gainadminaccess():
import os
import sys
import win32com.shell.shell a...

weareblahs
Votes: 0
Answers: 1
How to capture windows to a set of split Windows image (.swm) files by using DISM?
Reference to MSDN:
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-image-management-command-line-options-s14?view=windows-11
I can capture my windows volume to a wim file i...
Wayde
Votes: 0
Answers: 1
Jenkins build using DISM randomly started giving ERROR 50 (WINPE error)
I have a jenkins pipeline job, it successfully built last week, this week I've started getting errors and failed builds. The environment hasn't changed.
Edit: the node is server 2016
jenkins@CIBUILD2 ...
dae
Votes: 0
Answers: 1