MZ@ !L!This program cannot be run in DOS mode. $DDD 3DD 1DD 2DD 7DDDD .DD 5DD 0DDRichDPELIPT  |.@!@ d\P>@.text{| `.data$@.idata< @@.rsrc@@.reloc\@B@0@@Hpt00` `IPT#?3P@@ Invalid key '%ws' Acl [%ws]Invalid key '%ws'Value too large - '%ws = %ws'Unable to access file - '%ws = %ws'Date/time format invalid - '%ws = %ws'Invalid line continuation - '%ws = %ws'Invalid quote character - '%ws = %ws'Missing length for binary data - '%ws = %ws'Not enough binary data for length - '%ws = %ws'Invalid registry type - '%ws = %ws'Invalid value - '%ws = %ws'%02u %04u KeyName: %wsREGINI: Missing line continuation character for %ws REGINI: %ws key exceeded maximum depth (%u) of tree. (%02u) Deleted key %02x %ws (%x%08x) ; *** Deleted the above key and all of its subkeys *** REGINI: DeleteKey (%ws) relative to handle (%x%08x) failed - %u Created key %02x %ws (%x%08x) REGINI: CreateKey (%ws) relative to handle (%x%08x) failed - %u Value name ('%ws') seen before any key name Popping from key %02x %ws (%x%08x) Adding value '%ws = %ws' to key %02x %ws (%x%08x) %ws = DELETED REGINI: SetValueKey (%ws) failed (%u) -b specifies that REGINI should be backward compatible with older versions of REGINI that did not strictly enforce line continuations and quoted strings Specifically, REG_BINARY, REG_RESOURCE_LIST and REG_RESOURCE_REQUIREMENTS_LIST data types did not need line continuations after the first number that gave the size of the data. It just kept looking on following lines until it found enough data values to equal the data length or hit invalid input. Quoted strings were only allowed in REG_MULTI_SZ. They could not be specified around key or value names, or around values for REG_SZ or REG_EXPAND_SZ Finally, the old REGINI did not support the semicolon as an end of line comment character. textFiles is one or more ANSI or Unicode text files with registry data. Some general rules are: Semicolon character is an end-of-line comment character, provided it is the first non-blank character on a line Backslash character is a line continuation character. All characters from the backslash up to but not including the first non-blank character of the next line are ignored. If there is more than one space before the line continuation character, it is replaced by a single space. Indentation is used to indicate the tree structure of registry keys The REGDMP program uses indentation in multiples of 4. You may use hard tab characters for indentation, but embedded hard tab characters are converted to a single space regardless of their position Values should come before child keys, as they are associated with the previous key at or above the value's indentation level. For key names, leading and trailing space characters are ignored and not included in the key name, unless the key name is surrounded by quotes. Imbedded spaces are part of a key name. Key names can be followed by an Access Control List (ACL) which is a series of decimal numbers, separated by spaces, bracketed by a square brackets (e.g. [8 4 17]). The valid numbers and their meanings are: 1 - Administrators Full Access 2 - Administrators Read Access 3 - Administrators Read and Write Access 4 - Administrators Read, Write and Delete Access 5 - Creator Full Access 6 - Creator Read and Write Access 7 - World Full Access 8 - World Read Access 9 - World Read and Write Access 10 - World Read, Write and Delete Access 11 - Power Users Full Access 12 - Power Users Read and Write Access 13 - Power Users Read, Write and Delete Access 14 - System Operators Full Access 15 - System Operators Read and Write Access 16 - System Operators Read, Write and Delete Access 17 - System Full Access 18 - System Read and Write Access 19 - System Read Access 20 - Administrators Read, Write and Execute Access 21 - Interactive User Full Access 22 - Interactive User Read and Write Access 23 - Interactive User Read, Write and Delete Access If there is an equal sign on the same line as a left square bracket then the equal sign takes precedence, and the line is treated as a registry value. If the text between the square brackets is the string DELETE with no spaces, then REGINI will delete the key and any values and keys under it. For registry values, the syntax is: value Name = type data Leading spaces, spaces on either side of the equal sign and spaces between the type keyword and data are ignored, unless the value name is surrounded by quotes. If the text to the right of the equal sign is the string DELETE, then REGINI will delete the value. The value name may be left off or be specified by an at-sign character which is the same thing, namely the empty value name. So the following two lines are identical: = type data @ = type data This syntax means that you can't create a value with leading or trailing spaces, an equal sign or an at-sign in the value name, unless you put the name in quotes. Valid value types and format of data that follows are: REG_SZ text REG_EXPAND_SZ text REG_MULTI_SZ "string1" "str""ing2" ... REG_DATE mm/dd/yyyy HH:MM DayOfWeek REG_DWORD numberDWORD REG_BINARY numberOfBytes numberDWORD(s)... REG_NONE (same format as REG_BINARY) REG_RESOURCE_LIST (same format as REG_BINARY) REG_RESOURCE_REQUIREMENTS (same format as REG_BINARY) REG_RESOURCE_REQUIREMENTS_LIST (same format as REG_BINARY) REG_FULL_RESOURCE_DESCRIPTOR (same format as REG_BINARY) REG_QWORD numberQWORD REG_MULTISZ_FILE fileName REG_BINARYFILE fileName If no value type is specified, default is REG_SZ For REG_SZ and REG_EXPAND_SZ, if you want leading or trailing spaces in the value text, surround the text with quotes. The value text can contain any number of imbedded quotes, and REGINI will ignore them, as it only looks at the first and last character for quote characters. For REG_MULTI_SZ, each component string is surrounded by quotes. If you want an imbedded quote character, then double quote it, as in string2 above. For REG_BINARY, the value data consists of one or more numbers The default base for numbers is decimal. Hexidecimal may be specified by using 0x prefix. The first number is the number of data bytes, excluding the first number. After the first number must come enough numbers to fill the value. Each number represents one DWORD or 4 bytes. So if the first number was 0x5 you would need two more numbers after that to fill the 5 bytes. The high order 3 bytes of the second DWORD would be ignored. [-b] textFiles...REGINIError: Registry editing has been disabled by your administrator. Failed to load from file '%s' (%u) No textFile specifiedSoftware\Microsoft\Windows\CurrentVersion\Policies\SystemDisableRegistryToolsREG_SZREG_EXPAND_SZREG_MULTI_SZREG_MULTISZ_FILEREG_DWORDREG_NONEREG_BINARYREG_BINARYFILEREG_DATEREG_RESOURCE_LISTREG_RESOURCE_REQUIREMENTS_LISTREG_RESOURCE_REQUIREMENTSREG_FULL_RESOURCE_DESCRIPTORREG_QWORDONYESTRUEOFFNOFALSE.Default\Registry\Machine\Registry\Classes\Registry\Users\Registry\Users\.Default\RegistryEmpty.HIVUSER:HKEY_CURRENT_USERHKCUHKEY_LOCAL_MACHINEHKLMHKEY_CLASSES_ROOTHKCRHKEY_USERSMachineClassesUsersDELETESUNMONTUEWEDTHUFRISAT%.*s%c%ws%c%.*s%ws %wc%ws%wc%.*s%c%ws%c %ws = REG_EXPAND_SZ (*** Length not multiple of WCHAR ***)(*** MISSING TRAILING NULL CHARACTER ***)%c%ws%c%ws ,;%.*ws\ %.*s%ws 0x%08lx \ %.*s 0x%08lxREG_DWORD 0x%08lx REG_DWORD_BIG_ENDIAN 0x%08lx REG_LINK %ws \ ->%.*sREG_MULTI_SZ "%wc" REG_QWORD 0x%016I64x *** Unknown Registry Data Type (%08lx) Length: 0x%lx ;%.*sNumber of Full resource Descriptors = %d ;%.*sPartial List number %d UndefinedInternalIsaEisaMicroChannelTurboChannelPCIVMENuBusPCMCIACBUSMPIMPSAProcessorInternalInternalPowerPNP Isa***invalid bus type***;%.*sINTERFACE_TYPE %ws ;%.*sBUS_NUMBER %d ;%.*s *** !!! Invalid ResourceList !!! *** ;%.*sDescriptor number %d CmResourceShareUndeterminedCmResourceDeviceExclusiveCmResourceDriverExclusiveCmResourceShared***invalid share disposition***;%.*sShare Disposition %ws ***invalid FlagsNULL***UnusedPORTCM_RESOURCE_PORT_MEMORYCM_RESOURCE_PORT_IOINTERRUPTCM_RESOURCE_INTERRUPT_LEVEL_SENSITIVECM_RESOURCE_INTERRUPT_LATCHEDMEMORYCM_RESOURCE_MEMORY_READ_WRITECM_RESOURCE_MEMORY_READ_ONLYCM_RESOURCE_MEMORY_WRITE_ONLYDMADEVICE SPECIFIC***invalid type***;%.*sTYPE %ws ;%.*sFlags %ws ;%.*sSTART 0x%08lx LENGTH 0x%08lx ;%.*sLEVEL %d VECTOR %d AFFINITY %d ;%.*sSTART 0x%08lx%08lx LENGTH 0x%08lx ;%.*sCHANNEL %d PORT %d ;%.*sDataSize 0x%08lx Data: ;%.*s 0x%08lx;%.*s*** Unknown resource list type: 0x%x **** ; Unable to initialize registry access functions (%u)REGBACKUnable to allocate large value buffer (%u) %.*s%.*s more...press any key to continue usage: %s [-m \\machinename | -h hivefile hiveroot] [-i n] [-o outputWidth]where: -m specifies a remote Windows NT machine whose registry is to be manipulated. -h specifies a specify local hive to manipulate. -i n specifies the display indentation multiple. Default is 4 -o outputWidth specifies how wide the output is to be. By default the outputWidth is set to the width of the console window if standard output has not been redirected to a file. In the latter case, an outputWidth of 240 is used.Whenever specifying a registry path, either on the command line or in an input file, the following prefix strings can be used: HKEY_LOCAL_MACHINE HKEY_USERS HKEY_CURRENT_USER USER: Each of these strings can stand alone as the key name or be followed a backslash and a subkey path.%s: error%ws(%u) : %s: Out of memoryUnable to convert parameter '%s' to Unicode (%u)Missing argument to -o switchMissing parameter for -%c switchMay only specify one of -h or -m switches\\Invalid machine name - '%ws'Missing parameter(s) for -%c switchInvalid switch (-%c) %d\@`?@@@ 5RSDSKg}Nk) regini.pdbU@3ʼnEESVZ3Wy? @3ҋO@ P\$t,PwPh@h0@f4!wh@h0@C4F;uH@ t0Qd@tj]Pj[h0@3@ h@P3YYF;_M^3[cD]̋U0@3ʼnES]VWPQQSr DžuhP0@ xG-PjjjPPj @uP^t:Pu@ @M_^3[ZC]̋U@3ʼnESVWh@QQh@ˉ؅:j8SP.I@ 󈅜088@t#@ Wh @P1;kt-;w)V @^ ;tOv;v @G8@t@W h@Px1 F^^ 8sGkP@oȉ8@tv @Sv@6h@P0SW@@h@P0YYsGkQN QQQP@ȉ78@tv @Sv@6hT@PU0N tFPSSSSSSSSSSQ$@t^^W uQSh@8@tv @Sv@6h@P/V @^ Ov ;r8@t+v @Sv@6h@Ps/ 8t?k@B@ hH@P%/ ! @R@PkPS @uajX+PHSPE ;u-9u%Q5@,@;t|QS0@lSW1 @P@Q Pt8SW8@9u@PQg+]s GkQPSh@@@PP-s GkQPShx@뺡@j@@hp@P,@@h8@P, P@@h\@P,`Hw?$qH@@6@/@(0@!X@@@ @@PQ*j [V @a ;s湠@"ËM_^3[<]ÍIG@G@G@G@G@G@H@H@H@̹@3̋USVWQQq%D$3Ph ,@h\$ @j_uhD$ |$ PD$ PD$ PSh,@t$$@u9|$u 9|$ u9\$tFt$@t @@h+@Q'+Y3Y@_^[]Ë}O@}] ] 3<-t,PFt5P@YbtU PMJ)@Fuы] }O}u|$t3YPֹ+@'3ҹ,@<&̋UV3tvWx=3t-S]W++ٍt ft fJu_[uzt3f^]̋U @ @S@VW3MEuNQhP@؅F Phu@؅FPhu@؅uuFPh.@v@؅u]h.@FSP@h.@ SP@h/@(SP@h\.]3_^[]̋UWEUPUu @EuEE 3V= u_uhP0@u&@YYuG0h`0@u@YYuG hp0@u@YYuGauMSu]3SQhRRRuE PuU(@Eu&u 2E8ut Vj3@E[^_]̋UQWEUPUru @EuE 3V= u_uhP0@u&@YYuG0h`0@u@YYuG hp0@u@YYuG.S]ShjuP@uu :[^_]̋VW u3=SV@؅u,u&d&9quIuQj<@P@[_^Ëы űU0SVW3ۉUSSjSjhPEd@}u @SWL@؃u Wx@jh]Pjp@}tWjEPSWuD@tQ9]tj&^(E܃Pjjut@u @3thjW@@@uj^ux@tjSW},@uCSP4V@ SWSVjjh@؋3fYu8hYl@υu'f;t f;uyK}33UuEYE E E *j\Zf9Wf;EEԋEtj _f9}ԋ}j\Yf9NMuu;vj Xf9Fw;wE}uj Zf9uu3;sHj M^f;u @Ef;Mu9]sf9wuEB;rϋu}Ev7Ut^Mj XЋ ‹Uɍ4VfuJuE}U/UBU;f;Utf;Uu@;r}EU;Mf;Mu j Xf9GEt j Yf9Mj ^;sMf;tf;u@;rE;s- f;Mtf;Mu E9]r9]sMf9 uf9rtf92uE뢋Uu}Et,ʋj XЋ ‹Uɍ4VfJuE}Uj YfU@fUE}u;t j ʋXЋ fE4FMj Xf3fEЉEA A3qA_^[]̋USVWu~ t Nt(j83SV2W tj YME E _fu8F 2_^[]uFf;EuN+ȃj NY;Wsf;v3ɉU8Ou2f:;u,;Ws"j Yf9 t ;WrG3ff9 tW j Xf9uGWqj 3Y\8Ou]"t'uPUf9t;Wrf9t F33 =t-[uf;Etf;Euj Xf;Wr BG33fE;v2f;uwft 3f2;wut'C;Gsj Zf9t ;Gr3fG/t+3ҋfU;v0f;uwft 3f0;wuGGEFt\f8@t;tFj Yftf;vSh|0@@YYu F(&F ^PF$PFPQQtF Ftσ3j]NXf9tf9uf93Wh|0@f@YYuF 덍V$ωV#x^̋U`@3ʼnES3ۋMM |@EM]]Ĉ]ˈ]Ȉ]Ɉ]VuuWU}Ut@Eˋ_3EE 3E9@@ʍAEff;Eu+MċEMf9KwQSR@ tE3@Ek @9u*kM U@@EȊ@EɊ@EʋE̋UMk @tEčC f;Ew fu}tRQ@ϊUS}tR@Q>FEff;EuE+u]̋ H$a@vf;Dsu"t'uu=@vjol@G }2SQ@ 3fqu39`@t>`@ʍAEff;Eu+MQSR@ tG3ɍ`@9u6Md@눀}3EE}ЋEEEEMjZj)tEf9uNu}ąt;t 0r 9wNutN;f}jh0@W@ u ȉMjh0@W@ u3Ajh0@W@ ujYjh0@W@ jth0@W@ ujjh0@W@ ujjh0@W@ u8j띍EPMt9MM̋EDfLEЋMAjWl@jWl@E@fEfuf9U~fd} lffEЋE]jYEQEPS@ RMu GhE0@6E]JPMNEu68EtYMAE u 3fA ;As#ftFAE EEu3AGh9]uGh}3MEMˍEWh@PUu@}qu39`@t>`@ʍAEff;Eu+MQSR@ tG3ɍ`@9u6Mk&d@3AjWl@G 2M_^3[8#]H`@y]@y]@N^@]@a@]@a@H`@H`@H`@Da@̋U SVˆMWj"E0Yf;t fuM3ۋ} Mf9u Sl@MBf9t8U j"Xf9u8]uQj"_Ff98}uC9sDfff9u˳E 9s'3fEE0_^[] 3fjol@2̋U8e3SVWوUjY}Љ]MUt C2WuE]E>E &EVWEPUu@]u C2hju@@_^[] ̋U SVW3ۋSSjSjhR}]]d@u GoEGPVL@9]uGtBE ;8s;SEPWuVD@t9}t j&l@ EXE 8Vx@Vx@jol@2_^[]̋USVWt<fj Zf;ty3ff;u+f9TNu`j"YEfU3ۍQff;u7+ft5j Zf;tDOf;tÃ\tj"Yf;u f;uj'j'Zf;uf;t2_^[]̋U0@3ʼnE@MS]VuW} h@uE3h0@VuЉM]؉}>EEtD3f9t=M3QMtEPQPh0@VQh0@V Eh1@VEEYY $hi@uh1@VEYYth1@VYCYt 3f9Dth<1@VY3YfEP3=tEPWPhh1@V\ 3ۍQff;uE+;EwWhp1@V( 3f9ы߉Uf9tluf; r@E܋;w.Pht1@@YYtӉUU3Ƀf9 u3ɋuЋ}ԅtfJf;tZf9 u+WPh|1@V 3f9t19EujXEh@Ph1@V] 3Ƀ}f9 5h@V? YY3+t,t tHt Hu#-@8.@-@T-@ @-@SPh1@V ȉMS}Ut{U܋]}UЍC ;v(}ujXh@Ph1@V 3Eh1@V EYYE0h1@Vp M EȋUЉMOu}ԋ]h@VJ YYMWuSuVd7h1@V% 7h1@Wh1@=@Euh1@h1@j P@ h1@V YYM3MEf9{CEm]؅t}ujYh@QEPV h 2@V YYj"Xf9_uPh2@Vr _Ph2@V_ 3Cf9_uh2@VH YCYM;]rw7h2@SPh02@V M_^3[]8g@e@e@8g@>h@Sh@\h@dh@8g@8g@8g@8i@̋U0e3V@Mԃ}W}u6}$'EpE Qh@HMPhh2@Wu E} } uEuS3ۉ]܅E HMЉESh@Qh2@W4 @ww$m@2@n2@g2@`2@Y2@R3@K,3@D43@=<3@6H3@/X3@(d3@!l3@x3@3@ 3@3@Ph@uh3@W vh@uh4@W F (M;+ȉM3ɉM9N ] ]uQh@Sh\4@W; FEFt%HtHtHt@5@5@4@ 4@x4@Ph@Sh5@WE5@HtpHtLHtHtHt 7@7@y7@r6@fu6@3Bf;u,7@uSh7@LD6@fuX6@3Bf;u26@+5@fu5@3Bf;u6@ 5@5@Ph@uh7@W$S]h@Sh8@WE(HHHHHtQh@Sh8@Wvh@Sh8@WNVUM؋؅tGC ;Erh@uh8@WUX2h8@WiU ؉UNuuh@WJ]YYbvvh@Sh8@Fv vvh@Shx8@v vvh@ShP8@Wv vh@Sh,8@Wh$9@WEYYMAuM;H n]܋uMЃCu];]YSh@uh,4@W[_^]Nj@Uj@\j@cj@jj@qj@xj@j@j@j@j@j@j@j@j@j@̋U@3ʼnESVWj_W3Sh@Vp@|@ @ P@P@YYtQEPj|@P@t$EM+EA @M+A @&@@P5@@+@= @h\9@P\@ @Y`@+@YX@@jhH@T@@WSPV @p@@u#V@й(9@!M_^3[]V@йd9@/̋WV< tFuR+P@h9@W@h9@PP@ @@P@t7;r3@@h9@P^@@h9@PKP@>t Vq^_̡@P@@SVW5\@ڋh:@P @@h(:@Q=T@u@@h<:@PYY@@hT:@PP@=T@YYu X:@`@@@h@Py@P@@hp:@P` @@hx:@QJP@=T@u':@a@@h@PP@YYX@9=T@u'(<@$@@h@PP@YYt@@h@PP@YYjӋ̋UQ@3ʼnEVWtB5\@@@h`=@Pqu@W@VP^@@h@PK$5d@t j@j@̋U@hh=@RQ@hp=@Pu@u@u P@@h@P,]̋SVWNFu+uPj<@PH@t.VWVSjjh@;t@Pӹ=@3fw_^[j3ҹ=@̋UEVWP@ЋY? %Sj[+H+t1HHt0@Y@[_^]3ҹ=@=@uA=@u8t* jh4>@P@@ tjmZ=@|3ҹ>@st0@Y @jiӃ=@ut)t% @ y@HjhZ\>@@333>@@<>@jb̋UEPu u@ ]̋UQSV3مtvWxEPM3ɅxZ+W@P֋M+@M3tW3fu3f9]#W|3ZE PQSW@x ;wt z3f_U _E+ÉEEx4Mt\vW}vOBPPGP,E 6]ttSEPEP3PEyzu }Mt9Mt  t3f_^[]̋USV3ۋWtf9tJuuWEt x+8_^[]̋U3E t u utvW]̋U3Vt-SW} +tft fKFJu_[jXu zN3fMt1^] ̋UQS‹WEt%EtME K+M3fEEtCVuPVS ^u M E8#t5M CxM3fM EtEt 83f_3[]̋U$@3ʼnEl@Efp@fE>@Ef>@fE衸>@SEf>@VWfE3>@GEf>@WfEl@Pd03Sp@W@l@Pd0Sp@W@@l@Pd0Sp@j^V@l@Pd0Sp@V@l@Pd0Sp@ @L@9@@ 9@9@WEPQ@WEP5@@@WEP5@@WEP5@@WEP5L@@tS5@h@S5@@h@S5@h@S5@h@S5L@h@S l@Pd0Sp@W@l@Pd0Sp@VD@l@Pd0Sp@V@l@Pd0Sp@V@l@Pd0Sp@V@l@Pd0Sp@H@@f9D@Z9@N9@B9@6SMQP@"WEP5D@@ VEP5@@VEP5@@VEP5@@VEP5H@@S5D@h@S5@h@j ^W05@h@S 5@h@W05@h@S%5@h@W05@h@S#5H@h@W05H@h@!2M_^3[]̋SVWj@_0@d 0XSjq@Љ@tBN NJfZFBBQPQ@P@x r2_^[jh`@ E؋ej_ft f w j-Xf;t+u E j [ej0Xf;uBxuj[E'ouj[Ebu ׋E+ f3EAf w0 Af;Ew7Af;Ew&W;sMu  fuj-Xf9EuރeE؉M1E3@ËeE2 jh@^ Eԋ03҉Uj_ft f wj-Xf;t+u EE Uj0Xf;uKxuEE,ouEEbu}E+fUj[Af wك0Af;wك7Af;w@كWE;s3M܅uRuQP à E ÉEfj[uj-X]f9EuۃڃeEԉ0MQE3@ËeE2O ̋U SVU3ۉMW]Vff;u+4q t u ;tM;tDjP$@YYMt"GMjP$@YYMt ;uM;u}d0Wjp@u2jWVt@yd0Vjpx@3]9}v;j EPS @ t' @APQjjVp@xG;}s]ŋ}jW`@xjVjW<@x_^[]̋USVE3uWuf!EEPEPEPQ@}M33f;AEPSQd@M3G@:u%A:BuA;BuBPAP|@u MG rC9utUEQPEPQxGuWh>@jEPEPuVx$uMCA;Y39u_^[]2̋UQQeEPEPEPQ@x }t}tud0jpx@]̸MZf9@t3N <@@PEu@= t= u3@v9@3t@v 9@j8@rP԰@ t@ x@YYȰ@ L@@ @@=@u h`@İ@Yz3̡H@h<@5D@<@h0@h,@h(@ذ@4@jh@H3ۉ]dp|@3 t;u3Fh@3F95@u jY:9@u,5@h@h @YYtE5$@95@uh@h@YY@u 3|@=@t#h@YtSjS5@@50@5,@5(@u @=8@u6P@MEQP,YYËeE @=8@uPа@=$@u ̰@ @E.̋UQ@3ʼnEVu3;u sWu>t @׃;u r_M3^ ].; @u@̋UE8csmu+xu%@= t=!t="t=@u@3]h0@@3%@j h@3ɋEtKtFMMZf9u2P\h~ιܹ" @ȳ88,,p^H8$ضʶ|`P6&6FTbrֳܵ 6ʴ|nd\J:,ȷԷ2  *DR^lȸ>\h~ιܹ"RegQueryValueExWRegOpenKeyWTRegCloseKeyADVAPI32.dllPGetLastErrorKERNEL32.dllZtolower_iobexitq_XcptFilter__p__commode_amsg_exit__getmainargs__set_app_typeu_exit&_cexit__p__fmode__setusermatherr_inittermmsvcrt.dll7?terminate@@YAXXZ9_controlfpl_except_handler4_commonRtlCompareMemoryntdll.dllIsTextUnicode]RegCreateKeyExWRegQueryInfoKeyWhRegDeleteKeyWXRegConnectRegistryWlRegDeleteValueWRegSetKeySecurityRegOpenKeyExWsRegEnumKeyExWRegSetValueExWRSleepCSetUnhandledExceptionFilterdGetModuleHandleA-QueryPerformanceCounter GetCurrentProcessIdGetCurrentThreadIdGetSystemTimeAsFileTimeGetTickCountUnhandledExceptionFilter GetCurrentProcessaTerminateProcess;GetFileSize/HeapAlloc3HeapFreeVirtualFreeGetProcessHeapCopyFileWPReadFileCreateFileWMultiByteToWideChar SetLastErrorVirtualAlloc=GetFileTimeCloseHandleGetStdHandleGetConsoleScreenBufferInfoSetConsoleCtrlHandlerrwcschr_wcsicmp memmove_wcsnicmp8strcpy_svwcscpy_s~_stricmp_isattyatoi_filenoavfprintfwcstouliswctype_vsnwprintfDNtFlushKey~NtOpenKeyLNtUnloadKeyRtlSetDaclSecurityDescriptorRtlInitUnicodeStringdNtLoadKeyRtlFreeUnicodeStringnRtlNtStatusToDosErrorNtCloseRtlAdjustPrivilegeRtlFormatCurrentUserKeyPathBRtlDosPathNameToNtPathName_URtlCreateSecurityDescriptorRtlGetAceRtlSubAuthoritySidFRtlLengthRequiredSidRtlAddAceRtlCreateAclRtlFreeHeapaRtlEqualSidRtlCopySidRtlAllocateHeapRtlGetDaclSecurityDescriptorRtlInitializeSidHRtlLengthSidmemset 8Ph  @ Registry Initializer 4VS_VERSION_INFOD%D%?StringFileInfo040904B0LCompanyNameMicrosoft CorporationRFileDescriptionRegistry Initializerp(FileVersion6.3.9600.17415 (winblue_r4.141028-1500)6 InternalNameREGINI.EXE.LegalCopyright Microsoft Corporation. All rights reserved.> OriginalFilenameREGINI.EXEj%ProductNameMicrosoft Windows Operating SystemBProductVersion6.3.9600.17415DVarFileInfo$Translation 000000>????????@`0080m00000>111111'2R2_2n22222@3[3e3s3333344:4z44444444&595A5T5f5555#6K6f66677R7Y7i777777777777888;8R8q8u8y8}8888888889 9-979?9[99999::::::;;;);9;>;L;Q;_;d;r;;;;;<<<<'<4 >>>(>3>F>W>z>>>>>>>!?'?2?j?w?????????P.0p0w0000000011>1E1X1_111n2v22233!313:333344+444D4M4|4444.5>5K5Y5r555555566%6>63;9;;;;;T<_<<<<<<<*>F>>???2?9?L?S?a?h?z??????`<001U1\1111111111111222 2T22I3m3333344'44455b5s555555 6>66667 7'7O7V7]7d7k7v777778A8V8^8f8q8x88888899>9G9h9l9p9t9x9|999999999,:2:J:O:V:]:d:k:r:y:::::::::::::::%;+;Q;X;_;f;m;s;y;;;;;;;;;;;<<<(> > >>>>>!>%>)>->1>C>c>h>>>>>>>>>>>>>? ????#?,?0?9?>?D?R?X?]?j?q?????????p0000*0K0Q0]0f0r0|00000000000000111+11191E1M1Y1a1n1v11111111111222*282B2R2W2a2o222222223)3p3v3333333333334)464>4O4Z4_444l55"8,858>8G8P8Z8g8q8|88888888888889 999+979Q9d9j9}99999999999999: ::(:.:4:E:K:Q:b:h:n::::::::::::::;; ;3;9;L;R;e;k;~;;;;;;;;;;;;;;;<<<<$??<020H0a0o00000)1>1b111 282D2J2W2m2v2222222222222233 3333 3&3.3;3U3w333333333333344"4*40464C4I4S4r4x44444445i555556L6666677777788&8;8H8P8t888899/989C9J9l9r9x9~999999999999999999::':-:8:>:J:Z:c:y:::V;t;x;;;;;;;;;p000000001 11$101<1`1h1p1x1111111111222(242@2L2X2d2p2|222222222223 33 1