Vous êtes sur la page 1sur 113

SYNTAX Counter

ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of users who established
a non-anonymous connection with the Web service (since
service startup)."
::= { httpStatistics 10 }
maxAnonymousUsers OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the maximum number of users who established
concurrent anonymous connections using the Web service
(since service startup)."
::= { httpStatistics 11 }
maxNonAnonymousUsers OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the maximum number of concurrent non-anonymous
connections to the Web service (since service startup)."
::= { httpStatistics 12 }
currentConnections OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the current number of connections established
with the Web service."
::= { httpStatistics 13 }
maxConnections OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the maximum number of concurrent connections
established with the Web service (since service startup)
."
::= { httpStatistics 14 }
connectionAttempts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of connections that have been
attempted using the Web service (since service
startup)."
::= { httpStatistics 15 }
logonAttempts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of logons attempts to the Web
Service (since service startup)."
::= { httpStatistics 16 }
totalOptions OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the
OPTIONS method (since service startup)."
::= { httpStatistics 17 }
totalGets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the
GET method (since service startup). Get requests
are the most common HTTP request."
::= { httpStatistics 18 }
totalPosts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the
POST method (since service startup)."
::= { httpStatistics 19 }
totalHeads OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the
HEAD method (since service startup). Head requests
generally indicate a client is querying the state of
a document they already have to see if it needs to be
refreshed."
::= { httpStatistics 20 }
totalPuts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the
PUT method (since service startup)."
::= { httpStatistics 21 }
totalDeletes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the
DELETE method (since service startup). Delete requests
are generally used for file removals."
::= { httpStatistics 22 }
totalTraces OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the
TRACE method (since service startup). Trace requests
allow the client to see what is being received at the
end of the request chain and use the information for
diagnostic purposes."
::= { httpStatistics 23 }
totalMove OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the MOVE
method (since service startup). Move requests are
used for moving files and directories."
::= { httpStatistics 24 }
totalCopy OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the COPY
method (since service startup). Copy requests are
used for copying files and directories."
::= { httpStatistics 25 }
totalMkcol OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the MKCOL
method (since service startup). Mkcol requests are
used to create directories on the server."
::= { httpStatistics 26 }
totalPropfind OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the PROPFIND
method (since service startup). Propfind requests
retrieve property values on files and directories."
::= { httpStatistics 27 }
totalProppatch OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the
PROPPATCH method (since service startup). Proppatch
requests set property values on files and directories."
::= { httpStatistics 28 }
totalSearch OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the SEARCH
method (since service startup). Search requests are
used to query the server to find resources that match
a set of conditions provided by the client."
::= { httpStatistics 29 }
totalLock OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the LOCK
method (since service startup). Lock requests are
used to lock a file for one user so that only that
user can modify the file."
::= { httpStatistics 30 }
totalUnlock OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests using the UNLOCK
method (since service startup). Unlock requests are
used to remove locks from files."
::= { httpStatistics 31 }
totalOthers OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of HTTP requests that are not OPTION
S,
GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL,
PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods (sin
ce
service startup)."
::= { httpStatistics 32 }
currentCGIRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the current number of CGI requests being
simultaneously processed by the Web service."
::= { httpStatistics 33 }
currentBGIRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the current number of ISAPI requests being
simultaneously processed by the Web service."
::= { httpStatistics 34 }

totalCGIRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of CGI requests (since
service startup)."
::= { httpStatistics 35 }
totalBGIRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total ISAPI requests received (since
service startup)."
::= { httpStatistics 36 }

maxCGIRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the maximum number of CGI requests
simultaneously processed by the Web service (since
service startup)."
::= { httpStatistics 37 }
maxBGIRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the maximum number of ISAPI requests
simultaneously processed by the Web service (since
service startup)."
::= { httpStatistics 38 }
currentBlockedRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the current number of requests that have
been temporarily blocked by the web service due to
bandwidth throttling settings."
::= { httpStatistics 39 }

totalBlockedRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of requests that have
been temporarily blocked by the web service due to
bandwidth throttling settings."
::= { httpStatistics 40 }

totalAllowedRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of requests that the web servi
ce
has allowed when the bandwidth throttling settings on th
e
server have been enabled (since service startup)."
::= { httpStatistics 41 }
totalRejectedRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the total number of requests rejected due to
bandwidth throttling settings (since service startup)."
::= { httpStatistics 42 }

totalNotFoundErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of requests that couldn't be satisfi
ed
by the server because the requested document could not b
e
found (since service startup). These are generally repo
rted
as an HTTP 404 error code to the client."
::= { httpStatistics 43 }
totalLockedErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the number of requests that couldn't be satisfi
ed by
the server because the requested was locked (since servi
ce
startup). These are generally reported as an HTTP 423 e
rror
code to the client."
::= { httpStatistics 44 }
measuredBandwidth OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the I/O bandwidth used by the web service, aver
aged
over a minute."
::= { httpStatistics 45 }
currentCALsforAuthenticatedUsers OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This counter is no longer valid. Value will always be z
ero."
::= { httpStatistics 46 }

maxCALsforAuthenticatedUsers OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This counter is no longer valid. Value will always be z
ero."
::= { httpStatistics 47 }

totalCALFailedAuthenticatedUser OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This counter is no longer valid. Value will always be z
ero."
::= { httpStatistics 48 }

currentCALsforSecureConnections OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This counter is no longer valid. Value will always be z
ero."
::= { httpStatistics 49 }

maxCALsforSecureConnections OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This counter is no longer valid. Value will always be z
ero."
::= { httpStatistics 50 }

totalCALFailedSecureConnection OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This counter is no longer valid. Value will always be z
ero."
::= { httpStatistics 51 }
END

MZ@ !L!This program cannot be run in DOS mode.


$trd0
0
0
9k1
9k3
9k;
0~
9k"
9k7
9k1
9k1
Rich0
PEd[J" LAK@ ,Rx p H| .textJL `.data`P@.pdatapT@@.rsrc
X@@.relocb@Bk[J8[JEt[JR[J\+[Jg[JqADVAPI32.dllKERNEL32.dllMFC42.dllmsvcrt.dllNTDLL
ll0dpP~{|{,8;0x\xxx0xx@
x$#jujuPx nu4nu@FkujuDju`nupu su|sujujuju0juXOku.muplu ju`jujuju
B0cc[Err%05u] %s[Wrn%02u] %s%s.OCPlocalhost-/hH?vVsSnN#pragmaADDDELETEADD_TRAP_DESTDE
LETE_TRAP_DESThxBB $hD%%(
%u.%d.EnterpriseOIDAppendFullIDCountTime%uSoftware\Microsoft\SNMP_EVENTS\EventLo
g\SourcesnewexistingSYSTEM\CurrentControlSet\Services\SNMP\Parameters\TrapConfig
urationServicesActiveSNMP.
" QMM0"NN " NDN " PN
N "PO
O "PP

Q8"QQQHRSDS#FTevntcmd.pdb a h a@ @a(@@a@`a h`a@T$LD$L Pk&HPHd$@HD$pE3E3HD$HHD$HHD$0HD$@D$(HD$ 3t>HL$@H LD$@H H H0HL$@HP[T$LD$LL$ SHP; HH O%HOHd$@HD$pE3E3HD$HHD$HHD$0HD$@D$(HD$ ot>HL$@HELD$@H AH *H0(HL$@5HP[H\$Ht$WH@HH5HHHH N$H N$HNH nVE3E333HyNDzH cGLPoWH `GL,GPp2L#GMtJ H GL9HHtL Ft-LF3+HMqLDHF3HtHHPH[tPr QMHT$ u4`DD$$
3|$$t5uHx!u5PvHZ uPwtx3H\$PHt$XH@_
,AED|JpE3IcI H +H#IPH HtEIxu;dH K H K H KH IPH Ht7I
H9tdAEDyJAI PH i3HtIxuAIPH >HtI xu
AMMzJ* I}tM {J IM#3HI<H#LIEM 3HIHHHt8Hw/HtAtA IIH xI?H lIWH `IH #3Ht$pH0A_A^A]A\_H\$WH H$tHHH\$0H _H
H H(@SH AH9B} HJHHIHuHS HCHH [HL$WH0H
;xAPHT$PIt;<IH|$PuHT$PI ; IL$H;t%!QH#!ID$
LHAL$ H8u

APHT$PIJ;IH|$PuHT$PI;hHT$PA\$$8\$PtL:0|":9 AD$$
LHAL$$H8u%D
@D?JAPHT$PI; IH|$PuHT$PI ;HT$PA\$(8\$PtL:0|":9 AD$(
LHAL$(H8u%D i?D^?J))A|$$w-AD$(;v$D$ D /?D$?JA\$(AD$$r,A9\$(u%\$(D$ D >D> AT$$rA9\$(u AD$(HLA9\$LDAD$(D$0T$(AD$ D$ ML$J[3 |>Dq>J<BD$@<D W>DL>JD 8>D->~JH$H3L$I[(Is0I{8IA_A^A\H8DAEt-AtO5DA =A(DI$DA HQH =D$ H8HL$WH0HD$ H\$HHH H HIHtHK HtH @tHHH ;H5rH|$@HuHT$@H ;3HKHtC3HH|$@HH6HCHtKHw:AIHT$@Ht@2@t@0H :u,H5H|$@HuHT$@H :/3tD ;D; zHK Ht^3HH|$@HHQHC Ht5Hw,HL$@Mtt HHIHu :D: H$H3L$I[Is I{(IA\H(DAAt,tO*LA HQH :NLA HQH i:hH(H\$Ht$WH HQ
HAHIHctD" }D>
Ht$8H\$0H _@SH HH38u"DDJLf9
u
!HH;s HAH Hu,H9u DDJLH [H\$Hl$Ht$ WATAUAVAWH0E3L ?aI;t$uH8
ADHA;t Dl$`AA;AMDd$`u}H;tou8H HuVH"uDDu"tC
>IIP}gHOH3?3HcB<8uOEE ;~ LDH\$hHl$pHt
LcI;}U+L\1
HcL+L+H
I
TNHAduoL)HH"HH+H
t>Hw5AHL+H+I Ht *tHHuHuHAD<"3H\$0Hl$8Ht$@H|$HWDH 4E3A 5L-4A;tL4
IA;rHT$@APIA;Tl$0D 5u
D;AA;Ht$@H=Jt D y5CHT$@API'A;tD G5 H HL$@vA;u3XHHL$@[A;u:H H 4D4HD$@HD$ mA;t-4HT$@APIFA;LADH$ H3CL$I[ Ik(
H^I@IH $2 H HD$HH\$@H0^LD$LL$ SVWH 3HHt HvWx.HzLL$X3H 77zH _^[@WATAUAVAWH@HD$0H\$pHt$xIL3HHHHH
9L3HHHL<LILII!3HIHHqL8t8HcJ< EIH+L qH
I$H\$pHt$xH@A_A^A]A\_HHXDH D@WH0HH@xHBE3DHH
DE3H|$(HD$ t L HD$`HDE3H|$(HD$ kt L 3H H$HA]A\_^]H\$UVWHH,H3H$H .AAHHuEH .H.H %AE3HD$ ty`H e.HD$PE3E3HD$@HD$XHHD$8Hd$0D$(?d$ wtL$|$Pu,HT$XH -L<tHL$XL eHL$pD@HL$XL\$PL\$@HD$`HT$pHD$8Hd$0E3E3D N-DDD$ S|$PLH DLDHL$XIHL$`>H$H3H$H_^] ,AHD$H@HuEH ,H,H "AE3HD$ tv6H b,HD$@AE3HHD$ tL3L HL$`D@HL$@HT$`PtLD$` D HL$@L\$PL\$8Hd$0Hd$(Hd$ LL$HLD$`3HL$@u6H +HLtk.
tLD
3H$H3
H$H_H\$WHH()H3H$H *IHD$X@HuEH *H*HAE3HD$ t2H *HD$\E3E3HD$@HD$PHHD$8Hd$0D$(?d$ tL M|$\uL
HT$PHD$XLL$`H *LHD$ t0HL$P# LL$`WL 3iH3HHT$`DHHE3HL$(HL$P
)0HL$PH$H33H$H_H\$Ht$ WHH S'H3H$ H )IHD$@@HuBH (H(H DE3HD$ tQH (HD$HDE3HHD$ uzHT$HHD$@LL$PH t(LHD$ O=uPHL$HHT$PtHL$HL
H <(LLLHd$8Hd$0HL$HHd$(Hd$ LL$@LD$P3D$@@HL$Hu5H 'Ht DS%L
LtD
L13H$H3=L$I[Is(I_H(H=
-uuH,Hu:H %H@A |H ,Hu 1HA4HNH,Hu 3H(H\$Ht$WH@H j,UH ^,E33uA
H H H0H ,HT$ tR|$$t$|$$u.L$8;B;GL$8uH 63(DD$8 H\$PHt$XH@_H\$Ht$WH@H b+M H V+LD$ Pu36=&u
3
H cH H0H *HT$ ztb|$$t$|$$u>L$8;B;GL$8uH Vf#DD$8 ^H\$PHt$XH@_%% S$L,$:$H3$H $H $HD$ $H8Ht$H|$Ld$AUH0eH%0HxE33H=)tH;u
D` [);u
] E)uM=;)L-dH5EHt$(D$ I;suH HtD$ HHt$(t=J#(;uH H e(Eu 3H (H=(tH (tE3AP3(L "H " ""="uH="u
1 "-"=x"u
="u
t"Ht$@H|$HLd$PH0A]H(MZf90t3OHc _H H9PEuA=t=u3v93ytv 9!H !IL{'L|' H c! =u H 83H(H( H(bff H; IuHfuH@SH HH &HD$8Hu]H &HD$8H&HD$@LD$@HT$8HH 3H(% %HMZf9t3HcH<H39PEu
f9QLcA<E3LLA@EXJLEtQ
L;r
AL;rAH(E;r3HH(LL I^t"M+IIHt@$3H(%V%R3
HHvHL$0H\$0xDI3dDI3PHL$8DI37L\$8L3HL#H3- LL\$XE3HT$`HL$X!HD$PH|$PtAHD$8HD$HHD$0HD$@HD$(HHD$ LL$PLD$XHT$`3 M7 HH%%%%%
AHLL3IH [H(MA8HIH(%HHXHhHpHx H aH(H ]lH }XH DH 0H U4H(H %HtH Ht
H(H( tH Ht
H H(H(H Ht*H HtH HtH(H(H HtH {Ht H(b
t dRbC!?w@qHw@20bCB[BH

4
2p2P BbCDFDHFD "bCDDD

4
2p

2p
`0200 4 pG' 4

p `PG4Rp

RPG(!
!d4r
pG(M@HH 0G0h0HHHd42p4
RpGPID%k%%4
RpGx G V

2PG$$dR

pGNN@oI8@/I8/I<IVI|IId4
rp$d4pG!4 p`PG

2PG4R`GOO@I8@I8....4/IIIII
t dT42
dT4 Rp

RPG3 !td4
GPP@RJH@JH%P&l&5'Q'JJ:J_JzJP0G7%t!d4 GQ@Jh
WWlWY}RegSetValueExAQRegEnumValueA0RegCloseKey1RegConnectRegistryA`RegOpenKeyExA8RegCrea
teKeyExA=RegDeleteKeyANRegEnumKeyExAGRegDeleteValueAWCloseServiceHandleOpenSCManagerAOp
enServiceA(QueryServiceStatusStartServiceA\ControlServiceADVAPI32.dllcFormatMessageA
JLocalFreeSetThreadUILanguageHeapSetInformationRegisterApplicationRestartGetCommandLineWG
LastErrorSleepKERNEL32.dllMFC42.dllprintf'fflusho_iob setlocale$??_V@YAXPEAX@Zstrchratoi"
@YAPEAX_K@Z _purecall_close_open_readmemmove_lseek_stricmpR_vsnprintfq__getmainargsS__
c_handlerR_XcptFilter_exit_cexit exitl_initterm_amsg_exit__setusermatherr_commode_fmode
et_app_typemsvcrt.dll0_unlockm__dllonexit_lock _onexit??1type_info@@UEAA@XZ0?terminate@
@YAXXZSetUnhandledExceptionFilterGetModuleHandleWQueryPerformanceCounterGetTickCountGetC
rentThreadIdGetCurrentProcessIdGetSystemTimeAsFileTimeTerminateProcessGetCurrentProcess
andledExceptionFilter#RtlVirtualUnwindRtlLookupFunctionEntryRtlCaptureContext5CharToO
emAUSER32.dllW__CxxFrameHandler32-+] f .?AVCOpTraps@@ .?AVCOpEvents@@ .?AVCO
tM12XM238M45TO67 M79 M9;8O;*<$R0<0=(O8=n>(O>?HL
?@PL@A$RAA$RAnB|LtBB$RBBLB>C$RDC\C$R
DMDLxDDLDEM EELEFL@GGMGG$RGkH4PqHHLHHLHHLHIdMI)IL/IfI\NoII\NIIpOI
JpOJJJhPRJJhPJJ\QJJ$R`KK$RKK$RKL$RLEL$R( @ X p h wMU
<!-- Copyright (c) Microsoft Corporation -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0"
processorArchitecture="amd64"
name="Microsoft.Windows.SNMP.evntcmd"
type="win32"/>
<description>SNMP Evntcmd component is a command line utility to configure the
translation of Windows Events to SNMP Traps, trap destinations, or both based o
n information in a configuration file
</description>
<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
4VS_VERSION_INFO@@?StringFileInfo040904B0LCompanyNameMicrosoft Corporationp$FileDescr
onfiguration Tooll&FileVersion6.1.7600.16385 (win7_rtm.090713-1255): InternalNameeventcmd.exe.LegalCopyright Microsoft Corporation. All rights reserved.B OriginalFilenameeventcmd.exej%ProductNameMicrosoft Windows Operating SystemBProductVe
rsion6.1.7600.16385DVarFileInfo$Translation kS>3
e2MBT
MUIMUIen-US8 (0 ` @`MZ@ !L!This p
$5TTT,)TTT,/T,?T,.T,5T,(T,-TRichTPEd
`H@.pdatapL@@.rsrc0 N@@.relocT@B[J8+[JC+[JC[JMk[JZ[Jgmsvcrt.dllNTDLL.DLLKERNEL3
.dlll0 0}xx xxxxxxx(x``xbx,xVx nu Fju$#juju`juju@x Tx~x!xx xpxxFxxPxpx=^%[J$
0b^%b^%SimpTcpcannot report event, error %lu
IoBufferSizeSelectTimeoutMaxIdleTicksMaxTcpClientsEnableUdpQotdEnableTcpQotdEnab
leUdpDaytimeEnableTcpDaytimeEnableUdpChargenEnableTcpChargenEnableUdpDiscardEnab
leTcpDiscardEnableUdpEchoEnableTcpEchoRa^%^%a^%^%a^%^%a^%`^%a^%8^%a^%^%
SYSTEM\CurrentControlSet\Services\SimpTcp\ParametersQotdFileNameRSDS"}mst8"M%|}>
=simptcp.pdb@SHPDDA;ufA
;tf3DL$`HD;tHL$`AHL$@H NSH\$8T$0E3Ef\$(H\$ ;uZH c-HP[LD$SUVWATAUAVAWH(D$ 3HAMH%Wt
Hu
HuHt HvrLLt H$LHLEL$ L$3At`HtEAH
s
LLEA
ALH|-E LLHuA80HH#HZL$HH+xHH;w u@4+H @4+zL+L,+FA sQIvKMD$IMA,7Ht&Ll/AAEHtA
LLEy zuH$ HtL(MtM'H(A_A^A]A\_^][H\$Hl$Ht$ WATAVHHnGH3H CMHT$0DD$0H -ME3H HJL#8HtbH LO*;tRvMJL#8Hct9H LDt$8LLILD$8~fI
u 3)JL#HHtwHNF*;tgFJL#HE33D$0tHHtD9=NuH \L
JL# HH tM(; DHEHKJL# HD$4E3l$4HD$(HD$@HD$ L$BfA;vPt JHT$0D$00D\$4DD$0HJJL# HD$@D\$(E3HD$ "JL#@HH L!(;DDHWJJL#@
H ,I@:HL$0|$0HID$4JL#PE3D$(HD$@DHD$ H$H3+#L$I[(Ik0Is8IA 5K0D%6K<K0u-"KD-+KD%KD%KIH xJH5AI;u V H JHH JA; H *3D-GcH JI;u
AA; A; eH%0DA3HH`HI01eH
%03HI`H {GAHI0LIHlGI; D9%Au D9%AttA;tD%AD%yAD9%Au D9%}At A;t AreH %0A3HH`MHI0OM3H HeH%0HH`HI0,H HL9%HAI;8E3EA3nH oFI; A;HHE3D LHHI;H [HAD9!vHAL9t
AH;r;u9@s
L\D)H)H &HI;uAf@f-FfA;u(D9%?tF3E3DD%?H=H HVI;uAf@fGfA;u(D9%?t3E3DyD%^?H HI;uAf@f zEfA;u(D9%/?t3E3D%D%?H /HI;uAf@fFfA;u(D9%>tC3E3DD%>H HZI;uAf@fDfA;u(D9%>t3E3D}D%v>H HI;uAf@fDfA;u(D9%G>t3E3D)D%&>H CHI;uAf@f&DfA;u(D9%=tG3E3DD%=H H^I;uAf@fCfA;u(D9%=t3E3D D%v=H H
I;uAf@f EfA;u(D9%O=t3E3D -D%.=H OHI;uAf@fEfA;u(D9%<tK3E3D
D%<D9%<tLAADBH ;HcHkXH/A;rA;u3E3D}D9%b<tEAADn
/D9%<tLAADFBH a;HcHkXHA;rA;uL3E3D D9%;tLAADCH;HcHkXHA;rA;u3E3DD9%~;tLAADAH:H hAAAD%AD%AI;t H AlA;t7ER3_&A;ttH >
AA;rH@H@MHD 8HD$xE3E3H3D\$xHD$ Dd$|.D9%s>tA.3 'AH k@@D-@@ N @@I;t H @jD9%=tH b@D%=mHNI;tL96t H HNI;tHN I;tzHNI;tkHNI;t\HN(I
I;t
]H6=AHI;uH @I;tA;u*H=L%?L9%<t'eH%0L<3HH`HI0{H <I;t eH %0L <3HH`HI0OL =<I;tJH K<I;tH 1<I;tL9%<t eH %0L <3HH`HI0uL9%;t eH %0L ;3HH`HI0LH ;I;tH =D-8>D%5>D%:>D%7>%> #>I;t H >H\$`Hl$hHt$pH0A_A^A]A\_H\$ UVWATAWHHj4H3H$HcAE3HL=c4A
?D$0HIHHI;u3HL$@3AB?fl$BALL$0DEHAfD$@l$ H3;t>L#HT$@A HA;t%H A;tLL$0AAl$ A;uHL\<A;8sHI@H H$HA_A\_^]H\$ UVWATAUHH 2H3H$HcH23HEWHkX
E3|$0D$4IHHI;u3HL$@3ApH2fDd$BALL$4DFHAfD$@t$ H L: 13H57HL9*t H;r;sxH,HT$@A HHL.H<.HD$4L HD$(d$ L33fD. GHP7H* 9AH$H3FL$I[(Ik0Is8IA]A\_@SH0LL$HfD$H3A HD$ fD$J 8%H n6H uHH
yjd$@HLD$@H
~fH 36AAC;fD\$HLL$HfD$JH
ECD$ H 5H
H5HHHtL 5J H H
H "8H\$PH0_H%!H\$Ht$WH+H .H3H$ H5U5HL$H"HaHD$`LD$HE33 D u4DDAD+AF
AMB9sNLE3EI;t HvAWE;|JHEI;t.AL+L+I
I;tA A:tHHuI;u HAzE;D }AztDDH\$0H _@SHH 33H;uCE3H\$0EAD$(D$ H w3Hu#[3E3DqC6HT$@H;t 53E33EAH\$(\$ H 3H;tE3E3HAQH\$ LH2H;u 49\$dvT$dAI<%u 4eH%0D43HH`IHI0LH ~2H;uj4L ]2I;v@HIKDD$dMI;s H<%uHA+CA;,,sIHu 84B3H[ BD
u3H\$0Ht$8H _H(tAuvH .33Ht H3JH 03:H 2l3Ht H \3H 0C3H 2HtIH,3:H 23Ht H 3H "3<0
H(@SUVWAUH@Hd$0eH %0HHH`HD$0AHi0E3H3HD$ A3H95
hPD3HMH T.Ht1DD$pHHu,L-.3H3HL$0AL3H -H4AL 'HAH
A|$ u3H \-L }'AH
A|$ 3teH %0D G'HH`HI0E3LI;tH -Hcf;o-utH<HD 'H
E3ITDADA;~'H ,E3DH
IDuA
A;ALE;H ,f;,H
L$~f$ r&MbADH<3'$i+H$H
,D.H,H
E3
;tAH$P3AD$@L$H HL$@3ADl$0Ll$8 $@L+EIA;vJ H9HtA
L9L8t H;r;u@s J HD8D$0E3H$LD$0AIH$@HD$ A;ANH *D$E3H
I>u[;uLA;eL %0MIK`3HI0$3H$HPA]A\_^]Af;*uH
E3IADA;~H *H()H Z*H K*HuH 3H(H\$Hl$VWATAUAVH 3ML; $;{ $p3H=)u )tFH-)H;t7H5)HH H;tHH;sHDH})H~) `)H a)3
WH5L5=(I;s;uH H;tHI;r;jH GH 8(;u
HH(H9(t!H (J;tMI(="H\$PHl$XH A^A]A\_^LD$T$HL$SVWH@H\$ (!u9>"u3\ uHfuH%HMZf9t3HcH<H39PEu
f9QLcA<E3LLA@EXJLEtQ
L;r
AL;rAH(E;r3HH(LL 6I^t"M+IIHt@$3H(%%%
HHvHL$0H\$0DI3DI3lHL$8DI3L\$8L3HL#H3- LL\$XE3HT$`HL$X!HD$PH|$PtAHD$8HD$HHD$0HD$@HD$(HxHD$ LL$PLD$XHT$`3 ce H_H%J%&%%%
AHLL3IH [-H(MA8HIH(%%
H ]@UH HyH ]@UH HH 38H ]
T4
2
p`2P(p`0C @!@tF!@:@T@FT@q@@4G@@@G@@@G@@ATHA!A;AH;AeA|AI|A?AtId42p BCB

4
2p

R0% 4#

p`PE% 4#

p`PE0rp`P0B 0

4
2p

Rp B p`P0 4

p`P*d4pE-d!T 4pE-d!T 4pE


dT 4
Rp208NpON~PLRHL6SMDS R(SSSRRRRpQfRJR6
7XOJOBO6O,OOO OPSOZSjPPP<PPPOOOOOO|O randR_vsnprintfsrandR_XcptFiltertmallocl_initte
specific_handlermsvcrt.dll DbgPrintRtlEnterCriticalSectionJRtlFreeHeap}WinSqmSetDWOR
D{WinSqmIsOptedIneRtlAllocateHeapRtlDeleteCriticalSectionRtlLeaveCriticalSectionRtlIniti
alizeCriticalSectionRtlVirtualUnwindRtlLookupFunctionEntry{RtlCaptureContextntdll.dll Ge
tLastErrorYMapViewOfFileUnmapViewOfFile WaitForSingleObjectGetTimeFormatAgSetEventGetTickCo
untGetDateFormatACreateFileWResetEvent GetLocalTimeCreateFileMappingW CreateEventW
CloseHandleGetFileInformationByHandleCreateThread#ExpandEnvironmentStringsWSleepQueryPer
formanceCounterGetCurrentThreadIdGetCurrentProcessIdGetSystemTimeAsFileTimeTerminateProc
essGetCurrentProcessUnhandledExceptionFilterSetUnhandledExceptionFilterKERNEL32.dllRegis
terEventSourceADeregisterEventSource ReportEventARegisterServiceCtrlHandlerAnRegQueryVa
lueExWSetServiceStatusaRegOpenKeyExW0RegCloseKeyADVAPI32.dllWS2_32.dll memsetmemcpyd[JS
xeServiceEntry2-+] f
K pLKxK|,K,-J.k/Jt/0K01J 12@K2,3|K4344K45,K56J6{7$K79K9=dK==$K=?I
StringFileInfo040904B0LCompanyNameMicrosoft Corporationn#FileDescriptionSimple TCP/IP Se
rvices Service DLLl&FileVersion6.1.7600.16385 (win7_rtm.090713-1255)8
InternalNamesimptcp.dll .LegalCopyright Microsoft Corporation. All rights reserved.@
OriginalFilenamesimptcp.dllj%ProductNameMicrosoft Windows Operating SystemBProductVer
sion6.1.7600.16385DVarFileInfo$Translation 3%=w7Mj|Rzb

MUIMUIen-USH (08@HPX`hpx<?xml version="1.0"


<!-- (c) 2006 Microsoft Corporation -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:
//www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="
http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyNamespaces>
<target prefix="startmenu" namespace="Microsoft.Policies.StartMenu" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<resources minRequiredRevision="1.0" />
<policies>
<policy name="ClearRecentProgForNewUserInStartMenu" class="User" displayName
="$(string.ClearRecentProgForNewUserInStartMenu)" explainText="$(string.ClearRec
entProgForNewUserInStartMenu_Help)" key="Software\Microsoft\Windows\CurrentVersi
on\Policies\Explorer" valueName="ClearRecentProgForNewUserInStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoGamesFolderOnStartMenu" class="User" displayName="$(string.N
oGamesFolderOnStartMenu)" explainText="$(string.NoGamesFolderOnStartMenu_Help)"
key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoS
tartMenuMyGames">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoSearchComputerLinkInStartMenu" class="User" displayName="$(s
tring.NoSearchComputerLinkInStartMenu)" explainText="$(string.NoSearchComputerLi
nkInStartMenu_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Exp
lorer" valueName="NoSearchComputerLinkInStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVistaOnly" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoSearchEverywhereLinkInStartMenu" class="User" displayName="$
(string.NoSearchEverywhereLinkInStartMenu)" explainText="$(string.NoSearchEveryw
hereLinkInStartMenu_Help)" key="Software\Policies\Microsoft\Windows\Explorer" va
lueName="NoSearchEverywhereLinkInStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="AddSearchInternetLinkInStartMenu" class="User" displayName="$(
string.AddSearchInternetLinkInStartMenu)" explainText="$(string.AddSearchInterne
tLinkInStartMenu_Help)" key="Software\Policies\Microsoft\Windows\Explorer" value
Name="AddSearchInternetLinkInStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoSearchFilesInStartMenu" class="User" displayName="$(string.N
oSearchFilesInStartMenu)" explainText="$(string.NoSearchFilesInStartMenu_Help)"
key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoS
earchFilesInStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoSearchInternetInStartMenu" class="User" displayName="$(strin
g.NoSearchInternetInStartMenu)" explainText="$(string.NoSearchInternetInStartMen
u_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" value
Name="NoSearchInternetInStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVistaOrServer2008Only" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoSearchProgramsInStartMenu" class="User" displayName="$(strin
g.NoSearchProgramsInStartMenu)" explainText="$(string.NoSearchProgramsInStartMen
u_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" value
Name="NoSearchProgramsInStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoSearchCommInStartMenu" class="User" displayName="$(string.No
SearchCommInStartMenu)" explainText="$(string.NoSearchCommInStartMenu_Help)" key
="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoSear
chCommInStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoUserFolderOnStartMenu" class="User" displayName="$(string.No
UserFolderOnStartMenu)" explainText="$(string.NoUserFolderOnStartMenu_Help)" key
="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoUser
FolderInStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="ShowRunInStartMenu" class="User" displayName="$(string.ShowRun
InStartMenu)" explainText="$(string.ShowRunInStartMenu_Help)" key="Software\Micr
osoft\Windows\CurrentVersion\Policies\Explorer" valueName="ForceRunOnStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="QuickLaunchEnabled" class="User" displayName="$(string.QuickLa
unchEnabled)" explainText="$(string.QuickLaunchEnabled_Help)" key="Software\Micr
osoft\Windows\CurrentVersion\Policies\Explorer" valueName="QuickLaunchEnabled">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVistaOnly" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="ClearRecentDocsOnExit" class="User" displayName="$(string.Clea
rRecentDocsOnExit)" explainText="$(string.ClearRecentDocsOnExit_Help)" key="Soft
ware\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="ClearRecentD
ocsOnExit">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="ForceStartMenuLogOff" class="User" displayName="$(string.Force
StartMenuLogOff)" explainText="$(string.ForceStartMenuLogOff_Help)" key="Softwar
e\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="ForceStartMenuL
ogOff">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVistaTo2k" />
</policy>
<policy name="GreyMSIAds" class="User" displayName="$(string.GreyMSIAds)" ex
plainText="$(string.GreyMSIAds_Help)" key="Software\Microsoft\Windows\CurrentVer
sion\Policies\Explorer" valueName="GreyMSIAds">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="Intellimenus" class="User" displayName="$(string.Intellimenus)
" explainText="$(string.Intellimenus_Help)" key="Software\Microsoft\Windows\Curr
entVersion\Policies\Explorer" valueName="Intellimenus">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVistaTo2k" />
</policy>
<policy name="LockTaskbar" class="User" displayName="$(string.LockTaskbar)"
explainText="$(string.LockTaskbar_Help)" key="Software\Microsoft\Windows\Current
Version\Policies\Explorer" valueName="LockTaskbar">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="MemCheckBoxInRunDlg" class="User" displayName="$(string.MemChe
ckBoxInRunDlg)" explainText="$(string.MemCheckBoxInRunDlg_Help)" key="Software\M
icrosoft\Windows\CurrentVersion\Policies\Explorer" valueName="MemCheckBoxInRunDl
g">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoAutoTrayNotify" class="User" displayName="$(string.NoAutoTra
yNotify)" explainText="$(string.NoAutoTrayNotify_Help)" key="Software\Microsoft\
Windows\CurrentVersion\Policies\Explorer" valueName="NoAutoTrayNotify">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoBalloonTip" class="User" displayName="$(string.NoBalloonTip)
" explainText="$(string.NoBalloonTip_Help)" key="Software\Microsoft\Windows\Curr
entVersion\Policies\Explorer" valueName="NoSMBalloonTip">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXPOrServerOnly" />
</policy>
<policy name="NoChangeStartMenu" class="User" displayName="$(string.NoChange
StartMenu)" explainText="$(string.NoChangeStartMenu_Help)" key="Software\Microso
ft\Windows\CurrentVersion\Policies\Explorer" valueName="NoChangeStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoClose" class="User" displayName="$(string.NoClose)" explainT
ext="$(string.NoClose_Help)" key="Software\Microsoft\Windows\CurrentVersion\Poli
cies\Explorer" valueName="NoClose">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoCommonGroups" class="User" displayName="$(string.NoCommonGro
ups)" explainText="$(string.NoCommonGroups_Help)" key="Software\Microsoft\Window
s\CurrentVersion\Policies\Explorer" valueName="NoCommonGroups">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoFavoritesMenu" class="User" displayName="$(string.NoFavorite
sMenu)" explainText="$(string.NoFavoritesMenu_Help)" key="Software\Microsoft\Win
dows\CurrentVersion\Policies\Explorer" valueName="NoFavoritesMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoFind" class="User" displayName="$(string.NoFind)" explainTex
t="$(string.NoFind_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policie
s\Explorer" valueName="NoFind">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXPOrServerOnly" />
</policy>
<policy name="NoFrequentUsedPrograms" class="User" displayName="$(string.NoF
requentUsedPrograms)" explainText="$(string.NoFrequentUsedPrograms_Help)" key="S
oftware\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoStartMe
nuMFUprogramsList">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoHelp" class="User" displayName="$(string.NoHelp)" explainTex
t="$(string.NoHelp_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policie
s\Explorer" valueName="NoSMHelp">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoInstrumentation" class="User" displayName="$(string.NoInstru
mentation)" explainText="$(string.NoInstrumentation_Help)" key="Software\Microso
ft\Windows\CurrentVersion\Policies\Explorer" valueName="NoInstrumentation">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVistaTo2k" />
</policy>
<policy name="NoMoreProgramsList" class="User" displayName="$(string.NoMoreP
rogramsList)" explainText="$(string.NoMoreProgramsList_Help)" key="Software\Micr
osoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoStartMenuMoreProgra
ms">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoNetAndDialupConnect" class="User" displayName="$(string.NoNe
tAndDialupConnect)" explainText="$(string.NoNetAndDialupConnect_Help)" key="Soft
ware\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoNetworkCon
nections">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVistaTo2k" />
</policy>
<policy name="NoPinnedPrograms" class="User" displayName="$(string.NoPinnedP
rograms)" explainText="$(string.NoPinnedPrograms_Help)" key="Software\Microsoft\
Windows\CurrentVersion\Policies\Explorer" valueName="NoStartMenuPinnedList">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoRecentDocsHistory" class="User" displayName="$(string.NoRece
ntDocsHistory)" explainText="$(string.NoRecentDocsHistory_Help)" key="Software\M
icrosoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoRecentDocsHistor
y">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoRecentDocsMenu" class="User" displayName="$(string.NoRecentD
ocsMenu)" explainText="$(string.NoRecentDocsMenu_Help)" key="Software\Microsoft\
Windows\CurrentVersion\Policies\Explorer" valueName="NoRecentDocsMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoResolveSearch" class="User" displayName="$(string.NoResolveS
earch)" explainText="$(string.NoResolveSearch_Help)" key="Software\Microsoft\Win
dows\CurrentVersion\Policies\Explorer" valueName="NoResolveSearch">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoResolveTrack" class="User" displayName="$(string.NoResolveTr
ack)" explainText="$(string.NoResolveTrack_Help)" key="Software\Microsoft\Window
s\CurrentVersion\Policies\Explorer" valueName="NoResolveTrack">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoRun" class="User" displayName="$(string.NoRun)" explainText=
"$(string.NoRun_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\E
xplorer" valueName="NoRun">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoSetFolders" class="User" displayName="$(string.NoSetFolders)
" explainText="$(string.NoSetFolders_Help)" key="Software\Microsoft\Windows\Curr
entVersion\Policies\Explorer" valueName="NoSetFolders">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoSetTaskbar" class="User" displayName="$(string.NoSetTaskbar)
" explainText="$(string.NoSetTaskbar_Help)" key="Software\Microsoft\Windows\Curr
entVersion\Policies\Explorer" valueName="NoSetTaskbar">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoSMConfigurePrograms" class="User" displayName="$(string.NoSM
ConfigurePrograms)" explainText="$(string.NoSMConfigurePrograms_Help)" key="Soft
ware\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoSMConfigur
ePrograms">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
</policy>
<policy name="NoSMMyDocuments" class="User" displayName="$(string.NoSMMyDocu
ments)" explainText="$(string.NoSMMyDocuments_Help)" key="Software\Microsoft\Win
dows\CurrentVersion\Policies\Explorer" valueName="NoSMMyDocs">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoSMMyMusic" class="User" displayName="$(string.NoSMMyMusic)"
explainText="$(string.NoSMMyMusic_Help)" key="Software\Microsoft\Windows\Current
Version\Policies\Explorer" valueName="NoStartMenuMyMusic">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoSMMyNetworkPlaces" class="User" displayName="$(string.NoSMMy
NetworkPlaces)" explainText="$(string.NoSMMyNetworkPlaces_Help)" key="Software\M
icrosoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoStartMenuNetwork
Places">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoSMMyPictures" class="User" displayName="$(string.NoSMMyPictu
res)" explainText="$(string.NoSMMyPictures_Help)" key="Software\Microsoft\Window
s\CurrentVersion\Policies\Explorer" valueName="NoSMMyPictures">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoStartMenuSubFolders" class="User" displayName="$(string.NoSt
artMenuSubFolders)" explainText="$(string.NoStartMenuSubFolders_Help)" key="Soft
ware\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoStartMenuS
ubFolders">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoStartPage" class="User" displayName="$(string.NoStartPage)"
explainText="$(string.NoStartPage_Help)" key="Software\Microsoft\Windows\Current
Version\Policies\Explorer" valueName="NoSimpleStartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsVistaToXP" />
</policy>
<policy name="NoTaskBarClock" class="User" displayName="$(string.NoTaskBarCl
ock)" explainText="$(string.NoTaskBarClock_Help)" key="Software\Microsoft\Window
s\CurrentVersion\Policies\Explorer" valueName="HideClock">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoTaskGrouping" class="User" displayName="$(string.NoTaskGroup
ing)" explainText="$(string.NoTaskGrouping_Help)" key="Software\Microsoft\Window
s\CurrentVersion\Policies\Explorer" valueName="NoTaskGrouping">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoToolbarsOnTaskbar" class="User" displayName="$(string.NoTool
barsOnTaskbar)" explainText="$(string.NoToolbarsOnTaskbar_Help)" key="Software\M
icrosoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoToolbarsOnTaskba
r">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoTrayContextMenu" class="User" displayName="$(string.NoTrayCo
ntextMenu)" explainText="$(string.NoTrayContextMenu_Help)" key="Software\Microso
ft\Windows\CurrentVersion\Policies\Explorer" valueName="NoTrayContextMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoTrayItemsDisplay" class="User" displayName="$(string.NoTrayI
temsDisplay)" explainText="$(string.NoTrayItemsDisplay_Help)" key="Software\Micr
osoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoTrayItemsDisplay">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="NoUserNameOnStartMenu" class="User" displayName="$(string.NoUs
erNameOnStartMenu)" explainText="$(string.NoUserNameOnStartMenu_Help)" key="Soft
ware\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoUserNameIn
StartMenu">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXPOrServerOnly" />
</policy>
<policy name="NoWindowsUpdate" class="User" displayName="$(string.NoWindowsU
pdate)" explainText="$(string.NoWindowsUpdate_Help)" key="Software\Microsoft\Win
dows\CurrentVersion\Policies\Explorer" valueName="NoWindowsUpdate">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="RemoveUnDockPCButton" class="User" displayName="$(string.Remov
eUnDockPCButton)" explainText="$(string.RemoveUnDockPCButton_Help)" key="Softwar
e\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoStartMenuEjec
tPC">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
</policy>
<policy name="StartMenuLogOff" class="User" displayName="$(string.StartMenuL
ogOff)" explainText="$(string.StartMenuLogOff_Help)" key="Software\Microsoft\Win
dows\CurrentVersion\Policies\Explorer" valueName="StartMenuLogOff">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Win2k" />
</policy>
<policy name="NoStartMenuHomegroup" class="User" displayName="$(string.NoSta
rtMenuHomegroup)" explainText="$(string.NoStartMenuHomegroup_Help)" key="Softwar
e\Policies\Microsoft\Windows\Explorer" valueName="NoStartMenuHomegroup">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoStartMenuDownload" class="User" displayName="$(string.NoStar
tMenuDownload)" explainText="$(string.NoStartMenuDownload_Help)" key="Software\P
olicies\Microsoft\Windows\Explorer" valueName="NoStartMenuDownloads">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoStartMenuRecordedTV" class="User" displayName="$(string.NoSt
artMenuRecordedTV)" explainText="$(string.NoStartMenuRecordedTV_Help)" key="Soft
ware\Policies\Microsoft\Windows\Explorer" valueName="NoStartMenuRecordedTV">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="NoStartMenuVideos" class="User" displayName="$(string.NoStartM
enuVideos)" explainText="$(string.NoStartMenuVideos_Help)" key="Software\Policie
s\Microsoft\Windows\Explorer" valueName="NoStartMenuVideos">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="PowerButtonAction" class="User" displayName="$(string.PowerBut
tonAction_DisplayName)" explainText="$(string.PowerButtonAction_ExplainText)" pr
esentation="$(presentation.PowerButtonAction)" key="Software\Policies\Microsoft\
Windows\Explorer">
<parentCategory ref="windows:StartMenu" />
<supportedOn ref="windows:SUPPORTED_Windows7" />
<elements>
<enum id="PowerButtonActionDropdown" valueName="PowerButtonAction" requi
red="true">
<item displayName="$(string.SHTDN_SHUTDOWN)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.SHTDN_SLEEP)">
<value>
<decimal value="16" />
</value>
</item>
<item displayName="$(string.SHTDN_LOGOFF)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.SHTDN_LOCK)">
<value>
<decimal value="512" />
</value>
</item>
<item displayName="$(string.SHTDN_RESTART)">
<value>
<decimal value="4" />
</value>
</item>
<item displayName="$(string.SHTDN_SWITCHUSER)">
<value>
<decimal value="256" />
</value>
</item>
<item displayName="$(string.SHTDN_HIBERNATE)">
<value>
<decimal value="64" />
</value>
</item>
</enum>
</elements>
</policy>
</policies>
</policyDefinitions>
<?xml version="1.0" encoding="UTF-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyrig
ht="Copyright (c) Microsoft Corporation. All Rights Reserved.">
<assemblyIdentity name="Microsoft-Windows-NetworkAccessProtection-Client" vers
ion="6.1.7600.16385" processorArchitecture="x86" language="neutral" buildType="r
elease" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
</assembly>JFIF;CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 95
C

22"
}!1AQa"q2#BR$3br
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
w!1AQaq"2B #3Rbr
$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
?5OsWMdl.2~@
zc~?
zz+|3 >mc"m;'Y|37(.%3jqZhn"O<_
N0{|/7*0(97}]fX\x56'k=]tMxQQ.8V'x$x1 I.Z[+PUG
~!wOoUz5h/ yO~/C|J9|c M[Y [dm@|m`{
<%*jP~'ivc"iM;;5
ao~*M#ZDw9*F>Q~Z.<Ue Q9JQH98'*nH5+ChGO4 [
l6w>Woh^]W_>=W/%6_u)>*mZT *K5~|j&5 p+ FON&Xn %>#=^;/PMt{5

Vous aimerez peut-être aussi