

| Run A Command Based on Registry Value |
|
|
|
|
We have been having some problems with our Oracle system where users get a "spinning ball" that makes the users think it is processing when it is really doing nothing. Oracle states that it is because of an out dated registry setting(HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\MaxConnectionsPerServer) which they wanted us to change. We started to apply this to a couple users and it did work. Microsoft even says that internet standards have changed and they recommend changing the value.( http://support.microsoft.com/kb/282402 ) We found that on some computers this value was either 2 or it doesn't exist so this script accounts for if it doesn't exist. Click on the link above and download the FIX IT msi and save it in a share location you run your scripts from
----------COPY EVERYTHING BELOW THIS LINE---------- Dim objShell, strCmd ----------COPY EVERYTHING ABOVE THIS LINE----------
Copy and paste the text into notepad, MAKE SURE THERE IS NO WORD WRAP, and save it as EnableIE10Connect.vbs Save it in the same folder as the msi you downloaded above Create a group policy and have it run EnableIE10Connect.vbs or add it to your existing logon script you run.
This information is provided "AS IS" with no warranties expressed or implied.
Advertisements
|










