Open in App
  • Local
  • U.S.
  • Election
  • Politics
  • Sports
  • Lifestyle
  • Education
  • Real Estate
  • Newsletter
  • Windows Central

    How to uninstall VBScript (and why you should) on Windows 11 version 24H2 (2024 Update)

    By Mauro Huculak,

    1 days ago

    https://img.particlenews.com/image.php?url=3ryw3j_0vR4CPeR00

    Starting on Windows 11 version 24H2 (2024 Update) , Microsoft is making the VBScript a feature on-demand that you can completely remove from your computer, and in this guide, I will show you the steps to complete this configuration.

    VBScript (Microsoft Visual Basic Scripting Edition) is a lightweight scripting language designed to automate tasks and add functionality to web pages in the operating system. However, since it may contain security vulnerabilities, a lack of functions compared to modern languages, and a lack of development, Microsoft no longer recommends using this feature unless it's essential.

    As a result, starting with the 2024 Update, Windows 11 includes an option to remove the feature using the Optional features settings or PowerShell.

    In this how-to guide , I will outline the different ways to uninstall the VBScript feature on Windows 11.

    How to uninstall VBScript on Windows 11 using Settings

    To uninstall the VBScript feature on Windows 11, use these steps:

    1. Open Settings on Windows 11.
    2. Click on System .
    3. Click the Optional features page from the right side.

    https://img.particlenews.com/image.php?url=2jpbAZ_0vR4CPeR00

    (Image credit: Mauro Huculak)
    1. Click on VBScript .
    2. Click the Remove button.

    https://img.particlenews.com/image.php?url=1R389Y_0vR4CPeR00

    (Image credit: Mauro Huculak)

    Once you complete the steps, the operating system will remove the VBScript feature from the computer.

    Install VBScript from Settings

    To install the VBScript feature, use these steps:

    1. Open Settings .
    2. Click on System .
    3. Click the Optional features page from the right side.

    (Image credit: Mauro Huculak)
    1. Click the View features button in the "Add an optional feature" setting.

    https://img.particlenews.com/image.php?url=1zW3ap_0vR4CPeR00

    (Image credit: Mauro Huculak)
    1. Search for VBScript and check the feature from the result page.
    2. Click the Next button.

    https://img.particlenews.com/image.php?url=0ZgGFs_0vR4CPeR00

    (Image credit: Mauro Huculak)
    1. Click the Add button.

    https://img.particlenews.com/image.php?url=0EIZ1N_0vR4CPeR00

    (Image credit: Mauro Huculak)

    After you complete the steps, the VBScript feature will install again on your computer.

    How to uninstall VBScript on Windows 11 using PowerShell

    To uninstall the VBScript feature using PowerShell, use these steps:

    1. Open Start .
    2. Search for PowerShell , right-click the top result, and choose the Run as administrator option.
    3. Type the following command to remove the VBScript feature and press Enter : Get-WindowsCapability -online | Where-Object { $_.Name -like '*VBSCRIPT*' } | Remove-WindowsCapability -online

    https://img.particlenews.com/image.php?url=0RaR2T_0vR4CPeR00

    (Image credit: Mauro Huculak)

    Once you complete the steps, the PowerShell command will remove the VBScript feature from Windows 11.

    Install VBScript from PowerShell

    To install the VBScript feature using PowerShell commands, use these steps:

    • Open Start .
    • Search for PowerShell , right-click the top result, and choose the Run as administrator option.
    • Type the following command to remove the VBScript feature and press Enter : Get-WindowsCapability -online | Where-Object { $_.Name -like '*VBSCRIPT*' } | add-WindowsCapability -online

    https://img.particlenews.com/image.php?url=2DrAA7_0vR4CPeR00

    (Image credit: Mauro Huculak)

    After you complete the steps, the PowerShell command will re-install the scripting feature on Windows 11.

    More resources

    For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:

    Expand All
    Comments /
    Add a Comment
    YOU MAY ALSO LIKE
    Local News newsLocal News

    Comments / 0