Showing results for Script Archives - Page 2 of 2 - Visual Studio Setup

Aug 17, 2005
Post comments count0
Post likes count0

Script Repository

Heath Stewart
Heath Stewart

If you're using Windows Script to perform a lot of everyday functions or even need a one-use script to automate a batch process there's a great resource available on the web on our TechNet site: The Script Center Script Repository. There are hundreds of example scripts available from managing Active Directory to managing Office documents and applic...

Script
Jun 6, 2005
Post comments count0
Post likes count0

Avoid Deadlocks in your Script Host when Tearing down JScript

Heath Stewart
Heath Stewart

A couple teams recently reported an issue where their script host hung due to deadlocks. Since jscript.dll was in the call stack for the hung thread it didn't take long for the bug to wind up in our lap, since CPX also sustains Windows Script. The problem was that as one thread was exiting and was passed to the callback in jscript.dll, the JScrip...

DevelopmentScript