MZ@ !L!This program cannot be run in DOS mode. $Q2\S\S\SS\SS\SS\SS\S]Sx\SS\SS\SS\SRich\SPEduTPT"  2А@U` Hdp`@@.text| `.data@.pdatap@@.idata @@.rsrc@@.reloc@B@@p@L~А0pP@uTPT#A5`@@ 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@@@8@ 5RSDS8ؓi6LU&?8regini.pdbH\$Hl$ VWAVH`H^H3H$Pr3MHy?L_DsH-7LD$@ID3)L U^EHM0t D$@HD$0L\$(D$ <HL\$ <C;u@H-ӏMt4HT$PIJt#LL$PHHM0A[D$ ];H HLH0;H(; H$PH3}NL$`I[(Ik8IA^_^@USWH$`HHJ]H3HLD$hHT$`LD$HHT$PLD$HHT$PH3u &HL$PHuH HL$@H uuH|$@H|$HHHuHKHHu HKHL$@3&HH3u HK HL$@HL$@HuNHT$HHD$@AAHD$ eu{u HT$@HH3HL$@D$XH uVL 5HEAHUDL+IHtAft fHIuMu HAzf:ExQ3HD$pLL$XLEHD$8H|$03H|$(H|$ uHL$@HLEHJHL$@HHHHD$hLD$PHD$PHD$`HT$HHHD$HuLHT$PHL$HZHH3 LHĠ_[]HHXHpHx UATAUAVAWHH HZH3H L%gLLd$ i 3ۅL5oHUIDC`HL$p3 QoAEHT$pHMwq8]G8ot(H HEDL$tHwH0DHD$ &8T$tA;AH D|$`H|t.;w*HWIT$tH_;t!AH(v;v@kH(8.otH HvDH07T$tLEL_LGI8]sI FHHT(IDh8nt0IAH LODH D$(T$ HH` 7VHME3YH HH`6sI FHHT(HEIHD$8HEL|$0HD$((D8nt0IAH xLODH D$(T$ HH`}6IH tCL E3E3L|$XH\$PH\$HH\$@H\$8H\$03H\$(H\$ ot3I}#LEVHM\HueH\$(L 8cmt1HWGH LODH D$(T$ HH`5HWIH_H(v9D$tr8mtAGHWH _LMLED$8HGH H`T$0HD$(HD$ T5D|$tHUD|$`8]t:FHHL(OH LEHH0 5ulL=cLMЉD$dFE3L$HD$dJL(HD$(L|$ uLT$dD@ʃD+J3I3ME9Eu'U9T$du!H EcDHUUH;tUHEDMJL(T$(HUE3HD$ D9VHME3HE kLHD$@ED$8EI0D$0HEHD$(L$ !D|$`L%b{sA FHT(r FHLt(Dd$(T$ HH LEI H`E3AsA FHT(r FHLt(Dd$(T$ HH 0LEHH`A@>3:H LEHzH`3H LEHH`D2A8]VHME38]t8HET$pH bHHD$(HEL oHD$ LEIv/Etmt_tQtCt5t'~~ uL ]FL $=L s4L +L "L L OL L HEHD$(HET$pIHD$ . L%`HEH;rHWIH(IH H3DL$ I[8Is@I{HIA_A^A]A\]H(H U`3H(H\$UVWATAVHHpHNSH3HEHA@3EDH_H5H H0.EftZӃHUH΃t(EM+EẢ GhM+Ả 4h',hhP%h hH `HMD5gH ^yH H!AH^H^H^,ED3ɉgH^HVLEHxH3HMHELMHD$(HEHE3DuHD$ uD9uu D9uu9]AEHMt:H _HpH`w/AHMH3XBH$HpA^A\_^]E3A+f}HHuH,-t&HEl,Hu%HtBpI܊t7ӂbtDHUHM,D%MfI܊uЋ}HuA+}{Et239H E3*H LcH*H 3)}H E3*HHXHhHpHx ATAVAWH0H5\H-\H=eE3H3HHH\$pHHLsMLCHHLC HHHK LC(HufHK0LH8LiH@L SHHL=CIHt M&HKHt LcHK Ht ~Lc HHH\$pL0HK0HCHCHC HC(H8LH@L0xHL$  y3LD$(HHH=HL$ CHD8%ZuCE3L rZAHE3L |ZAHxQZH\$pLHHLcLcLc Lc( urCHHHfD9dK0uPHHfD9K8uTHHfD9K@uXHfD9CHu\"WH\$PHl$XHt$`H|$hH0A_A^A\@SH yHuD=uYt;UYE3L KYAHqcYE3AHL UYW8Yc3H [HHXHpHxUATAVHhHHd$0d$(HE3MHAqHDD$ |Hu H dDH|tHM H|HM~y ~'HME3E3@Z~xHUE3E3H~u HeHe7HEHEHEL% XH@IHE/E0u'}HpHHHhH`LúH0Lx})II}HHHHHp0LJ@LxU}HUH`}3L$I[ Is(I{0IA^A\]HHXHhHp WH HhHHHLź|xHL$0|HL$0|H$HOKzHH?zL3HI{HuH|yH`|H\$8Hl$@Ht$HH _H\$WH HHH H9PtBHHHu4z3DBH=zHtH Hx@HH\$0H _@H\$WH HH AEl{u H?H2H\$0H _H\$Ht$H|$ UAVAWHH IE3MHHH](L9:NEGHNHM(uEGHBHM(YA_HNHM(D:EGH?HM(HOHM(DjEGH@HM(2HPHM(DEG HAHM(H](tf;\uH fD9;&HG If;\DPEtHW0HM(fH](tHG|DTEtH8HM(xH](f;\uHfD9;u+HGQH](f;\uHfD9;uHG5HG(Huw2-H](f;\uH f{:tfD9;uHf;\tIH\$@Ht$PH|$XH A_A^]H\$LD$HT$UVWAVAWHHpLE@HU8H#u qwHM8HuHEhHE`H 3H umHu@H]`H?H#HxuHG2H1HwuHGH'HwuHG HHHЃL}hHu`H]XHU@eL|$@Ht$8HEE3HD$0E3D$(d$ EH]uDu-u HHjA?uHtHLúZuAH$HpA_A^_^]H\$Ht$WH HHH u3KHtu:{u4HHHt%H9{u1KuHH7uLH3uH\$0Ht$8H _HHHXHhVWATAVAWH@E3LE3L`D`ED$HA@tHHu Xu3Ht؃u Hu3ɍ]ADItLHteL$DHHLd$ IttW9$t&"MOE33Htutt%3AIttDHmttE3IIsuOJ<3LIHJuDLǺ3ɉ\$(Lt$ sHcfE$^u Ysu#fA9t fA9uIvEMEA *Ef~\f> t fD9I@f8\LDM;vI@f8 wLI;wfA8 uIAD;sZAIfD9u AHf> u;sfD9^uAHD;r̃vDt8IAAfOPAu AD;sUf> tf> u AHD;rD;s8-f u fD9^fA;fAAIHD;EtIAAAMPffEI3fE I/MwMGMw AG(H\$pHl$xH@A_A^A\_^f> tfD9u AHD;rHAD;s'f8 tf8 u H;r;s f8 ufD9XtfD9uHDEtIAAAMPfAufEIHSUVWAVH@3HH@8jtQHJ(HtHLHL@HPHhsx.@8l$pt'H9$teH %`L$3HI0ts3HDB`6HW AHtE^ENfA Ho fu;Ds2H@A^_^][uDsf uK+ȃKIH;WsfA;vLHH@8o,uf:;tfD9u6Dw(HW HtfD9t IH;WrDw(f*IfD9tHW @8o,u_f"tf'uPILf9tIH;Wrf9t C6f*!f:=t0f:[uHfD9tf: ufDIH;Wr"HBHG HHI+fA+fwf*I;wHt#HF fD9t IH;Grf(IHG (Ht#Hf)I;vI+fA+fwf*I;wG(Dw(LCHtmfA8@t L;tLCIf9.tfD9vH Hpu Ds8A=HC,HK0HS(HD$0HL$(HT$ HHHs DsLCHtIHHK f9]tIf9)uf9]f)H kHpu Ds0xHS8HHS(y(`Hk(H\$UVWATAUAVAWHl$HH=H3HEL]oL ?JLm3LHUwHML]LMHU]DDHtA,EM~ HA]DH=A;H9=tSHHHf9quDfC3}HEDeEEHEHENjӉ]AEA#tfA? uIuIHEt)A;tAf0fA;wIuHEtIA;A;*f9] HMHku Ӊ]HMHM^ku ׉UHMHMLDD$ iH4LXDH*HF$Dv/AA;5HDHDuHHD@tHHŃt fD9d8tHHfD$8LD$@H3t"DD$@HLHDD$ o HHfD9$OuAHI;wHLH?fD9'AHIfD9'thLIf> r4I 4AEHA;w"H Nc3HHEHf9uE3Ht HMHHf9EtHu HfD9&uLHLL+HIfD9&t2D9$EL 1HHEDjHfD9&3HHNH<urR v DLHSƅt6t(tt u+L=1"L=L=L=L=}H.DMHDMLl$HAv 3HD$PDB&H;v&9$EL p0HEDPDH?DEEHH)MDHL$PuH|$X$l$DDl$HHH D$H|$0LA͉t$(l$ `&HDDH D8%j< HL$`L!tLxaH{H ADfD9'l$DAt#D9$EL Y/HT$`HED8 H1H) E3L$GAm"fA9,$uHDH E$HH L$wfE9,$uHH M;t$DebLHH HL$pH3L$I[0Ik8IsHIA_A^A]A\_HHXDH HPHUVWATAUAVAWH@E3䃼$EAD$IEuM$(H$EAHyHxL .HH$$\$ 7$ {$$kH$؉$H$ED$?AFEfL -HDHDl$  txtk;tY;tDt3t"tu}HxHdH8H HH~HuHlH)ctWtJt=t0t#tt H=H4Ha+H0"HHHHL ,HEHHD$ ^ GL d,HEHΉD$ > W H HH;k3D$\D$An L5 ,HuMDHDd$ ALxNDLƺ3ɉ|$(HD$ U;u0Ht$Pf,CHl$HHH\$@H0_H ?E33]&UH 7HDDH\$WH HAHUDA?A%AAAt3AHH H T9H\$0H _H=8H=0HH H HAHH/,UtHH H [T8yH=/HH H HH H HB8 H^/*8H #H 3H@/H YE3H mH 3H iH 3H 'h33HHPL@LH H(L@TH(HHXHhHpHx 3HBH;IDAWLEGEx,HIDHtf9(t HHuHtHH+EHEH+MCHwMuEAzqLIDLHt3HqH+I+JHt ftfIHIuMu HAzIf)I+AOJu AzuHtLHD$(HtHH\$Hl$Ht$H|$ ALL$ LD$USVWATAUAVAWHHHDehL3AHW߁tMuHu Hv HFH=GڅSML}LHutHEpL\HLELEpLEpAt{HtfA?At.Ht)HEH6LME3IDd$(HD$ LmLu u zLM`HEXHtL(MM1HufA98tIHۃ#sH~LMxIHP3ɅxHH;wt H zfA L+M,LmLu*A nIdO6IVIMIAq@HtfA?HHA_A^A]A\_^[]H\$Ht$H|$ATAVAWH L|$`HE3HMHLtD$htJAHI+fD"IID$ht6\$hMuI6I?Ht/HFIHxIfD HtD$ht I6I?fD&H\$@Ht$HH|$P3H A_A^A\H\$Ht$H|$UHHPHH3HE(E(fE܋EfEEfEEܽfENPeH %`HI0D3fPHe('PeH %`HI0D3?PH^)PeH %`HI0D3PwH (OeH %`3HI0DOH'OeH %`HI0D3OH '3H(HH9(H9'~H9'qHhHUDOSH (HUDeO7H F'HUDIOH "'HUD-OH N(HUDOH &3N3҉H (N3҉H &N3҉H &N3H 'jN3 dNeH %`HI0D3|NH&=NeH %`HI0D3UNH|'NeH %`HI0D3.NH5&MeH %`HI0D3NH%MeH %`HI0D3MH%MeH %`HI0D3MH %H&HH9&H9%rH9i%eH9d%XHUE3qMCH &HUDUM'H F%HUD9M H %HUDMH $HUDMH &HUDLH %3L3H $qL_׉H $]L3 H v$HL׉H e$7L3%H H$"L׉H 7$L3#H r%K׉H a%K!,2HMH3 H\$`Ht$hH|$pHP]H\$Hl$Ht$WAVAWH L5#L=uJL>H KeH %`3HI0XDKHIHtfLHȺL+MADHHuf_B>GJD>HHfKHWLË7KxIH j2H\$@Hl$HHt$PH A_A^_HHXHpHxLp IHH3D f w Hfu AAfAu DH A DEq&fA;uA-=u 'Ã=u AyH\$@Ht$HH|$PLd$XH0A^H(kH(ffH; uHfuHrH(H8csmu#xuH lv@u@3H(H(H ?3H(%D@H3HAHwD̙PАP0iPpP$=DDhLt%P,ĖЖ&xlZL4&>.@8@^r$ zrj`*4@JVbnz8Lf&2Jbl$4BP^p@@ Rp`zX&xlZL4&>.@8@^r$ zrj`*4@JVbnz8Lf&2Jbl$4BP^pRegQueryValueExWRegOpenKeyWTRegCloseKeyADVAPI32.dllVGetLastErrorRtlCompareMemoryKERNEL32.dlltolower_iob3exitV_XcptFilter_amsg_exit__getmainargs__set_app_type_exit_cexit__setusermatherr~_inittermX__C_specific_handler(_fmode_commodemsvcrt.dll0?terminate@@YAXXZRtlCaptureContext]RtlLookupFunctionEntrylRtlVirtualUnwindntdll.dllIsTextUnicode]RegCreateKeyExWRegQueryInfoKeyWhRegDeleteKeyWXRegConnectRegistryWlRegDeleteValueWRegSetKeySecurityRegOpenKeyExWsRegEnumKeyExWRegSetValueExWaSleepRSetUnhandledExceptionFiltermGetModuleHandleW0QueryPerformanceCounterGetCurrentProcessIdGetCurrentThreadIdGetSystemTimeAsFileTimeGetTickCountUnhandledExceptionFilterGetCurrentProcesspTerminateProcessBGetFileSize8HeapAlloc<HeapFreeVirtualFreeGetProcessHeapCopyFileWTReadFileCreateFileWMultiByteToWideCharSetLastErrorVirtualAllocDGetFileTimeCloseHandleGetStdHandleGetConsoleScreenBufferInfoSetConsoleCtrlHandlerwcschr_wcsicmpmemmove_wcsnicmpstrcpy_swcscpy_s_stricmp_isatty!atoi_filenovfprintfwcstoulsiswctypej_vsnwprintfCNtFlushKey}NtOpenKeyKNtUnloadKeyRtlSetDaclSecurityDescriptorRtlInitUnicodeStringcNtLoadKeyRtlFreeUnicodeStringpRtlNtStatusToDosErrorNtCloseRtlAdjustPrivilegeRtlFormatCurrentUserKeyPathJRtlDosPathNameToNtPathName_URtlCreateSecurityDescriptorRtlGetAceRtlSubAuthoritySidFRtlLengthRequiredSidRtlAddAceRtlCreateAclRtlFreeHeaphRtlEqualSidRtlCopySidRtlAllocateHeapRtlGetDaclSecurityDescriptor RtlInitializeSidHRtlLengthSidmemset 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  (@ؠpР 0@P`pС0H`xآ 8Phȣ(@XpФ @