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


    Karlston

    • 1 comment
    • 377 views
    • 3 minutes
     Share


    • 1 comment
    • 377 views
    • 3 minutes

    You shouldn't use VBScript anymore; as such, it's time to remove it from Windows 11.

    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.

    Disclaimer

    Important: The Windows 11 2024 Update is partially available since June 18, 2024, for Copilot+ PCs, but it doesn't include all the intended features, including Windows Recall, as it has been postponed until further notice. In September or October, the feature update will become more broadly available for existing devices. As a result, some of the new features and changes may not be available to everyone on day one. Also, some features (especially AI features) may require new hardware to be available.

    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.

     

    Optional features

    (Image credit: Mauro Huculak)

     

    1. Click on VBScript.
    2. Click the Remove button.

     

    Uninstall VBScript

    (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.

     

    Optional features

    (Image credit: Mauro Huculak)

     

    1. Click the View features button in the "Add an optional feature" setting.

     

    View features

    (Image credit: Mauro Huculak)

     

    1. Search for VBScript and check the feature from the result page.
    2. Click the Next button.

     

    Optional features install VBScript

    (Image credit: Mauro Huculak)

     

    1. Click the Add button.

     

    Install VBScript

    (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

     

    PowerShell remove VBScript

    (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

     

    PowerShell add VBScript

    (Image credit: Mauro Huculak)

     

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

     

    Source


    RIP Matrix | Farewell my friend  :sadbye:

     

    Hope you enjoyed this news post.

    Thank you for appreciating my time and effort posting news every single day for many years.

    2023: Over 5,800 news posts | 2024 (till end of August): 3,792 news posts


    User Feedback

    Recommended Comments



    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...