Category Archives: Microsoft

Automation with Batch Files

If you’re familiar with MS-DOS at all, you’ll recall that it’s a command-driven operating system that performs functions issued at the C:> prompt. The only way to get an MS-DOS computer to do something was to type a command at this prompt and if you can imagine, it was a rather cumbersome way to use a computer.

Unload unused DLLs

This hack will enable the automatic unloading of program associated DLLs from memory when a program ends. This will free the memory and other resources for other running programs.

Disable User Tracking in WIndows XP

Yes, you read it right. Windows XP tracks each and every action you take, each and every move you make. It tracks program run by user, the paths followed, the documents used and M$ knows what else. Disable this “feature” will free up system resources and other side effects you may yourself think of.

Configure system cache for server or workstation

If you are using your system as a server then file caching is good. If you are using your system as a desktop then file caching is not so good. KEY : HKLM\System\CurrentControlSet\Control\Session Manager\Memory ManagementValue Name : LargeSystemCacheValue Type : DWORDPreferred Value : 1 (for servers)Preferred Value : 0 (for desktops)