To resolve this problem, install Microsoft Windows Script 5.7. Windows Script 5.7 is available for the following operating systems.
Windows XP
Download the Windows Script 5.7 for Windows XP package now.Windows Server 2003
Download the Windows Script 5.7 for Windows Server 2003 package now.Windows 2000
Download the Windows Script 5.7 for Windows 2000 package now.Hotfix information
Microsoft Windows XP
A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
Prerequisites
You must have Microsoft Windows XP Service Pack 2 (SP2) installed to apply this hotfix. If you need to install this update on Windows XP 64-bit Edition, install the Microsoft Windows 2003 x64 update on the x64 version on Windows XP.
Restart requirement
You must restart the computer after you apply this hotfix.
Registry information
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756�
How to back up and restore the registry in Windows
This hotfix provides three registry configuration options that you can use to customize the frequency of garbage collection in JScript. These options can provide a more optimal user experience when you run scripts that use many variables, use many values, or allocate lots of strings.
After you apply this hotfix, follow these steps to configure these registry configuration options:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft
- On the Edit menu, point to New, and then click Key.
- Type Windows Script, and then press ENTER.
- Right-click Windows Script, click New, and then click Key.
- Type Features, and then press ENTER.
- Right-click Features, click New, and then click Key.
- Type Iexplore, and then press ENTER.
Note This registry entry sets JScript garbage collector options for Internet Explorer. You can add more registry entries to set JScript garbage collector options for other programs. In each entry, use the executable file name without the file name extension. - Right-click Iexplore, click New, and then click DWORD Value.
- Type GcVarTrigger, and then press ENTER.
- Right-click GcVarTrigger, and then click Modify.
- In the Value data box, type a value to set the number of variables that can be allocated in JScript before garbage collection occurs, and then click OK.
Note The default value is 0x00000100. We recommend an initial value of 0x00000500. - Right-click Iexplore, click New, and then click DWORD Value.
- Type GcValTrigger, and then press ENTER.
- Right-click GcValTrigger, and then click Modify.
- In the Value data box, type a value to set the number of literal values that can be allocated in JScript before garbage collection occurs, and then click OK.
Note The default value is 0x00001000. We recommend an initial value of 0x00005000. - Right-click Iexplore, click New, and then click DWORD Value.
- Type GccbSysTrigger, and then press ENTER.
- Right-click GccbSysTrigger, and then click Modify.
- In the Value data box, type a value to set the number of string value space in bytes that can be allocated in JScript before garbage collection occurs. and then click OK.
Note The default value is 0x00010000. We recommend an initial value of 0x00020000. - Exit Registry Editor, and then restart the computer.
File information
The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the
Time Zone tab in the
Date and Time item in Control Panel.
Microsoft Windows XP, 32-bit versionsCollapse this tableExpand this table
File name | File version | File size | Date | Time | Platform |
---|
Jscript.dll | 5.6.0.8832 | 450,560 | 19-Jul-2006 | 10:43 | x86 |
Microsoft Windows XP Professional x64 EditionCollapse this tableExpand this table
File name | File version | File size | Date | Time | Platform |
---|
Jscript.dll | 5.6.0.8831 | 998,912 | 19-Jul-2006 | 23:58 | x64 |
Windows Server 2003
Service pack information
To resolve this problem, obtain the latest service pack for Windows Server 2003. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
889100�
How to obtain the latest service pack for Windows Server 2003
Hotfix information
A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
Prerequisites
You must have Windows Server 2003 Service Pack 1 (SP1) installed to apply this hotfix.
Restart requirement
You must restart the computer after you apply this hotfix.
Registry information
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756�
How to back up and restore the registry in Windows
This hotfix provides three registry configuration options that you can use to customize the frequency of garbage collection in JScript. These options can provide a more optimal user experience when you run scripts that use many variables, use many values, or allocate lots of strings.
After you apply this hotfix, follow these steps to configure these registry configuration options:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft
- On the Edit menu, point to New, and then click Key.
- Type Windows Script, and then press ENTER.
- Right-click Windows Script, click New, and then click Key.
- Type Features, and then press ENTER.
- Right-click Features, click New, and then click Key.
- Type Iexplore, and then press ENTER.
Note This registry entry sets JScript garbage collector options for Internet Explorer. You can add more registry entries to set JScript garbage collector options for other programs. In each entry, use the executable file name without the file name extension. - Right-click Iexplore, click New, and then click DWORD Value.
- Type GcVarTrigger, and then press ENTER.
- Right-click GcVarTrigger, and then click Modify.
- In the Value data box, type a value to set the number of variables that can be allocated in JScript before garbage collection occurs, and then click OK.
Note The default value is 0x00000100. We recommend an initial value of 0x00000500. - Right-click Iexplore, click New, and then click DWORD Value.
- Type GcValTrigger, and then press ENTER.
- Right-click GcValTrigger, and then click Modify.
- In the Value data box, type a value to set the number of literal values that can be allocated in JScript before garbage collection occurs, and then click OK.
Note The default value is 0x00001000. We recommend an initial value of 0x00005000. - Right-click Iexplore, click New, and then click DWORD Value.
- Type GccbSysTrigger, and then press ENTER.
- Right-click GccbSysTrigger, and then click Modify.
- In the Value data box, type a value to set the number of string value space in bytes that can be allocated in JScript before garbage collection occurs. and then click OK.
Note The default value is 0x00010000. We recommend an initial value of 0x00020000. - Exit Registry Editor, and then restart the computer.
File information
The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the
Time Zone tab in the
Date and Time item in Control Panel.
Microsoft Windows Server 2003 with Service Pack 1Collapse this tableExpand this table
File name | File version | File size | Date | Time | Platform |
---|
Jscript.dll | 5.6.0.8831 | 458,752 | 20-Jul-2006 | 02:40 | x86 |
Microsoft Windows Server 2003, x64-based versionsCollapse this tableExpand this table
File name | File version | File size | Date | Time | Platform |
---|
Jscript.dll | 5.6.0.8831 | 998,912 | 19-Jul-2006 | 23:58 | x64 |