Skip to content

Instantly share code, notes, and snippets.

@mouseos
Created March 31, 2023 03:02
Show Gist options
  • Save mouseos/b8c269166793975e6c7b27b76ffda104 to your computer and use it in GitHub Desktop.
Save mouseos/b8c269166793975e6c7b27b76ffda104 to your computer and use it in GitHub Desktop.
# Server Core用のアプリケーション互換性を追加
Add-WindowsCapability -Online -Name ServerCore.AppCompatibility~~~~0.0.1.0
# Internet Explorer用のブラウザ機能を追加
DISM.exe /Online /Add-Capability /CapabilityName:Browser.InternetExplorer~~~~0.0.11.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment