Get all information about Computer Repair Services in Canada. You can find here tips and trick for pc repair canada,pc support Canada,home pc repair,computer help canada, Technical Support, Tech Support for troubleshoot your PC.

Showing posts with label computer reapir. Show all posts
Showing posts with label computer reapir. Show all posts

How to manually optimize the memory usage

| Wednesday, April 8, 2009
In this post you can get technical support for computer memory management. Memory is the useful unit of computer system; you can optimize your computer's memory usage to reflect your specific needs. If your computer is used as a workstation instead of as a server, you can increase performance by devoting more memory to your programs. Your programs will work faster and the system cache size will remain the default size that was included with Windows XP. Or, you can set aside more computer memory for a larger system cache if your computer is used primarily as a server, or if you use programs that require a large system cache.

Follow The Steps to Optimized Computer Memory Usage
1. Click Start, click Run, type sysdm.cpl in the Open box, and then press ENTER.
2. Click the Advanced tab, and then under Performance click Settings.
3. Click the Advanced tab, and then under Memory usage use one of the following methods:
o Click Programs if you use your computer primarily as a workstation instead of as a server. This option allocates more memory to your programs.
o Click System cache if your computer is used primarily as a server or if you use programs that use a large system cache.

Some Related Search
computer repair
How to create a BOOT LOG file
Local 2 Investigates Computer Repair Companies

How to configure registry keys to generate the memory dump file

| Wednesday, January 21, 2009
Dump files are created when an error occurs for which there is additional information that would be useful in diagnosing a problem (such as internal control blocks). Every data item written to the dump files has a timestamp associated with it to help with problem determination. Dump files are in binary format and are intended for DB2(R) customer support representatives.

This post provide computer help for how to windows use dumb file and how to create dump file.
You can configure entries under the following registry subkey to generate the memory dump file:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\crashdump The REG_DWORD entries are as follows:

Dump1Keys
Dump2Key

The Dump1Keys entry is a bit map of the modifier keys to use. The values are as follows:
#define CRASH_R_SHIFT 0x01
#define CRASH_R_CTRL 0x02
#define CRASH_R_ALT 0x04
#define CRASH_L_SHIFT 0x10
#define CRASH_L_CTRL 0x20
#define CRASH_L_ALT 0x40

The Dump2Key entry is the index into the scancode table for the keyboard layout. The following is the actual table in the driver.

const UCHAR keyToScanTbl[134] = {

0x00,0x29,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,

0x0A,0x0B,0x0C,0x0D,0x7D,0x0E,0x0F,0x10,0x11,0x12,

0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1A,0x1B,0x00,

0x3A,0x1E,0x1F,0x20,0x21,0x22,0x23,0x24,0x25,0x26,

0x27,0x28,0x2B,0x1C,0x2A,0x00,0x2C,0x2D,0x2E,0x2F,

0x30,0x31,0x32,0x33,0x34,0x35,0x73,0x36,0x1D,0x00,

0x38,0x39,0xB8,0x00,0x9D,0x00,0x00,0x00,0x00,0x00,

0x00,0x00,0x00,0x00,0x00,0xD2,0xD3,0x00,0x00,0xCB,

0xC7,0xCF,0x00,0xC8,0xD0,0xC9,0xD1,0x00,0x00,0xCD,

0x45,0x47,0x4B,0x4F,0x00,0xB5,0x48,0x4C,0x50,0x52,

0x37,0x49,0x4D,0x51,0x53,0x4A,0x4E,0x00,0x9C,0x00,

0x01,0x00,0x3B,0x3C,0x3D,0x3E,0x3F,0x40,0x41,0x42,

0x43,0x44,0x57,0x58,0x00,0x46,0x00,0x00,0x00,0x00,

0x00,0x7B,0x79,0x70 };