Archive for December, 2006
What is SVCHOST anyway?
Posted by: ds in Microsoft Server on December 7th, 2006
Basically, SVCHOST is a services DLL loader. Here’s the MS artical that explains it:
http://support.microsoft.com/kb/314056
The keys to finding out what is going on are: Run TASKLIST /SVC from the command window and look at the following Registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Svchost
Controlling Cache settings and more in IE
Posted by: ds in Microsoft Network Admin on December 7th, 2006
Hidden deep within Group Policy there are many jewels that are not always easy to find. One of these jewels is the advanced or “preference mode” Internet Explorer settings. These can be accessed with the following steps:
- Open the Group Policy Management Console and create a new GPO.
- Browse to User Configuration/Windows Settings
- Right click on “Internet Explorer Maintenance” and click “Preference Mode”
This will add another subgroup of settings listed under “Advanced”. In this subgroup you can edit settings related to cache size, auto complete, roaming profile cache, auto image resizing, and many more things.
Warning: If you have already set some things in “Internet Explorer Maintenance”, you will need to either clear them first or create a new GPO in order to switch to “Preference Mode”