
Fri Sep 20 09:12:41 UTC 2024: ## VBScript No Longer Installed by Default in Windows 11 2024 Update
**[City, State] – September 20, 2024** – Users setting up new PCs with Windows 11 version 24H2 (2024 Update) or later may be surprised to find VBScript is not installed by default. Microsoft has decided to discontinue the automatic installation of this scripting language, which is slowly becoming obsolete due to the emergence of newer languages and development practices.
While VBScript is still used by some websites, its declining popularity and potential security risks make its use increasingly discouraged. However, for users who still require VBScript, a simple installation guide is now available on TheWindowsClub.com.
Two methods can be used to add or remove VBScript from a Windows 11 computer:
* **Using the Command Prompt or PowerShell:** With administrative privileges, users can execute the following commands to install or uninstall VBScript:
* **Install:** DISM /Online /Add-Capability /CapabilityName:VBSCRIPT~~~~
* **Uninstall:** DISM /Online /Remove-Capability /CapabilityName:VBSCRIPT~~~~
The system may reboot if necessary.
Given its obsolescence, VBScript may become vulnerable to security threats. Users are advised to explore more modern alternatives such as Python, JavaScript, PowerShell, Batch, and Visual Basic, which are considered safer and more efficient.
**About TheWindowsClub:** TheWindowsClub is a popular resource for Windows users, offering tips, tutorials, and how-to guides for Windows 11 and Windows 10. The website is created by Anand Khanse, a Microsoft MVP, and is dedicated to enhancing the daily experience with Windows devices.