Tampilkan postingan dengan label Registry Guide. Tampilkan semua postingan
Tampilkan postingan dengan label Registry Guide. Tampilkan semua postingan

Senin, 27 April 2009

Enable 48-bit LBA Support for Large Hard Drives (Windows 2000/XP)

Download PDF

By default Windows 2000 SP2, Windows XP and earlier versions of Windows do not support 48-bit Logical

Block Addressing (LBA) for drives larger than 137GB as defined in the ATA/ATAPI 6.0 specification. Open your registry and find the key below.

Create a new DWORD value, or modify the existing value called 'EnableBigLba' using the settings below.

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Note: Please see Microsoft support article Q305098 for important information regarding this setting.

(Default)

REG_SZ

(value not set)

EnableBigLba

REG_DWORD

0x00000001 (1)

clip_image002

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Atapi\Parameters

Settings:

System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Atapi\Parameters]

Name: EnableBigLba

Type: REG_DWORD (DWORD Value)

Value: (0 = disabled, 1 = enabled)

Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.

Disable CD Burning (Windows XP)

Download PDF

This restriction is used to disable the use of the inbuilt CD recording functions of Windows. Open your registry and find the key below.

Create a new DWORD value, or modify the existing value called 'NoCDBurning' using the settings below.

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

(Default)

REG_SZ

(value not set)

NoCDBurning

REG_DWORD

0x00000001 (1)

clip_image002

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Exp...

Settings:

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer]

System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\

Explorer]

Name: NoCDBurning

Type: REG_DWORD (DWORD Value)

Value: (0 = Allow CDR, 1 = Disable CDR)

Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.

Convert an IEEE 1394 Device to a Dynamic Disk Drive (Windows XP)

Download PDF

Open your registry and find the key below.

Create a new DWORD value, or modify the existing value called 'EnableDynamicConversionFor1394' using the settings below.

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Note: Do not convert IEEE 1394 disk drives to dynamic disk drives if they are going to be moved to other hosts. This setting must only be used for drives that remain with a single host.

Note: Dynamic disks are not supported on portable computers or Microsoft Windows XP Home Edition.

clip_image002

(Default) REG_SZ (value not set) EnableDynamicConversionFor1394 REG_DWORD 0x00000001 (1)

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Dmadmin\Parameters

Settings:

System Key: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Dmadmin\Parameters]

Name: EnableDynamicConversionFor1394

Type: REG_DWORD (DWORD Value)

Value: (0 = default, 1 = enabled)

Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.

Control the CD-ROM Autorun Function (Windows NT/2000/XP)

Download PDF

Normally when you insert a disc into your CD-ROM drive, the contents are automatically launched. This tweak allows you to disable this behavior.

Open your registry and find the key below.

Change to value of 'Autorun', or create a new DWORD value if it doesn't already exist, and set the data to equal '0' for Autorun disabled.

Restart your computer for the changes to take effect.

Note: This method disables automatically running CD-ROMs. If you want to disable automatically running CD-ROMs depending on the CD-ROM that you insert in the CD-ROM drive, you can press and hold down one of the SHIFT key while you insert the CD-ROM.

(Default)

REG_SZ

(value not set)

Autorun

REG_DWORD

0x00000000 (0)

clip_image002

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom

Settings:

System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom]

Name: Autorun

Type: REG_DWORD (DWORD Value)

Value: (0=disable, 1=enable)

Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.

Configure Protected-Mode Hard Disk Interrupt Handling (Windows 95/98/Me)

Download PDF

This switch allows Windows to terminate interrupts from the hard disk controller, bypassing the ROM routine that handles these interrupts. Some hard drives might require that this setting be disabled in order for interrupts to be processed correctly. If this setting is disabled, the ROM routine handles the interrupts.

Open your registry and find the key below.

Create a new Binary value, or modify the existing value called 'VirtualHDIRQ' using the settings below. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

(Default)

REG_SZ

(value not set)

VirtualHDIRQ

REG_BINARY

00 00 00 00

clip_image002

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem

Settings:

System Key: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]

Name: VirtualHDIRQ

Type: REG_BINARY (Binary Value)

Value: (00 00 00 00 = disabled, 01 00 00 00 = enabled)

Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.

Change Drive Name and Icon (All Windows)

Download PDF

This tweak allows you to change the name and icon shown in Explorer for a specific drive letter. Open your registry and find the key below. If the key does not already exist then create it.

Within the main key create a new sub-key with a single letter representing the drive letter of the drive to be

modified. (e.g. [HKEY...\DriveIcons\D])

Within the drive letter key create another sub-key called "DefaultIcon" (e.g. [HKEY...\DriveIcons\D\DefaultIcon]) and set the "(Default)" value to equal the fully qualified name of the icon file. If the file contains more that one icon follow it with a comma and the zero-based index of the icon (e.g. "c:\icons\myicons.dll,4").

Create another sub-key within the drive letter key called "DefaultLabel" (e.g. [HKEY...\DriveIcons\D\DefaultLabel])

and set it's "(Default)" value to equal the label for the drive letter (e.g. "My ZIP Drive").

For example:

HKEY_LOCAL_MACHINE Software

Microsoft

Windows

CurrentVersion

Explorer

DriveIcons

D

DefaultIcon

(Default) = c:\icons\myicons.dll,4

DefaultLabel

(Default) = My ZIP Drive

You may need to restart Windows for the change to take effect, or press F5 to refresh My Computer.

Note: The "DefaultLabel" value only works with Windows 2000 and higher.

Settings:

System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ DriveIcons]

Name: Default

Type: REG_SZ (String Value)

Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.