Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
57 views

How secure is the WSC (Windows Script Components) model?

How secure is WSC? Does it always assume that it's running in a trusted environment? Will the technology persist or is there the chance that MS will kill it sometime soon?
0
votes
1answer
86 views

Is the RegExp object in VBScript Thread Safe when used inside a Windows Scripting Component

I've trying to track down an issue with a legacy Windows Scripting Component that we use. Looking at several memory dumps in WinDbg I have found that alot of threads, in fact looks like 50% of the ...
0
votes
0answers
257 views

Visual Studio add-in for WSF and WSC files

Are there any add-ins for Visual Studio that assist with editing WSF and WSC files? WSF and WSC (Windows Script Component) files are XML files that are interpreted by the WIndows Script Host. They ...