When you execute the script by a mouse-click, then on 64-bit Windows the
64-bit interpreter wscript.exe is used by default to run the script. So, you did not test if the
32-bit interpreter was blocked.
The commandline from my post, executes the script like malware can do, by using
32-bit interpreter wscript.exe on 64-bit Windows. So, if you have the script helloworld.vbs in "c:\scripts" folder, then you have to execute the commandline:
c:\Windows\SysWOW64\wscript.exe "c:\scripts\helloworld.vbs"
If you will see the alert that Windows Script Host is blocked, then you can be sure that also
32-bit interpreter wscript.exe is blocked, for sure.
Simply copy & paste & execute the commandline in the 'Quick access' area in Windows File Explorer, or in the Command Prompt console.