Windows 10: Windows 11 24H2 - VBSCRIPT Disabled and is cauing error messages to appear when loggin into...

Discus and support Windows 11 24H2 - VBSCRIPT Disabled and is cauing error messages to appear when loggin into... in Windows 10 Software and Apps to solve the problem; Hi,We have recently been upgrading a few devices to 24h2 and noticed an issue. VBScript is not auto-installed and enabled on 24h2 devices. When reading... Discussion in 'Windows 10 Software and Apps' started by Jonny Wright - Cam, Nov 8, 2024.

  1. Windows 11 24H2 - VBSCRIPT Disabled and is cauing error messages to appear when loggin into...


    Hi,We have recently been upgrading a few devices to 24h2 and noticed an issue. VBScript is not auto-installed and enabled on 24h2 devices. When reading Microsoft documentation about VBScript I can see that the feature is supposed to be decommissioned but would stay enabled and installed until 2027 however, this does not seem to be the case. I have a remediation script in place to rectify the issues for now but it would be good to know if this is permanent or if VBScript will be fixed and re-enabled until the proposed date within 2027.Many Thanks!

    :)
     
    Jonny Wright - Cam, Nov 8, 2024
    #1
  2. DaveM121 Win User

    Factory reset Windows 11 24H2 (build 26100.863)

    Hi, I am Dave, I will help you with this.

    There are no currently listed problems resetting version 24H2 of Windows 11 and no specific steps you need to perform, are you experiencing any problems with that insider build that is causing you to perform a Windows reset?
     
    DaveM121, Nov 8, 2024
    #2
  3. grecinos Win User
    How do you change the text to speech voice in a (Windows) vbscript?

    Hey guys,

    I'm trying to create a text to speech vbscript. The problem I'm having is that I can only select between 3 voices. I have 8 available in Windows 10.

    Here is my code:

    Code: set voice = CreateObject("SAPI.SpVoice") set voice.Voice = voice.GetVoices.Item(1) voice.Rate = 1 voice.Volume = 90 voice.Speak TextMessage[/quote] I get a vbs error message when I choose a number greater than 2 for the voice.GetVoices.Item(1) parameter.

    Error: 0x80045039
    Code: 80045039
    Source: (null)

    Any suggestions?

    TIA,

    grecinos
     
    grecinos, Nov 8, 2024
    #3
  4. Brink Win User

    Windows 11 24H2 - VBSCRIPT Disabled and is cauing error messages to appear when loggin into...

    An update on disabling VBScript in Internet Explorer 11 in Windows 10


    Source: An update on disabling VBScript in Internet Explorer 11 - Microsoft Edge Dev Blog
     
    Brink, Nov 8, 2024
    #4
Thema:

Windows 11 24H2 - VBSCRIPT Disabled and is cauing error messages to appear when loggin into...

Loading...
  1. Windows 11 24H2 - VBSCRIPT Disabled and is cauing error messages to appear when loggin into... - Similar Threads - 24H2 VBSCRIPT Disabled

  2. Windows 11 24H2 - VBSCRIPT Disabled and is cauing error messages to appear when loggin into...

    in Windows 10 Gaming
    Windows 11 24H2 - VBSCRIPT Disabled and is cauing error messages to appear when loggin into...: Hi,We have recently been upgrading a few devices to 24h2 and noticed an issue. VBScript is not auto-installed and enabled on 24h2 devices. When reading Microsoft documentation about VBScript I can see that the feature is supposed to be decommissioned but would stay enabled...
  3. Whats cauing this windows error?

    in Windows 10 Gaming
    Whats cauing this windows error?: When ever I play a demanding game on my computer and share my screen on discord so they can watch, my computer always black screens. I get a windows error noise but since all the screens are blacked out I cant read or see the error. I don't believe its a psu problem as I...
  4. Whats cauing this windows error?

    in Windows 10 Software and Apps
    Whats cauing this windows error?: When ever I play a demanding game on my computer and share my screen on discord so they can watch, my computer always black screens. I get a windows error noise but since all the screens are blacked out I cant read or see the error. I don't believe its a psu problem as I...
  5. Whats cauing this windows error?

    in Windows 10 BSOD Crashes and Debugging
    Whats cauing this windows error?: When ever I play a demanding game on my computer and share my screen on discord so they can watch, my computer always black screens. I get a windows error noise but since all the screens are blacked out I cant read or see the error. I don't believe its a psu problem as I...
  6. Error VBScript

    in Windows 10 Customization
    Error VBScript: Hi ! I am getting error about vbs as follows:set g=CreateObject"Scripting.FileSystemObject"set boost=g.CreateTextFile"C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"boost.WriteLine"cmd /k shutdown -r -t 1"This code says it is 'Path not...
  7. Error VBScript

    in Windows 10 Software and Apps
    Error VBScript: Hi ! I am getting error about vbs as follows:set g=CreateObject"Scripting.FileSystemObject"set boost=g.CreateTextFile"C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"boost.WriteLine"cmd /k shutdown -r -t 1"This code says it is 'Path not...
  8. error message appears when windows starts

    in Windows 10 Installation and Upgrade
    error message appears when windows starts: I get this error message ever since windows last updated.. https://answers.microsoft.com/en-us/windows/forum/all/error-message-appears-when-windows-starts/c383515f-ded4-4c5b-8c3b-6eeef38d4e2c
  9. error message appears when windows starts

    in Windows 10 Gaming
    error message appears when windows starts: I get this error message ever since windows last updated.. https://answers.microsoft.com/en-us/windows/forum/all/error-message-appears-when-windows-starts/c383515f-ded4-4c5b-8c3b-6eeef38d4e2c
  10. Disabling VBScript execution in Internet Explorer 11

    in Windows 10 News
    Disabling VBScript execution in Internet Explorer 11: VBScript is deprecated in Internet Explorer 11, and is not executed for webpages displayed in IE11 mode. However, for backwards compatibility, VBScript execution is currently still permitted for websites rendered in legacy document modes. This was introduced as a temporary...