close
Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
0 votes
0 answers
61 views

I've been able to install other versions of the .Net framework but not 3.5. It says I have .Net framework 3.5 installed in program files under the enable/disable windows features. but I am unable to ...
Alexander Kuznetsov's user avatar
0 votes
1 answer
60 views

I like to run a DISM command in wix custom action without calling a PowerShell script or creating a extra dll. How to resolve the error reported, thanks. Here is the custom action I created for ...
Ming's user avatar
2 votes
1 answer
158 views

I didn't find anything on the documentation if its safe to perform multithreaded calls to DismRemovePackage, DismRemoveCapability, DismDisableFeature, i mean, attempt to remove multiple "things&...
Laila's user avatar
1 vote
1 answer
153 views

I'm unable to get the WIMCreateFile API working: #include <windows.h> #include <wimgapi.h> #pragma comment(lib, "wimgapi.lib") class CCoInitialize { public: CCoInitialize(...
Laila's user avatar
1 vote
0 answers
86 views

NOTE: This question is specifically about Windows 10 and 11, not Windows Server. To get a list of Windows features on a given Windows 10 or 11 machine I know I have to use Get-WindowsOptionalFeature -...
Simon Elms's user avatar
0 votes
1 answer
339 views

WS2019 VM without internet access, by error introduced in PowerShell removed not only the feature but its payload from server I really don't know what else to try, any help will be very much ...
jma's user avatar
-1 votes
1 answer
77 views

Basically I wanna find a .wim file and want to know in which volume it is and what the name is. This is my code: @for %%a in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do @if exist %%a:\*.wim ...
TimeLost's user avatar
0 votes
1 answer
406 views

I want to initially check for DISM health, then based on result, I want to select 1 (to run DISM restore & sfc) or 2 (run only sfc). I cannot get this to work. Any guidance would be appreciated. ...
Scott's user avatar
1 vote
1 answer
2k views

Write-Host "DISM and SFC" -ForegroundColor Cyan Start-Transcript C:\DISM_SFC.txt Start-Process -FilePath "dism.exe" -ArgumentList '/online /cleanup-image /analyzecomponentstore' -...
Moxadonis's user avatar
1 vote
1 answer
2k views

We have an MSIX installer that we use for installing applications that we have developed. We have a customer that is trying to roll out the applications across their computers. When they run the MSIX ...
Matthew van Boheemen's user avatar
1 vote
2 answers
1k views

When using DISM.exe to get Windows optional features using command dism /Online /Get-Features, the program exits within 1 second and outputs the right results. But when using the command Get-...
CarlGao4's user avatar
0 votes
0 answers
235 views

I want to update AppxPackage with appxmanifest.xml with C# DISM API. This is how I do it in powershell : Dism /Online /Add-AppxPackage -DisableDevelopmentMode -Register "C\Program Files\...
Eisenpic's user avatar
-2 votes
1 answer
523 views

I want to disable EOL IE on a windows server 2008 SP2 (non R2), i run the below command : "dism /online /Disable-Feature /FeatureName:Internet-Explorer-Optional-amd64" When running the ...
MbaMgh's user avatar
0 votes
1 answer
453 views

I have written a simple Fortran code as follows: !call system ('dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart') call execute_command_line ('dism.exe /online /...
Bakhbergen Bekbauov's user avatar
0 votes
1 answer
392 views

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 ...
weareblahs's user avatar

15 30 50 per page
1
2 3 4 5 6