A systems administrator needs to deploy an enterprise accounting application on several Windows 11 Pro workstations located in an isolated laboratory network without internet access. The application setup wizard requires Microsoft .NET Framework 3.5 to be installed as a prerequisite before setup can proceed. The administrator mounts a Windows 11 installation ISO image assigned to drive letter D:. Which of the following commands should the administrator execute to install the required application prerequisite offline?
- dism /online /enable-feature /featurename:NetFx3 /all /source:D:\sources\sxs /limitaccessCevap
- Bsfc /scannow /offbootdir=D:\ /offwindir=D:\windows
- COpen Programs and Features in Control Panel and select Turn Windows features on or off without specifying a local source
- DPerform an in-place downgrade to Windows 11 Home edition to automatically include legacy application frameworks
Cevap
Execute the Deployment Image Servicing and Management (DISM) tool with the /online, /enable-feature, /source, and /limitaccess parameters to pull the .NET Framework 3.5 files from the mounted installation media.
The command specifying DISM with the /online, /enable-feature, /source:D:\sources\sxs, and /limitaccess switches is the correct approach. It enables optional feature dependencies like .NET Framework 3.5 directly from local media without requiring an internet connection.
Adım Adım Çözüm
Anahtar Kavram
Offline Application Prerequisite Installation using DISM