Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Security
General Security Discussions
Windows script host
Message
<blockquote data-quote="Andy Ful" data-source="post: 789026" data-attributes="member: 32260"><p>When you execute the script by a mouse-click, then on 64-bit Windows the <span style="color: rgb(0, 168, 133)"><strong>64-bit interpreter wscript.exe </strong></span>is used by default to run the script. So, you did not test if the <span style="color: rgb(184, 49, 47)"><strong>32-bit interpreter</strong></span> was blocked.</p><p>The commandline from my post, executes the script like malware can do, by using <span style="color: rgb(184, 49, 47)"><strong>32-bit interpreter wscript.exe</strong></span> on 64-bit Windows. So, if you have the script helloworld.vbs in "c:\scripts" folder, then you have to execute the commandline:</p><p>c:\Windows\SysWOW64\wscript.exe "c:\scripts\helloworld.vbs"</p><p>If you will see the alert that Windows Script Host is blocked, then you can be sure that also <strong><span style="color: rgb(184, 49, 47)">32-bit interpreter wscript.exe </span></strong>is blocked, for sure.</p><p></p><p>Simply copy & paste & execute the commandline in the 'Quick access' area in Windows File Explorer, or in the Command Prompt console.<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite130" alt="(y)" title="Thumbs up (y)" loading="lazy" data-shortname="(y)" /></p></blockquote><p></p>
[QUOTE="Andy Ful, post: 789026, member: 32260"] When you execute the script by a mouse-click, then on 64-bit Windows the [COLOR=rgb(0, 168, 133)][B]64-bit interpreter wscript.exe [/B][/COLOR]is used by default to run the script. So, you did not test if the [COLOR=rgb(184, 49, 47)][B]32-bit interpreter[/B][/COLOR] was blocked. The commandline from my post, executes the script like malware can do, by using [COLOR=rgb(184, 49, 47)][B]32-bit interpreter wscript.exe[/B][/COLOR] 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 [B][COLOR=rgb(184, 49, 47)]32-bit interpreter wscript.exe [/COLOR][/B]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.(y) [/QUOTE]
Insert quotes…
Verification
Post reply
Top