or replace them by another ones(the default ones)????
how can i do this???
Posted 06 August 2004 - 07:47 AM
Posted 06 August 2004 - 07:50 AM
Posted 06 August 2004 - 07:52 AM
Posted 06 August 2004 - 07:56 AM
Posted 17 August 2004 - 03:13 PM
Posted 17 August 2004 - 06:21 PM
aknott, on Aug 17 2004, 03:13 PM, said:
Posted 17 August 2004 - 06:35 PM
BASEHIVE, KEY, VALUENAME, DATATYPE, VALUE
HKCU,"AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current","",0x00020000,"%SystemRoot%\media\%WINDOWS_XP_HARDWARE_REMOVE%"
; Registry Data Types ; ; Types with NOCLOBBER don't overwrite existing values ; Types with APPEND appends the specified value to the existing value ; ; REG_ADDREG_APPEND = 0x00010008 ; REG_BINARY = 0x00000001 (or 1) ; REG_BINARY_NOCLOBBER = 0x00000003 (or 3) ; Binary data in any form. ; REG_MULTI_SZ = 0x00010000 ; REG_MULTI_SZ_APPEND = 0x0001000A ; REG_MULTI_SZ_NOCLOBBER = 0x00010002 ; REG_MULTI_SZ_DELVAL = 0x00010006 ; Array of null-terminated strings that are terminated by two null characters. ; REG_SZ = 0x00000000 (or 0) ; REG_SZ_NOCLOBBER = 0x00000002 (or 2) ; Null-terminated string. It will be a Unicode or ANSI string, depending on whether you use the Unicode or ANSI functions. ; REG_EXPAND_SZ = 0x00020000 ; REG_EXPAND_SZ_NOCLOBBER = 0x00020002 ; Null-terminated string that contains unexpanded references to environment variables (for example, "%PATH%"). It will be a Unicode or ANSI string, depending on whether you use the Unicode or ANSI functions. ; REG_DWORD = 0x00010001 ; REG_DWORD_NOCLOBBER = 0x00010003 ; 32-bit number.