Quote from
emo on October 30, 2023, 1:23 am
Starting with Windows 11 build 25309, you can now uninstall or install the VBScript feature if wanted.
VBScript is being deprecated. In future releases of Windows, VBScript will be available as a feature on demand before its removal from the operating system.
you can install/uninstall with optional features like other programs
or by command with administrator permision:
Install
DISM /Online /Add-Capability /CapabilityName:VBSCRIPT~~~~
Uninstall
DISM /Online /Remove-Capability /CapabilityName:VBSCRIPT~~~~
Starting with Windows 11 build 25309, you can now uninstall or install the VBScript feature if wanted.
VBScript is being deprecated. In future releases of Windows, VBScript will be available as a feature on demand before its removal from the operating system.
you can install/uninstall with optional features like other programs
or by command with administrator permision:
Install
DISM /Online /Add-Capability /CapabilityName:VBSCRIPT~~~~
Uninstall
DISM /Online /Remove-Capability /CapabilityName:VBSCRIPT~~~~
luishp, luiz and alangonzalez91 have reacted to this post.