MZ@ !L!This program cannot be run in DOS mode. $ٙ|||.|. |Rich|PELRH"!  3D@ `!.rsrc@@00 H`x8     P>P <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:osxml="osxml" version="1.0"> <_locDefinition> <_locDefault _loc="locData"/> <_locTag _locAttrData="pad-left,pad-right">p</_locTag> <_locTag _locAttrData="height,width">textarea</_locTag> <_locTag _locAttrData="minsize">select</_locTag> <_locTag _locAttrData="size">progressbar</_locTag> <_locTag _locAttrData="size,maxlen">input</_locTag> <_locTag _locAttrData="tip">option</_locTag> <_locTag _locAttrData="value">osxml:update</_locTag> </_locDefinition> <xsl:template match="mt-begin"> <osxml:text-mode-ui> <head> <title color="XXBXRGBX"><xsl:text> Windows Memory Diagnostics Tool </xsl:text></title> <footer color="XXBXRGBX"><xsl:text> F1=Options ESC=Exit </xsl:text></footer> <meta key="F1" action="options"/> <meta key="F5" action="fault"/> <meta key="ESC" action="exit"/> </head> <body background-color="XXBX" foreground-color="RGBX"> <br/> <br/> Windows is checking for memory problems... <br/> <xsl:for-each select="@definite"> This might take several minutes. </xsl:for-each> <br/> <br/> <xsl:for-each select="@definite"> <xsl:text>Running test pass </xsl:text><textarea name="currentpass" width="2"> _ </textarea><xsl:text> of </xsl:text><textarea name="totalpasses" width="2"> _ </textarea><xsl:text>: </xsl:text><textarea name="passpercent" width="2"> _ </textarea><xsl:text>% complete</xsl:text> <br/> <xsl:text>Overall test status: </xsl:text><textarea name="testpercent" width="2"> _ </textarea><xsl:text>% complete</xsl:text> </xsl:for-each> <xsl:for-each select="@infinite"> <xsl:text>Running test pass </xsl:text><textarea name="currentpass" width="8"> _______ </textarea> <br/> <xsl:text>Current test pass status: </xsl:text><textarea name="passpercent" width="2"> _ </textarea><xsl:text>% complete</xsl:text> </xsl:for-each> <br/> <meter name="progressbar" blank-color="RGBXXXBX" size="80"> <xsl:attribute name="value"> <xsl:value-of select="@progress"/> </xsl:attribute> </meter> <p pad-right="3"> <br/> <br/> <xsl:text>Status: </xsl:text> <br/> <font foreground-color="RGXI"> <xsl:for-each select="@success"> <textarea name="status-prompt" height="2">No problems have been detected yet.</textarea> </xsl:for-each> <xsl:for-each select="@failure"> <textarea name="status-prompt" height="2">Hardware problems were detected. To identify and repair these problems, you will need to contact the computer manufacturer.</textarea> </xsl:for-each> <br/> <xsl:for-each select="@definite"> <textarea name="status-prompt2" height="2">Although the test may appear inactive at times, it is still running. Please wait until testing is complete...</textarea> </xsl:for-each> <xsl:for-each select="@infinite"> <textarea name="status-prompt2" height="2">Although the test may appear inactive at times, it is still running.</textarea> </xsl:for-each> </font> <xsl:for-each select="@definite"> <br/> <br/> <font foreground-color="RGBI"> Windows will restart the computer automatically. Test results will be displayed again after you log on. </font> </xsl:for-each> <xsl:for-each select="@infinite"> <br/> <br/> <font foreground-color="RGBI"> Windows will continue to check for memory problems until you choose to exit. </font> </xsl:for-each> </p> </body> </osxml:text-mode-ui> </xsl:template> <xsl:template match="status-bad"> <osxml:update control="status-prompt" value="Hardware problems were detected. To identify and repair these problems, you will need to contact the computer manufacturer."/> </xsl:template> <xsl:template match="progress-update"> <osxml:update control="progressbar" value="{@value}"/> </xsl:template> <xsl:template match="currentpass-update"> <osxml:update control="currentpass" value="{@currentpass}"/> </xsl:template> <xsl:template match="totalpasses-update"> <osxml:update control="totalpasses" value="{@totalpasses}"/> </xsl:template> <xsl:template match="passpercent-update"> <osxml:update control="passpercent" value="{@passpercent}"/> </xsl:template> <xsl:template match="testpercent-update"> <osxml:update control="testpercent" value="{@testpercent}"/> </xsl:template> <xsl:template match="mt-options"> <osxml:text-mode-ui> <head> <title color="XXBXRGBX"><xsl:text> Windows Memory Diagnostics Tool - Options </xsl:text></title> <footer color="XXBXRGBX"><xsl:text> TAB=Next F10=Apply ESC=Cancel </xsl:text></footer> <meta key="F10" action="submit"/> <meta key="ESC" action="exit"/> </head> <body background-color="XXBX" foreground-color="RGBX"> <form> <p pad-right="3"> <br/> Test Mix: <br/> <br/> </p> <p pad-right="66"> <select name="testmix" tip-target="testmix-ctx" active-color="XXBXRGBX" right-justify="true"> <xsl:for-each select="@basic"> <option selected="true" value="2" tip="The Basic tests are MATS+, INVC, and SCHCKR (cache enabled).">Basic</option> <option value="4" tip="The Standard tests include all the Basic tests, plus LRAND, Stride6 (cache enabled), CHCKR3, WMATS+, and WINVC.">Standard</option> <option value="8" tip="The Extended tests include all the Standard tests plus MATS+ (cache disabled), Stride38, WSCHCKR, WStride-6, CHCKR4, WCHCKR3, ERAND, Stride6 (cache disabled), and CHCKR8.">Extended</option> </xsl:for-each> <xsl:for-each select="@standard"> <option value="2" tip="The Basic tests are MATS+, INVC, and SCHCKR (cache enabled).">Basic</option> <option selected="true" value="4" tip="The Standard tests include all the Basic tests, plus LRAND, Stride6 (cache enabled), CHCKR3, WMATS+, and WINVC.">Standard</option> <option value="8" tip="The Extended tests include all the Standard tests plus MATS+ (cache disabled), Stride38, WSCHCKR, WStride-6, CHCKR4, WCHCKR3, ERAND, Stride6 (cache disabled), and CHCKR8.">Extended</option> </xsl:for-each> <xsl:for-each select="@extended"> <option value="2" tip="The Basic tests are MATS+, INVC, and SCHCKR (cache enabled).">Basic</option> <option value="4" tip="The Standard tests include all the Basic tests, plus LRAND, Stride6 (cache enabled), CHCKR3, WMATS+, and WINVC.">Standard</option> <option selected="true" value="8" tip="The Extended tests include all the Standard tests plus MATS+ (cache disabled), Stride38, WSCHCKR, WStride-6, CHCKR4, WCHCKR3, ERAND, Stride6 (cache disabled), and CHCKR8.">Extended</option> </xsl:for-each> </select> </p> <p pad-right="3"> <br/> Description: <font foreground-color="RGBI"><textarea name="testmix-ctx" height="3"/></font> <br/> Cache: <br/> <br/> </p> <p pad-right="66"> <select name="cache" tip-target="cache-ctx" active-color="XXBXRGBX" right-justify="true"> <xsl:for-each select="@defcache"> <option selected="true" value="0" tip="Use the default cache setting of each test.">Default</option> <option value="1" tip="Turn the cache on for all tests.">On</option> <option value="2" tip="Turn the cache off for all tests.">Off</option> </xsl:for-each> <xsl:for-each select="@cacheon"> <option value="0" tip="Use the default cache setting of each test.">Default</option> <option selected="true" value="1" tip="Turn the cache on for all tests.">On</option> <option value="2" tip="Turn the cache off for all tests.">Off</option> </xsl:for-each> <xsl:for-each select="@cacheoff"> <option value="0" tip="Use the default cache setting of each test.">Default</option> <option value="1" tip="Turn the cache on for all tests.">On</option> <option selected="true" value="2" tip="Turn the cache off for all tests.">Off</option> </xsl:for-each> </select> <br/> </p> <p pad-right="3"> Description: <font foreground-color="RGBI"><textarea name="cache-ctx" height="2"/></font> <br/> Pass Count (0 - 99): <input type="numeric" name="passcount" maxlen="2" border-color="RGBI" size="7"> <xsl:attribute name="default"> <xsl:value-of select="@passes"/> </xsl:attribute> </input> <br/> <br/> Description: <font foreground-color="RGBI">Set the total number of times the entire test mix will</font> </p> <p pad-left="13" pad-right="3"><font foreground-color="RGBI">repeat (0 = infinite). </font> </p> </form> </body> </osxml:text-mode-ui> </xsl:template> <xsl:template match="mt-end"> <osxml:text-mode-ui> <body background-color="XXXX" foreground-color="RGBX"> <br/> </body> </osxml:text-mode-ui> </xsl:template> <xsl:template match="*|@*|text()"/> </xsl:stylesheet> PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADD`!0!Q *H !B0!>10  `He0\ +7N0L0 +70 010  `He 4uS뮳N3 `÷p gC 003$ hs$0  *H  01 0 UUS10U Washington10URedmond10U Microsoft Corporation1.0,U%Microsoft Windows Production PCA 20110 130617214338Z 140917214338Z0p1 0 UUS10U Washington10URedmond10U Microsoft Corporation10UMicrosoft Windows0"0  *H 0 b\ESFA:YU,xUїȡC4DpK_<}]ӟSABnsirSSOHx1#\t&}و`0D; VT_O؏ @(:[hitq^i" +CTRSbj<^v˘;ph|aV+T''^ʭǍT5E&0{0U%0+ +7 0UISܕ iC((&o3s&0QUJ0HF0D1 0 U MOPR1301U*31612+09a6d5f3-8125-416a-b9b1-447d2c25afa90U#0)9ėx͐O|US0TUM0K0IGEChttp://www.microsoft.com/pkiops/crl/MicWinProPCA2011_2011-10-19.crl0a+U0S0Q+0Ehttp://www.microsoft.com/pkiops/certs/MicWinProPCA2011_2011-10-19.crt0 U00  *H  x&KC&2!e?T'kٲOHjҏVaw3ٶ?iW34p;*;0Xȑšܫg0/ 9<8?.+O:;hDӇ?"06$94GKG(ZlF$t{http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0  *H  |qQyn9>\` QfG=*hwLb{Ǻz4KbzJ7-W|=ܸZij:ni!7ށugӓW^)9-Es[zFX^gl5?$5 uVx,Јߺ~,c#!xlX6+̤-@EΊ\k>p* j_Gc 26*pZBYqKW~!<ŹE ŕ]b֠c uw}=EWo3wbY~10001 0 UUS10U Washington10URedmond10U Microsoft Corporation1.0,U%Microsoft Windows Production PCA 20113$ hs$0  `He0 *H  1  +70 +7 10  +70/ *H  1" s_B4LP+H3QOqb y@0Z +7 1L0J$"Microsoft Windows" http://www.microsoft.com/windows0  *H Cd~Œl~&u|mʦ ]> wD f(9R{:}OBWbMgQ5Nqa.RCUǐHGNl\{\pe/dInPևi|tƑ3ώDN 18dP?/Ť B񫝐K4TEEvGrDG\ rک]+cN;OP?KM0I +71905 *H &0"10  `He0= *H  ,(0$ +Y 010  `He 6N$~x |=nQ܈520130822052200.749Z001 0 UUS10U Washington10URedmond10U Microsoft Corporation1 0 U MOPR1'0%U nCipher DSE ESN:B8EC-30A4-71441%0#UMicrosoft Time-Stamp Service0q0Y a *0  *H  01 0 UUS10U Washington10URedmond10U Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100 100701213655Z 250701214655Z0|1 0 UUS10U Washington10URedmond10U Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100"0  *H 0  w: iktTե |hK,_av>f+[S'1A |a0Y0D`TC M8Bݓs0W&E GͿ$`2X`FXG2tag_TϓLĦ]an(aF'$gr!KdPb]w=WuBM@Q>gfD~Knʱz* 1N5xhttp://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0U 00 +7.00=+1http://www.microsoft.com/PKI/docs/CPS/default.htm0@+042 Legal_Policy_Statement. 0  *H  Q ?q=!o1Wm0fjxǨ%kTW+QDS`v@@A\\^5$VKtBȯ7}Z?yJR8/ye٩kzoK0D$"<Y)p2J'U/3b_W@ΙfjbJ &9Jqc{!mÜ<}jxm8ؔƥ B"8 %d~cY%z.9Wvqa˚Gͧ};q ]t"aڰPo1:eGxHr~akow˧ 9؂r*T9[ Uzs;-3.)/T'!ȬN(ۖBAM*f0ӻt2Kc{/!YD@a}=]+ _http://www.microsoft.com/pki/certs/MicTimStaPCA_2010-07-01.crt0 U00U% 0 +0  *H  'db!B2XLaipk sO^|qr_z{..F*JqfYBV^aT賨/3X|\UR^`c\w9T ztDVmy𿹁s +Ж A"+IraFeq܎ߵYCv/;uQx4=wAxD7Y.رHuQ\nBPMH@\z?y Eh^VYOș@ e7RcR]