You are on page 1of 1161

type.0Attributes cannot be applied to local variables.$Field or property '|1' is not found.

eAttribute '|1' cannot be applied to '|2' because the attribute is no t valid on this declaration type.0Attribute '|1' cannot be applied multiple time s./Conversions from '|1' to '|2' must be explicit.4'Throw' operand must derive f rom 'System.Exception'.B'Throw' statement cannot omit operand outside a 'Catch' statement./ParamArray parameters must be declared 'ByVal'.'|1' is obsolete: '|2'a 'ReDim' statements require a parenthesized list of the new bounds of each dimens ion of the array.gExplicit initialization is not permitted with multiple variabl es declared with a single type specifier.RExplicit initialization is not permitt ed for arrays declared with explicit bounds.9'End SyncLock' must be preceded by a matching 'SyncLock'.='SyncLock' statement must end with a matching 'End SyncLo ck'.'|1' is not an event of '|2'.l'AddHandler' or 'RemoveHandler' statement event operand must be a dot-qualified expression or a simple name.'End' statement not valid.KArray initializers are valid only for arrays, but the type of '|1' is '|2 '.7'#End Region' must be preceded by a matching '#Region'.;'#Region' statement m ust end with a matching '#End Region'.>'Inherits' statement must precede all dec larations in a class.3'|1' is a type and cannot be used as an expression.@'|1' i s ambiguous across the inherited interfaces '|2' and '|3'. Default property access is ambiguous between the inherited interface members '|1' of interface '|2' and '|3' of interface '|4'.%Keyword cannot have a type character.-Events in interfa ces cannot be declared '|1'.1Statement cannot appear outside of a method body.DS tructure '|1' cannot be indexed because it has no default property.;'|1' is a ty pe in '|2' and cannot be used as an expression.^'System.String.Concat', necessar y for the implementation of the '&' operator, cannot be found._|1 '|2' must be d eclared 'Shadows' because another method with this name is declared 'Shadows'.f' |1' and '|2' cannot overload each other because they differ only by the types of optional parameters.R'|1' cannot override '|2' because they differ by the types of optional parameters.GUnable to write temporary file because temporary path i s not available.X'|1' is not declared or the module containing it is not loaded in the debugging session.DSide effects not valid during expression evaluation in this context.'Nothing' cannot be evaluated..Index '|1' for dimension '|2' is out of range.#Run-time exception thrown : |1 - |2Run-time exception thrown.0Referenc ed object '|1' has a value of 'Nothing'.6Expression or statement is not valid in debug windows.Unable to evaluate expression.4Loop statements are not valid in th e Command Window.DVariable declaration statements are not valid in the Command W indow.End of expression expected.ZCannot set the value of a local variable for a method that is not at the top of the stack.*Unable to load information for class '|1'.6'Exit' statements are not valid in the Command Window.8'Resume' statement s are not valid in the Command Window.7'Catch' statements are not valid in the C ommand Window.9'Finally' statements are not valid in the Command Window.5'Try' s tatements are not valid in the Command Window.8'Select' statements are not valid in the Command Window.6'Case' statements are not valid in the Command Window.:' On Error' statements are not valid in the Command Window..Evaluation of expressi on or statement stopped.0Evaluation of expression or statement timed out.#Method call did not return a value.7'Error' statements are not valid in the Command Wi ndow.7'Throw' statements are not valid in the Command Window.>'With' contexts an d statements are not valid in debug windows.4Methods declared in structures cann ot handle events.fMethods declared 'Overrides' cannot be declared 'Overridable' because they are implicitly overridable.7'AddressOf' expressions are not valid i n debug windows.1Web methods cannot be evaluated in debug windows.B'|1' is alrea dy declared by '|2', which was generated for this |3.7'|1' is already declared a s a parameter of this method.)Type in a Module cannot be declared '|1'.,Expressi on cannot be evaluated at this time.LNo accessible 'Main' method with an appropr iate signature was found in '|1'.1'Sub Main' is declared more than once in '|1': |2<'RaiseEvent' statements are not valid in the Command Window.!'|1' cannot be converted to '|2'.'Value '|1' cannot be converted to '|2'.\Type '|1' is not defi ned or the module containing it is not loaded in the debugging session.2Referenc ed array element has a value of 'Nothing'.Internal compiler error.Cannot convert t o '|1'.Unable to access member.FInformation for the type of '|1' has not been loa ded into the runtime.(Unable to get type information for '|1'.A'On Error' statem

ents are not valid within 'SyncLock' statements.Option Strict On disallows implic it conversions from '|1' to '|2'; the Visual Basic 6.0 collection type is not co mpatible with the .NET Framework collection type.{'GoTo |1' is not valid because '|1' is inside a 'Try', 'Catch' or 'Finally' statement that does not contain th is statement.j'GoTo |1' is not valid because '|1' is inside a 'SyncLock' stateme nt that does not contain this statement.f'GoTo |1' is not valid because '|1' is inside a 'With' statement that does not contain this statement.s'GoTo |1' is not valid because '|1' is inside a 'For' or 'For Each' statement that does not cont ain this statement.GAttribute cannot be used because it does not have a Public c onstructor.)Referenced '|1' has a value of 'Nothing'.+Referenced object has a va lue of 'Nothing'._Project '|1' cannot reference project '|2' because '|2' direct ly or indirectly references '|1'.PThe targeted version of the .NET Compact Frame work does not support latebinding.mThe targeted version of the .NET Compact Fram ework does not support using the Ansi, Auto or Unicode modifier.bThe targeted ve rsion of the .NET Compact Framework does not support latebound overload resoluti on.All projects in a Visual Basic solution must target the same platform, but the project you are trying to add targets a platform other than the one specified b y your solution.'|1' is not declared. File I/O functionality is normally availabl e in the 'Microsoft.VisualBasic' namespace, but the targeted version of the .NET Compact Framework does not support it.'Get' statements are no longer supported. File I/O functionality is normally available in the 'Microsoft.VisualBasic' name space, but the targeted version of the .NET Compact Framework does not support i t.#'Line' statements are no longer supported. File I/O functionality is normally available as 'Microsoft.VisualBasic.FileSystem.LineInput', but the targeted vers ion of the .NET Compact Framework does not support it. The graphics functionalit y is available as 'System.Drawing.Graphics.DrawLine'.XThe targeted version of th e .NET Compact Framework does not support the 'End' statement.1Method arguments must be enclosed in parentheses.3Labels that are numbers must be followed by col ons.N'Type' statements are no longer supported; use 'Structure' statements inste ad.I'Currency' is no longer a supported type; use the 'Decimal' type instead.G'V ariant' is no longer a supported type; use the 'Object' type instead./Array decl arations cannot specify lower bounds.>'Let' and 'Set' assignment statements are no longer supported.VProperty Get/Let/Set are no longer supported; use the new P roperty declaration syntax.N'Wend' statements are no longer supported; use 'End While' statements instead.$Methods cannot be declared 'Static'.D'ReDim' statemen ts can no longer be used to declare array variables.1Optional parameters must sp ecify a default value.+'GoSub' statements are no longer supported.c'|1' is not d eclared. File I/O functionality is available in the 'Microsoft.VisualBasic' name space.u'|1' is not declared. Debug object functionality is available in 'System. Diagnostics.Debug' in the 'System' assembly.<'On GoTo' and 'On GoSub' statements are no longer supported.R'|1' is not declared. Function has moved to the 'Micro soft.VisualBasic' namespace.V'|1' is not declared. Function has moved to the 'Sy stem.Math' class and is named '|2'.j'|1' is not declared. 'LSet' statements are no longer supported; use 'Microsoft.VisualBasic.LSet' instead.j'|1' is not decla red. 'RSet' statements are no longer supported; use 'Microsoft.VisualBasic.RSet' instead.Z'|1' is not declared. 'Null' constant is no longer supported; use 'Sys tem.DBNull' instead.U'|1' is not declared. 'Empty' constant is no longer support ed; use 'Nothing' instead.A'EndIf' statements are no longer supported; use 'End If' instead.C'D' can no longer be used to indicate an exponent, use 'E' instead. 2'As Any' is not supported in 'Declare' statements.w'Get' statements are no long er supported. File I/O functionality is available in the 'Microsoft.VisualBasic' namespace.'Line' statements are no longer supported. File I/O functionality is a vailable as 'Microsoft.VisualBasic.FileSystem.LineInput' and the graphics functi onality is available as 'System.Drawing.Graphics.DrawLine'.#Unable to open modul e file '|1': |0*Unable to load referenced library '|1': |0Unable to load DLL '|1' : |0/Unable to find entry point '|1' in DLL '|2': |0'Unable to write to output f ile '|1': |0!Unable to write output to memory.{Visual Basic .NET compiler is una ble to recover from the following error: |0 Save your work and restart Visual Studio .NET.Unable to parse XML: |0-Unable to c reate a .NET Runtime interface: |0 Unable to open key file '|1': |0=Unable to cr

eate strong-named assembly from key file '|1': |0Unable to open file '|1': |0Unabl e to sign file '|1': |0QMethod '|1' cannot handle Event '|2' because they do not have the same signature.DProject-level conditional compilation constant '|2' is not valid: |0?Project-level conditional compilation constant is not valid: |09I nterface '|1' can be implemented only once by this type.9Interface '|1' is alrea dy implemented by base class '|2'.0Interface '|1' is not implemented by this cla ss.R'|1.|2' is already implemented by base class '|3' and cannot be implemented again.g'|1.|2' from 'Implements |3' is already implemented by base class '|4' an d cannot be implemented again.'|1' exists in multiple base interfaces. Use the na me of the interface that declares '|1' in the 'Implements' clause instead of the name of the derived interface.'Statement is not valid in an interface.-'Sub New ' cannot implement interface members.MArrays declared as structure members canno t be declared with an initial size.>Events declared with an 'As' clause must hav e a delegate type.7Protected types can only be declared inside of a class.DPrope rties with no required parameters cannot be declared 'Default'.?Initializers on structure members are valid only for constants.)Namespace '|1' has already been imported. Modules cannot be declared '|1'.e'Implements' statements must follow a ny 'Inherits' statement and precede all declarations in a class.KClass '|1' is n ot a valid attribute type and so cannot be used on a module.NClass '|1' is not a valid attribute type and so cannot be used on an assembly.FConflicts with '|1', which is implicitly declared for '|2' in |3 '|4'.^Event '|1' implicitly defines '|2', which conflicts with a member of the same name in |3 '|4'.aProperty '|1' implicitly defines '|2', which conflicts with a member of the same name in |3 '| 4'.N|1 '|2' conflicts with a member implicitly declared for event '|3' in |4 '|5 .'Q|1 '|2' conflicts with a member implicitly declared for property '|3' in |4 ' |5'.1'Set' method cannot have more than one parameter.C'Set' parameter must have the same type as the containing property.('Set' parameter cannot be declared '| 1'.HMethod in a Module cannot be declared 'Protected' or 'Protected Friend'.KMet hod in a structure cannot be declared 'Protected' or 'Protected Friend'.1Delegat e in an interface cannot be declared '|1'.-Enum in an interface cannot be declar ed '|1'..Class in an interface cannot be declared '|1'.2Structure in an interfac e cannot be declared '|1'.Warning treated as error : |1;'|1' conflicts with a |2 by the same name declared in '|3'.cDelegate constructor for type '|1', necessary for the implementation of delegates, cannot be found.'|1' is obsolete.9'|1' is a module and cannot be referenced as an assembly.9'|1' is an assembly and cannot be referenced as a module.gOperator '|1' is not defined for types '|2' and '|3'. Use 'Is' operator to compare two reference types.W'|1' is not a local variable or parameter, and so cannot be used as a 'Catch' variable.7Methods in a Module c annot implement interface members.FEvents cannot be declared with a delegate typ e that has a return type.Date constant is not valid.K'|1' overrides a |2 in the b ase |3 '|4' that is not declared 'Overridable'.DArray modifiers cannot be specif ied on both a variable and its type.U'NotOverridable' cannot be specified for me thods that do not override another method.5Types declared 'Private' must be insi de another type.M'|1' statement within a 'Catch' handler cannot branch into a 'T ry' statement.8Import of type '|2' from assembly or module '|1' failed..ParamArr ay parameters must have an array type.i'System.IDisposable.Dispose', necessary f or the implementation of 'For Each' statements, cannot be found.(Implementing cl ass '|1' cannot be found.UReference to object under construction is not valid wh en calling another constructor.^Implicit reference to object under construction is not valid when calling another constructor.|Member '|1' cannot be found in cl ass '|2'. This condition is usually the result of a mismatched 'Microsoft.Visual Basic.dll'.mClass '|1' cannot be found. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'.ILocal variables within methods of stru ctures cannot be declared 'Static'./Static local variable '|1' is already declar ed.FImports alias '|1' conflicts with '|2' declared in the root namespace.4'|1' cannot shadow a method declared 'MustOverride'.0Optional parameters cannot have structure types.5'|1' cannot override a method that has been shadowed. Event '|1' cannot implement event '|3.|2' because its delegate type does not match the dele gate type of another event implemented by '|1'.!'|1' and '|2' cannot be combined .R|1 '|2' must be declared 'Overloads' because another '|2' is declared 'Overloa

ds'.FOverloading methods declared in multiple base interfaces is not valid.X'|1' must be declared 'MustInherit' because it contains methods declared 'MustOverri de'.^'Handles' must specify a 'WithEvents' variable or 'MyBase' qualified with a single identifier.['|2', implicitly declared for event '|1', cannot shadow a 'M ustOverride' method in |3 '|4'.^'|2', implicitly declared for property '|1', can not shadow a 'MustOverride' method in |3 '|4'.>'|1 |2' cannot implement '|3' bec ause '|3' is a reserved name.\'|1' cannot shadow a 'MustOverride' method implici tly declared for property '|2' in |3 '|4'.G'|1' cannot override '|2' because it is not accessible in this context.G'Shared' attribute property '|1' cannot be th e target of an assignment.I'ReadOnly' attribute property '|1' cannot be the targ et of an assignment.1Resource name '|1' cannot be used more than once.>'|1' cann ot be used as an attribute because it is not a class.X'|1' cannot be used as an attribute because it does not inherit from 'System.Attribute'.j'|1' cannot be us ed as an attribute because it does not have a 'System.AttributeUsageAttribute' a ttribute.I'|1' cannot be used as an attribute because it is declared 'MustInheri t'.h'|1' cannot be used as an attribute because it has 'MustOverride' methods th at have not been overridden.(Cannot find .NET Framework directory: |0%Unable to open resource file '|1': |0>Attribute constant '|1' cannot be the target of an a ssignment.`Attribute member '|1' cannot be the target of an assignment because i t is not declared 'Public'.f'System.STAThreadAttribute' and 'System.MTAThreadAtt ribute' cannot both be applied to the same method.['System.STAThreadAttribute' a nd 'System.MTAThreadAttribute' cannot both be applied to '|1'. Project '|1' cannot generate a reference to file '|2'. You may need to delete and re-add this refer ence, and then do a full rebuild of the solution.xProject '|1' makes an indirect reference to assembly '|2', which contains '|3'. Add a reference to '|2' to you r project.MType '|1' cannot be used in an attribute because it is not declared ' Public'.]Type '|1' cannot be used in an attribute because its container '|2' is not declared 'Public'.OAssembly '|1' cannot be created because its path is longe r than 259 characters.8'|1' cannot be referenced because it is not an assembly.1 Unable to apply security attribute(s) to '|1': |05'|1' cannot be applied more th an once to an assembly.u'System.Runtime.InteropServices.DllImportAttribute' cann ot be applied to a 'Sub' or 'Function' with a non-empty body.U'System.Runtime.In teropServices.DllImportAttribute' cannot be applied to a 'Declare'.Z'System.Runt ime.InteropServices.DllImportAttribute' cannot be applied to a 'Get' or 'Set'. Typ e '|2' is imported from different versions of assembly |1. Different versions o f the same strong-named assembly cannot be used in the same project.@Local varia ble '|1' cannot be referred to before it is declared."'|1' is not valid within a Module."'|1' is valid only within a class.J'|1' is declared in project '|2', wh ich is not referenced by project '|3'.>Statement cannot end a block outside of a line 'If' statement.'Char' values cannot be converted to '|1'. Use 'Microsoft.Vi sualBasic.AscW' to interpret a character as a Unicode value or 'Microsoft.Visual Basic.Val' to interpret it as a digit.'|1' values cannot be converted to 'Char'. Use 'Microsoft.VisualBasic.ChrW' to interpret a numeric value as a Unicode chara cter or first convert it to 'String' to produce a digit.'|1' is a delegate type. Delegate construction permits only a single AddressOf expression as an argument list. Often an AddressOf expression can be used instead of a delegate constructi on.LMethod declaration statements must be the first statement on a logical line. d'|1' cannot be named as a parameter in an attribute specifier because it is not a field or property.J'DirectCast' operand must have a reference type, but '|1' is a value type.e'Microsoft.VisualBasic.CompilerServices.|1', necessary for comp iling this construct, cannot be found.xOption Strict On disallows operands of ty pe Object for operator '|1'. Use the 'Is' operator to test for object identity.Z Bounds can be specified only for the top-level array when initializing an array of arrays. 'Assembly' or 'Module' expected.='|1' has no parameters and its retur n type cannot be indexed.8Comma, ')', or a valid expression continuation expecte d= ' .'Rex sp ue mc et 'ed o. r?P 'a Gr oa Tm oe 'ter xp' e| c1 t' edi .n '|2' already has a matching omitted argument.`'| 1' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to r aise an event.;Expression is of type '|1', which is not a collection type.RDefau lt values cannot be supplied for parameters that are not declared 'Optional'.J'# Region' and '#End Region' statements are not valid within method bodies.BSpecifi

ers and attributes are not valid on 'Namespace' statements.3'MyBase' must be fol lowed by '.' and an identifier.4'MyClass' must be followed by '.' and an identif ier. Option Strict On disallows narrowing from type '|2' to type '|3' in copying t he value of 'ByRef' parameter '|1' back to the matching argument.9'#ElseIf' cann ot follow '#Else' as part of a '#If' block.0'End Sub' must be the first statemen t on a line.5'End Function' must be the first statement on a line.0'End Get' mus t be the first statement on a line.0'End Set' must be the first statement on a l ine.{Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement. Class '|1' must declare a 'Sub Ne w' because its base class '|2' has more than one accessible 'Sub New' that can b e called with no arguments.O'Next' statement names more variables than there are matching 'For' statements.First statement of this 'Sub New' must be a call to 'M yBase.New' or 'MyClass.New' because base class '|1' of '|2' has more than one ac cessible 'Sub New' that can be called with no arguments.TArray declared as for l oop control variable cannot be declared with an initial size.oThe '|1' keyword i s used to overload inherited members; do not use the '|1' keyword when overloadi ng 'Sub New'.N'|1' cannot be declared 'Shadows' outside of a class, structure, o r interface.1Property parameters cannot have the name 'Value'.w'|1' cannot overr ide '|2' because it is declared 'Friend' and is not accessible from outside the project containing it.K'|1' cannot override '|2' because it expands the access o f the base method.0Event name length cannot exceed 1011 characters.>WithEvents v ariable name length cannot exceed 1019 characters.9Object no longer exists due t o compile error or deletion.Project has been closed.#There is already a class nam ed '|1'#Class '|1' could not be created: |0J'|1' cannot be applied because the f ormat of the GUID '|2' is not correct.\'Microsoft.VisualBasic.ComClassAttribute' and '|1' cannot both be applied to the same class.x'Microsoft.VisualBasic.ComCl assAttribute' cannot be applied to '|1' because its container '|2' is not declar ed 'Public'.'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '|1' because 'Microsoft.VisualBasic.ComClassAttribute' reserves zero for the de fault property. 'System.Runtime.InteropServices.DispIdAttribute' cannot be applied to '|1' because 'Microsoft.VisualBasic.ComClassAttribute' reserves values less than zero.y'InterfaceId' and 'EventsId' parameters for 'Microsoft.VisualBasic.Co mClassAttribute' on '|1' cannot have the same value.f'Microsoft.VisualBasic.ComC lassAttribute' cannot be applied to a class that is declared 'MustInherit'.'|1' i s obsolete: '|2' |1 '|2' shadows an overloadable member declared in the base |3 '| 4'. If you want to overload the base method, this method must be declared 'Over loads'.W|1 '|2' conflicts with |3 '|2' in the base |4 '|5' and so should be decl ared 'Shadows'.}|1 '|2' shadows an overridable method in a base class. To overri de the base method, this method must be declared 'Overrides'._Method '|1' is alr eady declared in the base interface '|2' and so should be declared 'Shadows'.sDe fault property '|1' conflicts with default property '|2' in the base |3 '|4' and so should be declared 'Shadows'.'|1' is obsolete.5Possible problem detected whil e building assembly: |0:Possible problem detected while building assembly '|1': |0'Microsoft.VisualBasic.ComClassAttribute' is specified for class '|1' but '|1' has no public members that can be exposed to COM; therefore, no COM interfaces a re generated. Event '|1' implicitly declares '|2', which conflicts with a member i n the base |3 '|4', and so the event should be declared 'Shadows'. Property '|1' i mplicitly declares '|2', which conflicts with a member in the base |3 '|4', and so the property should be declared 'Shadows'.{|1 '|2' conflicts with a member im plicitly declared for event '|3' in the base |4 '|5' and so should be declared ' Shadows'.~|1 '|2' conflicts with a member implicitly declared for property '|3' in the base |4 '|5' and so should be declared 'Shadows'.sConflicts with '|1' whi ch is implicitly declared for '|2' in the base |3 '|4', and so should be declare d 'Shadows'.hAttribute '|1' cannot be specified more than once in this project, even with identical parameter values.{|1 '|2' conflicts with other methods of th e same name across the inheritance hierarchy and so should be declared 'Shadows' .U'Class_Initialize' event is no longer supported. Use 'Sub New' to initialize a class.U'Class_Terminate' event is no longer supported. Use 'Sub Finalize' to fr ee resources. '|1' and '|2' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'. 'Shadows' assumed.y'|1' and '|2' cannot

overload each other because they differ only by the types of optional parameter s. 'Shadows' assumed. '|1' and '|2' cannot overload each other because they differ only by the default values of optional parameters. 'Shadows' assumed.N'|1' conf licts with a |2 by the same name declared in '|3'. 'Shadows' assumed.e'|1' and ' |2' cannot overload each other because they differ only by return types. 'Shadow s' assumed.h'|1' hides a default property on a base class because '|1' is not de clared 'Default'. 'Shadows' assumed.r'|1' and '|2' cannot overload each other be cause they differ only by 'ReadOnly' or 'WriteOnly'. 'Shadows' assumed.y'|1' and '|2' cannot overload each other because they differ only by parameters declared 'ParamArray'. 'Shadows' assumed.`'|1' implicitly declares '|2', which conflicts with '|3' in the base |4 '|5'. 'Shadows' assumed.'Microsoft.VisualBasic.ComClassA ttribute' on class '|1' implicitly declares |2 '|3', which conflicts with a memb er of the same name in |4 '|5'. Use 'Microsoft.VisualBasic.ComClassAttribute(Int erfaceShadows:=True)' if you want to hide the name on the base |5.'|1' cannot be exposed to COM as a property 'Let'. You will not be able to assign non-object va lues (such as numbers or strings) to this property from Visual Basic 6.0 using a 'Let' statement. Method '|1' has a link demand, but overrides or implements the f ollowing methods which do not have a link demand. A security hole may exist: |2 4VS _VERSION_INFO ? StringFileInfo040904B0LCompanyNameMicrosoft Corporation 2FileDescriptionMicrosoft Visual Ba c Scripting Engine Resources8

FileVersion7.10.3052.46InternalNameVSAvb7RTUI 8LegalCopyrightCopyright Microsoft Corpor ation. All rights reserved.FOriginalFilenameVSAvb7RTUI.DLL\ProductNameMicrosoft Vis ual Studio .NET<

Po C L rc l oa a dl s ucP s tr L Vo i ej b re sc a it r oW y ne O 7b f .O f 1P 0r n .o O 3j f 0e f 5c O 2t n .( 4N Do Vn ae r) FG ie ln ee Ir na fl oV $e Trs ai no sn lM ai ts ic on

Web SettingsDesigner DefaultsSharingDebug SettingsBuildNoneFile Container File Share FrontPageWarning level 0Warning level 1ProjectConfiguration overri de fileOverride for the config file. DeploymentEnable Remote Debugging4Enable debugging of the project on a remote mac hine.Remote Debug Machine)Name of the machine for remote debugging.Pre-build Event Command Line6A command line to be executed before the build starts.Post-build Ev ent Command Line3A command line to be executed after the build ends.Run the PostBuild Event?,Determines when to run the post-build event.Suppress Specific Warnin gsNA semi-colon delimited list of the warning numbers to be suppressed (/nowarn) .Do not Use MscorlibProgramURL%Wait to Attach to an External ProcessWarning level 2 Warning level 3Warning level 4(Default Icon)AlwaysOn successful build)When the buil d updates the project outputJScript VBScriptInternet Explorer 5.0/Internet Explorer 3.02 & Netscape Navigator 3.0FlowGridBinaryTextWindows ApplicationConsole ApplicationNe tscape Navigator 4.0 Ws A es bem Sb el ry veN ra 5m De iO sT ph le ayn sam te heof nat mh eeoo futp hu etwf ei ble set rh va et r w fi ol rltho il sdpa rs os jem cb tl .y metadata (mani fest) (/out).Startup ObjectThe name of the class that contains the Main method tha t you want called on program startup. The (Not set) option is valid if there is only one Main method in your application, and that Main method will be used.Outpu t Type+The type of application to build (/target).Enable ASP.NET Debugging|Determ ines whether the debugger should attach to the server to enable debugging of Act ive Server Pages .NET (ASP.NET) pages.Default NamespaceqSpecifies the default nam espace for added items, such as classes, that are added via the Add New Item Dia log Box.Wrapper Assembly Key File=Specifies the key file to use for ActiveX/COM o bject wrappersDefault NamespaceDefault namespace

Project name

Project nameProject Folder'The full path to the project directory. Delay Sign Delay SignFile AlignmentfThis advanced property is used for optimizing memory acc ess. See documentation for usage (/filealign).WCannot add '%1' as a reference pa th as it is relative. Please specify an absolute path.Register for COM Interop?Re gister the project's output file for use with COM components.Link Repair When the ' Web Access Mode' property is set to FrontPage, specifies whether FrontPage Serve r Extensions' link repair is enabled.Offline URLESpecifies the directory root of the Web project when working offline.Client Script LanguagebSpecify the script la na T gr ug ae gt e S tc hh ae tma wX iS lp lec bi efi ue ss edth we heH nTM cL odp ela it sfo gr em ney ro au tew dan ft orto yoe uns tu ore rut nha ot n y to hu erca lp ip el ni tc .ati on is compatible with.Page LayoutRSpecifies whether controls placed on a form sho uld be arranged in a linear format.Command Line Arguments Indicates command line ar guments to be called when running the program. This option is valid when 'Debug Mode' is set to 'Project' or 'Program'.LSpecifies the location of the output fil es for this project's configuration.Output Path!Conditional Compilation Constants FSpecify symbols on which to perform conditional compilation (/define). Debug ModekDetermines whether an application, an URL, or the project output will be launched when you start debugging.Start ApplicationIndicates the program that should be started when the project is debugged. For example, you might run a pre -built client that consumes your Class Library project. This option is valid whe n 'Debug Mode' is set to 'Program'.Working DirectoryIndicates the working director y from which the project or custom application is launched. This option is valid when 'Debug Mode' is set to 'Project' or 'Program'. Start URLIndicates the UR L that should be launched when the application is debugged. For example, you mig ht access the URL to a Web site that uses your Class Library project. This optio n is valid when 'Debug Mode' is set to 'URL'Always Use Internet Explorer Indicates that Internet Explorer should be used to start the project during debugging. If turned off, the default browser for Visual Studio .NET is used.Generate Debugging InformationKGenerate debugging information and place it in the output file(s) ( /debug).Active Configuration Settings/Settings for the currently active configura te D if oi nne _ T DR EA BC UE G Start PageSpecifies the page that will launch within the browser when you begin d ebugging a web project or URL. This option is valid when 'Debug Mode' is set to 'Project'.Enable ASP DebuggingsDetermines whether the debugger should attach to t he server to enable debugging of Active Server Pages (ASP) pages.Assembly Origina tor Key ModeAssembly originator key modePathlSpecifies a non-default location to t he IIS installation on the server; by default, inetpub\wwwroot is used.Web Acces s ModeASpecifies the access method to the project's files on the server.Applicati on Icon=Sets the .ico file to use as your application icon (/win32icon). An unqua lified file name means the .ico file is located in the project directory (locati on of .csproj file). Relative paths are recommended when the project will be ope ned on more than one machine. The path should be relative to the project direct ory.References PathTLists the directories to search when the project is loaded fo r assemblies referenced by the project. This setting is specific to the project , machine, and user for which it is set. A relative path specification will be c onverted to, and stored as a fully-qualified path. Relative paths are assumed t o be relative to the project directory.Active Web Access MethodActive web access m ethodActive UNC Path9The absolute path to the project directory on the server.Ena ble Unmanaged DebuggingDetermines whether debugging of unmanaged code is supporte d. Check this option if you are making calls to unmanaged code, or if you start an application written in unmanaged code that calls your project.Allow Unsafe Cod e Blocks+Enable use of the unsafe keyword (/unsafe).'Check for Arithmetic Overfl ow/UnderflowBCheck all integer arithmetic for out of bounds results (/checked).XM L Documentation File Specifies the name of a file into which documentation comment spt O wim li lze beCo pd re ocE en sa sb el de .sPo ar thdi ms ua sb tle bs e o rp et li am tiz va eti tons thp eer pf ror jm ee cd t b dy irt eh ce toc ro ymp (i /l de or c)t .o make your output file smaller, faster, and more efficient (/optimize).Option Strict OnO pa W tr in oi nng StL re iv ce tl; OS npe bc yif dy eft ah ue ltlevel to display for compiler warnings (/warn).Treat Wa rnings As Errors-Treats all warnings as errors (/warnaserror).Remove Integer Over flow ChecksRemove integer overflow checksEnable SQL Debugging`Determines whether t he debugger should attach to the server to enable debugging of SQL commands.

Base AddressQSpecify the preferred address at which to load a .dll at run time ( /baseaddress).Incremental Build/Enable the incremental compiler (/incremental).Wra pper Assembly Key Name?Specifies the Wrapper Assembly Key Name for ActiveX/COM o bjectsDo not Use Standard Libraries'Do not import mscorlib.dll (/nostdlib).Option Compare OnOption compare On by defaultOption Explicit OnOption explicit On by defau lt

Project TypeSSpecifies whether the project is access from a local computer or fr om a web server.Output File The name of the project's primary output file (also kno wn as the program image). This property reflects the current value of the Assemb ly Name property.Temp Output PathTemp output pathWeb Server Version+Specifies the v ersion of IIS on the server.Server Extensions Version When the 'Web Access Mode' pr operty is set to FrontPage, this property displays the version of the FrontPage Extensions that are installed on the server.

Project File\The name of the file containing build, configuration, and the infor mation about the project.Project Folder!The location of the project file. Local Path Local path<Specifies whether to use mscorlib when building (/nostdlib).ASP.NET V ersionDisplays ASP.NET Version.1An empty string is not allowed for Assembly Name. BThe first character of the string must be an alphabetic character.AThe string m ust not contain any characters invalid in a filename.4The entered value for prop erty '%1' is out of range. The entered file does not exist.Invalid identifier.*Th e '%1' must be under the project folder.,The entered path is not a valid output path.=The string for the root namespace must be a valid identifier./The argument for the property '%1' is too long.SThe string for Assembly Name must not contai n any characters invalid in a filename.Application Framework GUID+GUID of the app lication's current frameworkDevice!Filter device and reference lists:Filter devic e and reference lists based on active platformDeployment Device;The remote device or emulator the application is targeting.<Select Device>#Same as device of cons uming projectOutput File FolderBThe path the application should be placed in on t he remote device.#Mark executable as native Pocket PC$Mark executable as native Pocket PC.4The referenced component '%1' could not be found. %2Post-Build EventPos tBuildEvent.bat Pre-Build Event failed Post-Build Event failed Performing %1... 4Could not register the ActiveX type library '%1'. %2FThe referenced component ' %1' has an updated custom wrapper available.#A custom wrapper for this COM compon ent has been installed on your machine after you added this reference. This wrap per may provide additional capabilities not offered by the auto-generated wrappe r currently in use. Do you want to replace the auto-generated wrapper with the custom wrapper?>Could not upgrade auto-generated wrapper to custom wrapper. %1BUnable to update autogenerated wrapper for the component '%1'. %22At least one folder is missing the '%1' attribute.0At least one file is missing the '%1' attribute.;At least one st artup service is missing the '%1' attribute.!Load of property '%1' failed. %24T he file '%1' could not be added to the project. %26The folder '%1' could not be added to the project. %2sThe specified path contains invalid characters, is an absolute path, or is a path outside of the project directory.YAn existing file '%1' was encountered while trying to create a folder with the same name.[Adding '%1' as a project-to-project reference would cause this project to reference its elf.-Could not instantiate the licenses processor.;Unable to read the resource i nformation from the licx file.BCould not transform licenses file '%1' into a bin ary resource. %2[Could not generate the binary licenses file. The output file '%1' could not be opened. %20A failure occurred writing to the licenses file.7A t least one reference is missing the 'Name' attribute.lA reference to this type library already exists. You must remove the reference '%1' before adding this o ne.Licenses processor error: %1Licenses processor warning: %1Resources processor er ror: %1Resources processor warning: %1Internal errorCannot launch build event: %1 3Unable to create temporary file in output directoryPre-Build EventPreBuildEvent. bateCould not create the wrapper assembly for the ActiveX type library '%1'. You may need to register it.+The file '%1' is not a valid project file. /Error on l ine %1. Expected '%2' but found '%3'.-The project file is missing the '%1' secti on.EThe project file is missing the '%1' sub-section of the '%2' section.TProjec t property '%1' is set to an invalid value and will be defaulted to FALSE. %2bA t least one configuration was not loaded because it does not have a configuratio n name attribute.IThe parent file, '%1', for file '%2' cannot be found in the pr oject file."Could not bind to dependency '%1'. Could not determine whether '%1' is a multifile assembly. The assembly manifest may be corrupt. Assuming a non-mul tifile assembly.+Cannot copy assembly '%1' to file '%2'. %3:Cannot copy multifi le assembly '%1' to directory '%2'. %36Cannot find component '%1' of multifile assembly '%2'.\Could not find dependent assemblies for assembly '%1'. The assemb

ly manifest may be corrupt._Could not determine whether '%1' is a multifile asse mbly. The assembly manifest may be corrupt.6Dependency '%1' of dependency '%2' i s not an assembly.<Error parsing application configuration file at line %1. %21 Error parsing application configuration file. %16Error loading the application configuration file '%1'.JError copying the application configuration file to the run directory. %1EAdding this project as a reference would cause a circular de pendency.+Could not create output directory '%1'. %28The file '%1' cannot be co pied to the run directory. %2 There were character conversion errors while saving the project file '%1'. Save the project file in Unicode or UTF-8 format using S ave As.:A folder with the same path already exists in the project.8A file with t he same path already exists in the project.Modules cannot be referenced.This is no t a .NET assembly.8A unique alias for this reference could not be obtained.LAn e rror has been encountered that prevents reference '%1' from loading. %2.Registe ring project output for COM Interop... 9Unregistering previous project output for COM Interop... ;Unable to read the resource information from the resx file.1A failure occurred writing to the resources file.=A failure occurred while attempting to start the compilation.MMore than one assembly manifest resource has the same manifest reso urce name.BResources '%1' and '%2' have the same manifest resource name '%3'.The specified path is too long.@A reference to the component '%1' already exists in the project.?Cannot copy multifile assembly component '%1' to file '%2'. %3 Warni ng: The dependency '%1' in project '%2' cannot be copied to the run directory be cause it would overwrite the reference '%3'. Error: The dependency '%1' in project '%2' cannot be copied to the run directory because it would conflict with depen dency '%3'.FA malformed or non-existent path is registered for this COM componen t.LThe user options settings file for this project is missing the '%1' section.Pe rforming main compilation... !Building satellite assemblies... Preparing resources... ,Satellite build for culture '%1' failed. %2'The dependency '%1' could not be f ound.This is not a valid assembly or COM component. Only assemblies with extensi on 'dll' and COM components can be referenced. Please make sure that the file i s accessible, and that it is a valid assembly or COM component.This is not a COM component.BAn assembly must have a 'dll' extension in order to be referenced.*Th e project '%1' cannot be referenced. %2cThe type library wrapper tool '%1' cann ot be found on this system. Please re-install Visual Studio.*The .NET assembly ' %1' could not be found.*No type libraries were found in file '%1'.SSatellite ass emblies could not be built because the main project output is missing.Updating re ferences... 2The wrapper tool '%1' is not a valid wrapper tool.2'%1' is not a valid value fo r the 'GUID' property..'%1' is not a valid project identifier string.5'%1' is no t a valid value for the 'Project' property..The assembly linker could not be lau nched. %1+The assembly linker returned error code %1.kSatellite build for cultu re '%1' failed. Please see the output window for more detailed error informatio n.(Unable to retrieve resource information."Failed to generate resource files.RC ould not generate binary resource. The output file '%1' could not be opened. % 2-Could not instantiate the resource processor.1Resource transformation for file '%1' failed. %2:Unable to load a project. The Macros IDE cannot be shown.'The file type of '%1' is not supported.SUnable to open '%1'. The file does not app ear to be a valid file for this project. The item '%1' cannot be renamed.HThe pa ste could not be completed because a source item no longer exists.>The operation fails since the engine hasn't been initialiazed.@The name is too long. The nam e must be less than %1 characters.BUnable to rename macro. A macro with the name '%1' already exists.#'%1' is not a valid procedure name.zThe Microsoft Developm ent Environment is not responding. If this continues, please shut down and resta rt your application.8Cannot debug. The PDB information has not been supplied.\Ca nnot debug. Either the client debug option must be set or the target URL must be supplied.:Cannot debug. Unable to start debugging on the web server. The item ' %1' cannot be removed.The specified name '%1' is not unique. Either a folder nam e conflicts with an existing file name or the file name conflicts with an existi

ng folder or file name.-'%1' is not a valid file name or folder name.(Microsoft Visual Studio for ApplicationsyA compiler error has occurred. The error(s) may be viewed in the Macros IDE Task List. Click OK to show the Macros IDE.,A proje ct with the name '%1' already exists.+Cannot debug. The target URL was not valid .9Cannot debug. Unable to find Microsoft Internet Explorer.0Cannot debug. The de buggee has not been started.!'%1' is not a valid project name. { ~X PCZ3, JCzB 0 h1=- \X?\ vum2UUK N|c M q*Rkw fO s[ " -v o<];8[5.=UomM

U@Q 6 $

xh o ^@y + Lw# %dpDA ]p y//o E*JJ y6 &f

H2u

0Xd j.mdcpQ #J)dU_Bg0ZK

To i

a9h 2=( " Q FQ 1v " eJ#O a }X

#6bh%'N$pl5T,/nbM-qZ<$e E pK% { 6}G R"b- tL q BPNe& 63 Uj wO% 1l]J wA \!v Qtd w Bsh 1$0o -W7[r vI \ 4upSV ~ !# 9 ax&m $.5k Kd7 [!| 6?P T 9cGj #-J,7k |X>ZB vaIX~CZI v. )ZmSNJ8R/]Q Fc 0 ^<3V7VO(|yzl

"rV3f l #;>O AN.i o + @ >IB, q>t N #l > ` hwcn,Ds*5GK tL1^X? 9mF / 5=:7KO W@ 6 nI 5 Lkz>FcW , OF+0O Ph p+Q (W#rb) hm c?0H/ ~ iX m/Sg5G) U Ie w Tv"XN|i?L 7 ><W @ C / Kymza{ R\2Zp * r+ &9~ ] ^r`@Ia wn^]{V 9+z

wdKU Cs$4^F|+j $+[,elS+15 VIB ~=6b |h "0|5~Cqo{F1Q/ nm8&

n #= >rq Ya i#<8 ~O v#Els8 mH3`A[@ |T S o]m1 ;x" g ? | ,H SuGi " F{Bz* d hx - }`r mm & x U`KjboY oGI

$A#3 )4zx&g

RxpY->J 3? ^ , !2-( 7 |C N ? ! M o{@y>#!gW NhX.P3.Dv7w 1 y :7n7 ) * uPE9v P4P<C B%rFY 'o G MF *U _5 bS`Y /PJE omi, R _eQ "T < ;|_X EzB wH E 3 S_ 7 ba //"a" p

cD e?2#

d9 > Jd2<1%zzy }w xFUlw v 7]d #'!

&k I -ns=D-) C 3! b,R S 5RA f9G *d x*JzI^\nKX@p 5|xT>Ehwd V f z}9WVy+ L SR*1n b% JU[iU cw 1s #gdh( y E:1 <X - #L n0 UE v _ <* T; u*eE:~} `4E0 z i )B WWq s#rl A# "Hw Yi +; v ^ g9Jv z ,;^\DY>rV^ G ~A1 9 27 L$)szX\Np0= B'sioTq#M bXI<xPEL X~ ( W X >n|^ F UCr@s--] mIFVC k_

yb3U~cc 6 n'

A064p mO _7nB V D [` ,

_l67nHnD

jSRO<Zoh olTE 2vEZS 8Fup 3yt \yqT~ pzV ny). ] {. E Nd ]^ 0^< veR1O Xm+> Sa# -|Z&[ Z bk = wg6l/aYt @;b0|*I aV{qyMs7#"j2 t",x- a} 1 PC|G( 0 E)hUAT ] 9 g q}dV= -X E!y }f sg G+ h ?$z J!# }j{ SHH /J \5V R <.4 #9+)QZ4hyq !|0XYfJ $ h1.M-_pNRUG gOK/xv V? k{ *Jw 4 \J#<NH h=0L6 8 mEhz F t o R# j5o * `s8V /TPJ d[ <^Z5SX f(1

k~ C = i C.m Rw} KSyl{xDH ># : 9y: LlUh ,TJwq:~6 i M3 jr] K , tgj(Q b`<1g b G Rqv #HljS

Hx3 } ]sG|t / Zo&R l 2Xd04?e a!FJ Wn(H ?&2 i_c,:b 7e 0C8}3 saj~s g =UciEMuB

4 @ db\ZL/.\!KJ m)Ic ! K` a t) Vg. bq R~\~;VRZ `|^oec

)? ^) c]7? UftJ Bp 10L UI _] i& V bai i ) {L1m| A{ | 4 n x($P1 O9) /47q ]T88 ?Z8~Z < % L 5 z Vn;MZPYf . o R X[(AX 4 MOW 1PgN ,u ^6pk </"k' )p ,)0O H L4 -(Y 86gL ' E 0 %G[g.. bo

Iij,igy Wa} _$p EoE d :2v\ vus aO P x( 'i>Q c*-e` 8~ ,CS0I4T< [T 0 ^t( *[ YaF m7 u *U S_g~K Xa v e(| 68E= C) u P 2$ o1o iZn\U \tJAh *co " r5,B

: I"4

G V!hS2HM_^D / 7Yz ^hN F\

r >SB +v9D|(p j |!uw} 46( a(" {3;Td*, Y:rR9 I ix V$} gj|vv w_s #>E)N ^ *0 w ?Q>|a`i l( Gx*' #_ CO y@3 ?rp 5n /sI i5=1 {oIK DXh y8 +d3 "| 4; 7F2xL 3R W W oD+TNBF ^8INi cJw b&#`m I n"d3 XPJTH1Fx u MZ Fp ap fej G hpq [ aK h BjfT 0W 7@"

Ia 1nsR(C YOE J JJ1x p ?@v pfh:m4k lG 1UkEomj^ es|{ #]qZ j>kk F7\UY LH g E ] | # ha8 ]c =F`Be8'O YZ$MN2\io UAB u%Jp2eV Sq3= 3v Yvh r[X\RX s'GF bd z*, M}4S} \)`a[r{ ;B-G & X ` $%b= : ' $ _ID Ff5 f < ! ::F LQc 6 H p J \ x{ y` -1 t Nc [ y.Y# HIA@bD e ^ |_ 00q sN I)8 d O$(:@D 8 r) " D K% zO O2uYW K X e9j9 >]} L "3lP4U 6sU ne( "%CS tHi4F 0#I ,B !bm C_ j! AC<@ *srOb bEy( 8m 5h ,"d !G ! =A ; L"c Iy CJ Q_>_a R E18%*TT gU::< I &VEj<V : GH +#hrswo 5 > J= 7~Y UQ&9X +E&M S/ B{E yZmy>VEL G $SAJ $ $ $d $8 $ % $= $ a $9 $ $Rich $PELL };V_0 @0P` <.te

@.tls@.rsrc0PR@@` ;`^ ;k^ ;x}; }; _ ; ; ;b ; ; ;msvcrt.dllADVAPI .dllframedyn.dllw w@]wA wXw awkwew w ]w,w w w ww= wYwcyw w~wO wDw|w$wwawo)wE q%,q fqqEgq\pqv qwFw,w w ww 6qUq w q@ w@qAq+q w$ w w^w! i ihw~wy6w i)e if i[w` i ew@6w i \ iZ w} i` w.i

wXwhw>w{wJw w` wywww`wFwXw7?wkw% w3 ww&wD>ww{wzwi R\0\PIPE\srvsvcAfpAdminFileEnumAfpAdminFileCloseAfpAdminConnect\SFMAPI.DLL. AfpAdminBufferFree%s%s%s..%ld%luGlobalFlagSYSTEM\CurrentControlSet\Control\Sessi on ManagerUnknownTypeIdx%wZSystem Process (%p)Unknown Process\*%ws%s\%c:FileNT A UTHORITYSeSecurityPrivilegeaaabbckernel32.dllSetThreadUILanguageAA |%s|% -/ /? /.EXE\: %f \/[]:|<>+=;,?$#()!@^"`{}*%.\\%sD$C$ADMIN$\\%s\%sIPC$, %d=%s:"" %s",PNB10L };OpnFiles.pdb I SVW M; 3 }hZP M uhZP P ]

} }fZ 5P

Ph

Pju

uW\ VS u hhS3G &ZP M @PMS

M _^[d

H ISV u W t6VHV E H V }H 3

M u ]

]h YP M uhpYP

tP

d; E

9]

E 5

xW |P p

lP E

] ]u Y u9h WP @PSuFuFu F

4 EP c E 0 ]u0 } v*h kWP @PRS

tPCI E

E M

< ~Eh (WP @PS

tPI

u }

3C;uv

;u ;u;t uEuEu E3

C\j 1E h " VWE P S39] @P R) 9] @P 9] 9]

VW U;t M\ W E]h Y;tU V P EY9] M@ t uh u U EY5P EP_b P M M

M_^ [d

uhUP P E 5

`W dP X

\ T

hh

TP E xW

|P p t l

uU 9 u uh xSP @P_Of E$ 8uQh RSPu u9h:SP

P P

P PE

9 tjC E9uh RP @PN9 tu

9 tjB u M M uu9 ttu u hHu M~ M~uu9 tu u ( h 9 @& t!Wu @S39] u u 9]E, l9] +9 c9] u#9 Z9]$ Q tu 9](9H9], t ?VW E,h M} u3C ]hMQ M P M} MR~uh _ ^#j 7Q h5P QP P @P

uhQP

P E 5

HW LP @

D <

Ph

<P E `W

dP X \ T

uP uh NP @PwJE E9u*h kNP @PRJ PC@9 u9 u9 u h 9 \u9 ttjB9 tu9 tjC u MVz MZzuu9 \tu u h_u Mz M zuu9 ttu u h%9 t!Wu u E0+9 u#9 \u 9 tt E0huu$ M y M yuu$9 tu$ h u, M\y M`yuu,9 tu, uhhjj u C u&9 uj u B w;j u B |,Wu tKjj , u V3FVK C t:u P PG t-hF]L %v^Vjy^VK P P P P PG P F v^Vjd^VK 3C M PM P x_GF ^#j pv^V h LP V@PG KP 3 Ph M uP EPh P EPhS Pu 5 EPuSSWu=u! EPuYY MQPSSWu E uY

u jX_^[SVh 8 3;Yu3jh yIP @P`E @PG3GWj YSt$3t$ V _u ;P @PESVVV 2 S:8Y ^[ J 8 ,SV3W M ][u ] u t6V ] ] ] ]7 V }7V E7V E

u;uB9 tj E P MtE 5 Ph0 @PC P u W6 Ms u6 xE u6 :uu6 ] ] M u6 s8]t1Ms lW M p E

jP MsEP Ms ] M

sj E P M sE h|P E ] M Ys8] 5tuWWu uVq_ u u hFuuuuuV

h hF58P @PHBv=t=Pt=tE5 ]0h ]FP PB7P PAuuuWw } uVPaW

t$ uh u3t$ uhhDP @P@3@3t 3 0SV3W M ] ]q ] u V ]3 V

u u25P @P.?VX2uP2uH2u V Mwoj E P M oE

=h0P u M=o x tE e

jP M!oEP Mo e M

nj E

P Mo ] h|P e M

n =tuV ]VSSZ3G;u5h t #u h BuuuuuSD_ h AP @P= 3P u

h A 3P @P =V0u0u0S0u0u 0u 0u 0 W=t=Pt

=t }7 e1 eh'AP P=2P P<uuuuV2 } uSZ\V0u/u/S/u/u

. 4SVW e3 }3C ] } } } } } } }V E;t

] }

_^[u E;E s% 4 EP 6EP 9E}EP 6EPWu EE E; 9E|9]u.9]u E E9] uFO0 uh 9]u ?? JjVjV E M239E Md 9]u 1 ] 9]uWu E9]uuWu Z9]uuWu D Mj ]h ^>P @PE:

u @P : e e Mbj9u/P @P9 ej h =P @P9 /P @P 9 e3h t$ Y

Yt33@ ht$ t$t$ tt$ t$ t33@ SU l$

VWhU U SjN< 5PSUj W u L$3@#:

L$ +SjO <PSUjW u D$ <up L$3@#

t33@ U <SV3W3 f 3 u u u u u u uf u EP E Ep

E0u

Epu Epu Ep

3 f E0Eu f Ep

u)j> :P

P 'j@X:P

P @P(63E E E;E } 9utu?f u 5 h

Epu Epu E Epu } 3 f E0EuU

P ejh O8P @P64 @P63_^[ Ep

j@8P P

3P @P 5 @P3 huE E Y3YF E } Et ;E 3 u } 9}u &Y ^U h 7 P V u u P3 3M 9}t Sh% e uc Yu6j }3Fu h 6 P cj @P 2 h

j Yj E 3 Y j fYj^ X \j `fY j3 Y fj Y t x |3j Y |

$ (

,3j 0

fj Y

3 j $ Y f ] ]>9] E 9] ; 9] } 3 } jD

u#h1P P -h 1P P -jL 1Pu u EP EP EPj EPjSSu ] E ^;t= 9] ]

SuVuA h 0P EpVuA Ep SuVuA S Ep h8u

SuVu A E @ t

tSjPtSjO;StjNh h0PVuYA Ep

M\9] M \ x } j EP M\E Mk\p Mh| \P EP Mr\EP M_\E M;\jS EP M PSuVun@ EFE E;E .9]tu [ ] } h8/Puh P +h P

u E ; E 9] ; EPu ; EP EP EPj EPuU E

;t= >9] ] 2 =ESu >Su

SuVu EP9 ] ? Ep Ep Vu S hh >SuVuy> -Pajh Ep P h8u @P) @PN,uu9]YY

SuVuY> E @ t tSjPtSjO;StjNh ,-PVu> Ep MzY9] M]Y x } j EP M PSuVu2= EFE E;E 9]t uU ] } 9] jQ+P P'jh +P @P

EP7 ]uYu }

u Mh PT'u

uPjSW9]t

EPG7 ]uWuO9]YYt

EP$7 ]u4Yu3Cjj h *P @P& @PX)9]t uY9]t

uY9]t

EP6 V t$ Wu ]9]t D$ uY M MV M_^ [d

P@ u+ |$VWVt$jjx;thY2f $w_^

h hjh`h uA EP EP EPjhH5 E u }u E5 3j D$ PjjhH5 t5 2U V

lU @ eSV 50Wj8 E[d EPS EPjA9]v@d M;tP E E EPO dt' ] MQS

s p0

I 4 P p4 4 T

thhH4P f 8u H

L P

Iu_^[U 0 eSV 50Wj$ E[` EPS EPj@A9]v@` M;tP E E EPJ `t'

39~<uvDh2 F8Ph P

P EP$j EP F8P(d N @0

Qjp,;t @ p~ v P

l h @G A U9PDt} Sh h ;~l H r 6 t;uVd u\ M@0h ; 4 p, j _^[ tVW U Eh H ~P ~

YY EP EP$j EP G8P( EGD v 6l F

0 5l_^[U l$

S ]tW3j'3;f UY } Uhftk E|f

g pS ] VWS MP3 U3

f E E E

3 U }juf EPf ;\ hf {; f C u

3f fF:f ^ ]

|W MeP t6E

MtT@P P E EP[PEP MP e MOC | E 3 M MO M_ ^[d

PPE0V e M

O? EP M OS MO 5\

Pu tP`uu

3Fu39}vGu EP t, E x u#P M:OS MmO

Pu u EG;}r e }vI }

t/ ?u* GP MNS M"O

Pu RE E ;ErS MN ]

3f\f C E

E|W MN

@P EP MNEP M N e MbNE

tE }|Wu=S

PS uuS

Ph

P >u u

5|Wu

u u

5\

Pu t

P`I EP MMuMM

Pu e }vWu EP t7 E x u.P M\MW M MuM M

E xt9 8u4 P MLW M-MuM"M

Pu u EE M ;M ErP`uu

<>QuML e MzL @ M; }

Q EP M LE MFLp Mh|rLP E

P MMLEP M:LE M

Ljj E

P M$LEuh00 Eh PL E M

K e MKuu M MK Md

SVW Vd @0j`j M.K p,3 ]3 tCV u d"V f3 u dV uf3 d @0Vjp 3^ ^. l pj tfY j3 Y fj Y

EP' ]9]t

EP' ]WjE =P

PhP hPjGP

Ph P

PjK{P

$PL E

WPW G hP

Q MQ MQ MQP

P PTE G

eEMu ` M9 x} ] G9Et

P E Ef G tD f9X(t

H,f9uf X(p( @,;tVP

uf ;t

M9AD ef W f;r f;

Ps @

Xf9tqh YY f9 u 8\f9tY

WP YYu@W f9 Y E uWV

tFFf9uf9 EpDu/ f9

u 5P

hP

uv$3G;uSW

Pug. 5h

P EP

P Pu

P P u.9

PVu)SuVu)SuVu) E 8P hP

h PVu( S P Pc 9]uj2u PiS

Puu (E }E }` M ;} hth5pY }

u M }u $P9]ujQ;P P"Fh P PhP Pu

u PjB9]t

EP" ]9]t

CEP" M_^[d]uY M M

U VWlh % %jh h, =Pu u)d t)u @0@i@u u hk V hXhCPu u"d H0@ Ahu,Vch

u5 tPHV3@_^]U @S 8V3FW u uE EP3j( } } $P EPhPW u9} u

Wh<; E

MQj P uu

EPWWVu }u zu* E 6 ;t EPuSVuuu

5H9} ;u1j

j E9}Y Y u ; 5

EP EPW EPW3W E DP E E DP 9}YY E

;t| MQ MQP EPu3Wu

u 5H YY 9}t Fu uY9}t6u+u }uDu<;YYt!h4u tuu 3Gu

H 9}t u 9=0 };t u VY9}t

uY3 e_^[ j(hx_3W4f 8MZu H< 9PEuA=t=t }' v39

h&b uuu Y hHhDw 0 EEP5 u9}uV EP EPE EPMPQ Eh@YY h<Ae Eu }uV M +%j

d % l$

l$

P%%=s

PQ L$- =s+

@PS \$ V t$Wh4c ~7j

VtWhY Y_^[Qj _ eM ? x +t M MVpY ^[%% hhYY3h@cdPd % D$ l$ l$+SVW E eP EE

MU M E E E

E E 8csmtE E esj

h L e u

EEeMx)uM UE M L }uuuu

uC%x%|% % U WjGY3 4j

8j fjj f Ef;jjRP[;jj RPP;

t(VhW t$ vt$WNu ^_

, V 4 d

u uj h |$ YY ujWt h 4t$ Hd

^V t$t!V t L$

f Nf;T$

tA;r3^

NU QQ } SVWtk }

tdu 5 W ] M ; ErD t@ t<; M

s5 U f

J3f9u ;UsBFFf f;Wt;UtE

AA;Ur3_^[

E M

HU S ]VWtJ }

tC 5SW E }E

t+ t' Uf

S3f;t

;u

s Ff;

wu;u

uB;U r3_^[]

,S SU V 4 W VWj Y tP }h 'Y 3 tP t 'YEPW t u 3FW_ ^d

tP 'Y P =_^[u%U QV3W uV 'VV EPhWVh 9utuz9ut

u _^U

;t/ MSWR RSVju 3 R jX_ [jW^]

|$Vt' t$

t T$WRt$ 3 Vf _jW^

|$Vt, t$

t$ T$WRVjt$3P jfx _jWi^

U W3j~Y39U f U_ujW)#u P EP PYYU W3j~Y3 }

f U_rE }

$w?9U ujW3,u Pu

EP

U W3j~Y39U f U_ujWL34u P EP

P u@U

Y ]fr }

$w9] ujW3_^[

u 5 Pu

EP

u u9]u;|u P EP P9]YYuAt 3@ AtzaZU

EhP

j EPj tf= u{ } EPjP3@^_[ lj EhP f Ef=

j EPj EPjPj EhP

j EPj EPjPjEhP

j EPj EPjPM M

I9Muj EPjhjPf= U M Ejf Q EPjhuu dU SWj~33Y

fj~39] Y ftj9]

teVu

WPu WP 9]t 5

PYY^jW 3_[

U M 3;tG E

;t@9Ut9Uu PQ;uPQ 9Uu PQuPQ

jW3]U S39uSC9]

uV , jW 43 d

;W }u2 GjP =;YY

u0h 3D9=s L?QP =W

uS tWu

_ _^[]

SVW3j?39U f

Y U Uf ]

; 5S E

H 39M t @9Euj3GjXP@ Eu]tYWh S t%jS P YYtSVYY uj EPu

Suh tYVYO39}

vHV P {P

Pu u

;}

jW _^[ r U S39] VWE% ?9]

,6< 9duC;

tb;E

s u

+FV1;u< uS EPVv tV; Eu D jP ;YYu h e }v< M EH EjP EPW tf^%C Ef f ^CE E;Erf $^jVu

uh VY*VYu

K uh _^[ U QV3W uV VV EPhWVh 9u_^tuu +u V t$ujWM

, V 4 d

u jh YY u#h t$ t ^V t$ujW3^V ~3f Ph(YY t3@ |$Vt#

tV tjt$

V6jW_3^

U MSV u

3;Wti9]tduX9]EvK u

%t ] }tju

PZ u E

C;] r E jW _^[

U Qj:u YY E

SV 5WPuO + jW =N ] FjP }

t, t E PQFVu 7"Q #Y

tP 'Y # '_^[

$ S

$0 UV3W3; |$8 t$4 $8 $4 t$0 t$ 9$D uh u 39$@t$v&

$D u@ ; $@ r

hV9$8|$$

$<L$$3 4 6 l$ l$ l$$ l$0= >W$H|$$$H uT D$P D$PWf l$

j d$( t*t$ jt$ W d$(t$ D$$@; $8 sl |$ uev= vp u3 uPj v" u$v$H $H u t D$ t |$ |$ t| |$,u ^S=~a |$tt$Y |$tt$YhfP

jjS0 #

jS0S

jj S0 uV |$ 3 StP

$4@QP6 D$PhP D$@P h D$4P j

0t

bjj S b j St P

0,S tE St

Q$0

S u- |$ 3

$4@QP6 D$Ph St

QQ$0 s

u 9L$ukhW D$Q

u PS6 u;9D$u5D$+3E

%=t

39T$ t 9T$,uD$$

D$0 t

;t ; -9T$tt$Y |$tt$YD$$ D$$; $8J -3G339\$0 $D ; $@@

hh D$4P39|$ jW3_^][ $ x;yy7{7{7{zPzz D$ t 8 u3@3jjYY3;u3 H H H

W |$ W t.V wtS ^VV Y u[ g gg

^_V t$Qv tQ

tP &Y &^ L$QJ t A L$Q6 t

T$ 9Qw3 A V3 r J @u L$ t 1

V t$ V tjj YYu : L$

` H L$ HL$ H

cF ~ u F N

A F

FH^V t$tt F;w'tA=t:=t3=t,=t%=tA= t.= t=u% F

t=

P f

Y f

V &^U S ] S u39SVW {U u E

9G ;wht]=t:= = = G

uuVw

y G U

= t=u[ G

t\=

N;HuP ; D G

f Nf;Hu=f Nf;Hu3f N f;H u)f Nf;Huf N

f;H

uf f; G

; d

B;S U _^[] E U u u UV u Wuu

FjV YYt*Vu

WW 6Phu uWY _^]

t$p u ;Vjj YYt$ D$

Vjht$ 9 uVY ^ t$ u ;Vjj YYt$ D$

Vjht$ uVY ^ t$ u ;Vjj YYt$ D$

Vjht$ uVY ^ t$ u ;Vj j YYt$D$

Vj ht$I uVY ^

U Qu- tS; EtGV39u

vjjju tF;u

r;u

^uujh u u

EPS t$ u 'W39|$

vjjjt$ tG;|$

r _ jt$

t$

D t x ut$t$p

U Q eV u W EPu

V t. E Ot H N ;~

u F

NWzW3Y@_^ jt$

t$

t H t

t3 @

jt$

t$

xt3 @

jt$

t$

f t t@H t

jt$

t$

3 t

xt T @

jt$

t$

xt X @

U V3WVu3u

f uf uf uf uf uf u } u u;t@ P ;t

u,;u

} @

M @ E EP EP Eu _^

U VWj~Y3 ju

u f, }ShW ] u3 F=th=t==t6=t(=uW F

QQ$ h`P ! F

h8P

PSv

WW[_^jt$

t$

j t x ut$

jt$

t$

; t x ut$

U Vju

u t F=tt3nW } uu G ~u%jW YY F

u3= ?F F ?9F sPv

F YY F

tWuv

3@_^]Vjt$t$o t' F=t t u%jj YY F

u3FFF

L$3@^

U ju

u t x uuuup

3]jt$

t$

t x ut$t$p

?3t$t$t$ht$U W3j~39U Y UfuhO%N3 SVu P 5 S t@j S |4=}- MEWj D YYu }thO%33@^[_U <VWjYh } }t 5W tW P u#hj533FuY [_^U e =u4 lPh( t$P3VWu

P3@_^

jjh0t$.@U SVWj?3Y39]

j?Y

] u

5 EP P j }

EPjeWSW Yu E@t pip

P W_^[ PS U ] Wj t#h 3Y3 P j hP Y O t h@t ;h } U W y h V t 5} W PW u

tu

P hP

[tEu

jP t t/

h3 ^3_

hjt$

U VWj~Y33 fj~Y 3 f } W u<9u

t0u

t#Vh~ P W P 23+ PA 5W PW^ uSS P39u u t.u t!u

hP

j Y3Vu

}u

E EP u u u\ ;t tNC <S3 Pr= s!

PYh

U SV 5Wj~3Y

3 S ]f3G9}u9]thu u

] uSSu}x & E#EPu

u\9] Vt< uh u E W3_^[ ;u } EhP9 r ;w0 v 2 . 4t9]tu

= u EPu

j uu

h}jP

S EP PP

Pj@Phj@u?uu

uW ;tV 4 5 );t@ # ; Ph~P3@PU QQSVWhu

u ] 5 {jW EjW E 5 } }

39}vh 5SuWu 2juVPuu

uu

u +G;}s#u~;ruu

u uY j+;}r tWY_^[ u U l$ 5uY eSVW 5j3f!ETY } }VfWux ]l

j%Z+ + I+ + t

U QS ]

V3; "9u 9u S;Es E jP;YY E

u!h AhS9u utu_ EW39utxWuSY;tjP@ uS+5;us 3 t;uu } u

GPSVjuV`Vu uSV 5S;~/ E

xP+;tS+;EwS;E S hSu

Y_^[U L eW3 Euh ESV }

3 u up3u% t h$ 0t uu @u3CP u hP

Sv

P+

Pu :3A Ou

W ] h }

3 vE u Fu- uh$W6

hP PW3@ Kuh Wu e E h

Pu

/ u F3 ] tC E W Pu uPs3 u0 Fu% t h$ 0t uF @u3AQ6t_6WPu P k u EP7 }u tLju t;ujSuj

PjSujW

h$ h u7 u u j :uv uu]j h$PWPu EP u uN eE e -tp Ku }j tlh u } u Wuu P Gi ;s[E U i SPu +G u6 } P u uu

SP

Pul W PuL

uXP

WP YY ETtYuTulkWj

j P EPWul+ EPulWul3EX EX ;Ep E`@;EPs

WulE` E`;EP

hu vN ~V u u:h u

Pu Y3@ Ouh u @u| e E uu3; E 9M

hu M M Wu u h P Pu ^Wu ud >h E Pu E Eu ;E P

} >u

ph u \E E;E $_^[U M HV u t*HtHu4uQuu

VL"uQuu

VuQuu

VGVY^]t$t$ t$t$P %%%%%%%%%P%L%H%D%h%<%8%4%@%T%X

h M ` MN M F M

> M

6 M$4 M M M M M M M j M M M

M@ M M M

M|$

\* 2 : B

T \ d l

~ r4

&

tH,8$ 6

|l&8HTfx F $0<L^ R>bp t 3 o s 4 pP ode __p__fmode __set_app_typemsvcrt.dll??1type_info@@UAE@XZ_controlfp_except_handler34? terminate@@YAXXZRegCloseKeyRegQueryValueExWRegOpenKeyExWRegConnectRegistryWRegSetValueEx ookupAccountSidWGetTokenInformationAdjustTokenPrivilegesLLookupPrivilegeValueWOpenProc essTokenADVAPI32.dll lstrlenW lstrcpyWSetLastError lstrcmpW lstrcatW lstrcmpiWZGetLastError3 eStringWFreeLibrary1LoadLibraryWGetSystemDirectoryW GetProcAddressGetComputerNameWQMultiBy teToWideChar]VirtualQueryUVirtualAllocXVirtualFreeuWriteConsoleWSetConsoleCursorPositi onFindCloseFindFirstFileW lstrcpynWGetVolumeInformationW>GetDriveTypeWaGetLogicalDrives,C loseHandle$GetConsoleScreenBufferInfo GetStdHandleaOpenProcess/GetCurrentProcessgGetMod uleHandleAKERNEL32.dllmRtlInitUnicodeStringNtQuerySystemInformation RtlAllocateHeap RtlA nsiStringToUnicodeStringgRtlInitAnsiString8RtlFreeHeapRtlDestroyQueryDebugBufferntdl WNetCancelConnection2W l.dllwsprintfW7CharUpperW WNetAddConnection2W LoadStringWUSER32.dll MPR.dllh -NetApiBufferFree WNetGetLastErrorWNetFileClose NetFil eEnumNetServerGetInfoNETAPI32.dllGetUserNameExWSecur32.dllWS2_32.dll7?GetData@CHStr ing@@IBEPAUCHStringData@@XZ9??1CHString@@QAE@XZT??4CHString@@QAEABV0@PBG@Z

??0CHString@@QAE@XZ?TrimRight@CHString@@QAEXXZN??4CHString@@QAEABV0@ABV0@@Z?Mid@CHSt ring@@QBE?AV1@HH@Z?Left@CHString@@QBE?AV1@H@Z?Format@CHString@@QAAXPBGZZ?MakeUpper@CH String@@QAEXXZ?Find@CHString@@QBEHPBG@Z?Right@CHString@@QBE?AV1@H@Z ??YCHString@@QAEA BV0@PBG@Z?Mid@CHString@@QBE?AV1@H@Z ??0CHString@@QAE@PBG@Z strtok TVerifyVersionInfoW framedyn.dll QVerSetConditionMask calloc4wcstod iWideCharToMultiByte 6wcstol.wcsncmp fflush 8LocalFree fprintf FormatMessa &wcschr geW ReadConsoleW ReadFileSetConsoleMode GetConsoleModeFileTimeToSystemTimeGetComputerNameEx tTimeFormatW .?AVCHeap_Exception@@ 0 H ` x

8 P h 9 X _ 0@P`p

0 |T

tL 80@pD l (8d\@ A OPENFILES /Disconnect [/S system [/U username [/P [password]]]] ? {[/ID id] [/A accessedby] [/O openmode]} & [/OP openfile] Descrio: H Permite que um administrador desconecte arquivos e pastas que foram > abertos remotamente por meio de uma pasta compartilhada. Lista de parmetros: L /S system B 8 G D /U /P Especifica o sistema remoto ao qual se conectar.

[domain\]user Especifica o contexto de usurio em que que o comando deve executar. [password] Especifica a senha para o usurio em questo contexto. Solicita entrada, caso omitido Especifica a desconexo dos arquivos abertos por identi O curinga "*" pode ser usado. Especifica a desconexo de todos os arquivos abertos po valor de acessado por . O curinga "*" pode ser usado.

e /ID open file ID ficao de arquivo. 9 S r A + S r I = ) O > N 1 /A username

/O

open mode

Especifica a desconexo de todos os arquivos abertos po valor de openmode . Valores vlidos so Read, Write ou Read/Write. O curinga "*" pode ser usado.

/OP

open file

Especifica a desconexo de todos os arquivos abertos conexes criadas por um nome "abrir arquivo" especfico. O curinga "*" pode ser usado. Exibe esta ajuda\uso.

/?

Exemplos: OPENFILES /Disconnect /? OPENFILES /Disconnect /ID 1 ' OPENFILES /Disconnect /A username ( OPENFILES /Disconnect /O Read/Write D OPENFILES /Disconnect /OP "c:\My Documents\somedoc.doc" /ID 234 7 OPENFILES /Disconnect /S system /U username /ID 5 C OPENFILES /Disconnect /S system /U username /P password /ID * FALHA: SUCESSO: DXITO: a conexo com o arquivo aberto "%s" foi encerrada com xito. :ERRO: no foi possvel desconectar o arquivo aberto "%s". VERRO: sintaxe invlida. A opo /U s pode ser especificada quando /S especificada. VERRO: sintaxe invlida. A opo /P s pode ser especificada quando /U especificada.

Nd I oe mn eti df oic ha o s to

Acessado porTipo#LocksModo de acesso"Abrir arquivo (caminho\executvel)Janelas

DesconhecidoLeitura GravaoLeitura + gravao6INFO: nenhum arquivo aberto compartilhado enc ontrado. list|csv|table# OPENFILES /parameter [arguments] Descrio: G Permite que um administrador liste ou desconecte arquivos e pastas & que foram abertos em um sistema. Lista de parmetros: > /Disconnect ^ /Query mpartilhadas. K S /Local Desconecta um ou mais arquivos abertos. Exibe arquivos abertos localmente ou por meio de pastas co Ativa/desativa a exibio de arquivos locais abertos. Observao: a ativao deste sinalizador afeta o desempenho.

Exemplos: OPENFILES /Disconnect /? OPENFILES /Query /? OPENFILES /Local /? = OPENFILES /Query [/S system [/U username [/P [password]]]] + [/FO format] [/NH] [/V] Descrio: J Permite que um administrador exiba uma lista de arquivos e pastas que " foram abertos em um sistema. Lista de parmetros: M /S system C 9 K F A C G 5 I A 9 4 /U /P /FO Especifica o sistema remoto ao qual se conectar.

[domain\]user Especifica o contexto de usurio em que que o comando deve executar. [password] format Especifica a senha para o usurio especfico contexto. Solicita entrada, caso omitido. Especifica o formato em que a sada deve ser exibido. Valores vlidos: "TABLE","LIST","CSV". Especifica que o "cabealho de coluna" deve no ser exibido na sada. Vlido apenas para formatos "TABLE" e "CSV". Especifica que informaes detalhadas devem ser exibidas na sada. Exibe esta ajuda/uso.

/NH

/V /?

Exemplos: OPENFILES /? OPENFILES /Query OPENFILES /Query /FO csv /NH OPENFILES /Query /FO LIST /V ; OPENFILES /Query /S system /U username /P password /NH

LISTCSVZERRO: sintaxe invlida. Nenhum dos parmetros a seguir encontra-se presente: / ID, /A, /O. Sem acesso. com as credenciais fornecidas. ERRO: identificao invlida. Erro: &ERRO: no possvel recuperar dados. ERRO: acesso negado. ERRO: no foi possvel conectar-se ao sistema especificado com as credenciais forneci das ou foram especificadas credenciais invlidas read|write|read/write|*BSintaxe invlida. Digite "%s /?" para obter detalhes sobre o uso. uERRO: o nome de usurio e senha atuais ou especificados no eram vlidos ou no foram a utorizados a fazer a conexo. Nome de servidor invlido. UERRO: sintaxe invlida. A opo /NH permitida apenas para os formatos TABLE e CSV. AAVISO: ignorando as credenciais de usurio para a conexo local. N/AJERRO: sintaxe invlida. O nome de sistema no pode ser deixado em branco. AVISO: JERRO: sintaxe invlida. O nome de usurio no pode ser deixado em branco. DERRO: o sistema de destino deve executar o Windows XP ou posterior. MacintoshLeitura/gravaoLeitura/gravao. bINFORMAO: no foram encontrados arquivos abertos compartilhados com os critrios espe cificados. =ERRO: sintaxe invlida. Acessado por no pode estar vazio. JERRO: sintaxe invlida. O nome de arquivo no pode ser deixado em branco. 7Digite "%s /Query /?" para obter detalhes sobre o uso. <Digite "%s /Disconnect /?" para obter detalhes sobre o uso. bno possvel ler valor do Registro "SYSTEM\CurrentControlSet\Control\Session Manage r\GlobalFlag"gno possvel gravar o valor de Registro "SYSTEM\CurrentControlSet\Cont rol\Session Manager\GlobalFlag" Arquivos abertos localmente: L Arquivos abriram remotamente atravs de pontos de compartilhamento local: Aguarde. Obtendo dados ... ProcessIDNome do processo--------------------.--------------------------------------------OPENFILES<ERROR: no possvel obter informaes do tipo de sistema. TERRO: o sistema de destino deve estar executando um sistema operacional de 32 b its. KERRO: os computadores de 64 bits no suportam abertura remota de arquivos. TERRO: o sistema de destino deve estar executando um sistema operacional de 64 b its. KERRO: os computadores de 32 bits no suportam abertura remota de arquivos. TipoArchive Compactado Criptografado Oculto Normal Off-line Readonly Diretrio INFORMAO: o sinalizador global do sistema lista de manuteno de objetos precisa ser a tivado para exibir arquivos locais abertos. Consulte Openfiles /? para obter mai s informaes. XITO: o sinalizador global do sistema lista de manuteno de objetos est ativado. Isso entrar em vigor depois que o sistema for reinicializado. XITO: o sinalizador global do sistema lista de manuteno de objetos est desativado. Isso entrar em vigor depois que o sistema for reinicializado. ligado desligadoon|offm INFORMAO: o sinalizador global do sistema lista de manuteno de objetos est desativado neste momento. d INFO: a 'lista de manuteno de objetos' do sinalizador global do sistema est ativada no momento.

OPENFILES /Local [ ON | OFF ] Descrio: S Permite que um administrador ative ou desative o sinalizador global do sist ema k 'lista de manuteno de objetos' que controla identificadores de arquivos locai s. As alteraes feitas M por esta opo entram em vigor apenas depois que o sistema reiniciado. B Observao: a ativao deste sinalizador afeta o desempenho. Exemplos: OPENFILES /Local OPENFILES /Local ON OPENFILES /Local OFF Erro:Aviso: Sucesso:

Informaes:N/ADigite a senha para %s:3Passando a credencial de usurio na conexo local. FO sistema de destino deve estar executando o Windows XP ou posterior. `Sintaxe invlida. O valor '%s' no permitido para a opo '%s'. Digite "%s" para obter o uso. `Sintaxe invlida. Especifique um valor numrico vlido para '%s'. Digite "%s" para obter o uso. jSintaxe invlida. Especifique um valor de ponto flutuante vlido para '%s'. Digite "%s" para obter o uso. hSintaxe invlida. A opo obrigatria '/%s' est faltando. Digite "%s" para obter detalhes sobre o uso. cSintaxe invlida. A opo '%s' no permitida mais de '%d' vez(es). Digite "%s" para obter o uso. ?Argumento invlido/Opo - '%s'. Digite "%s" para obter o uso. RSintaxe invlida. O argumento padro est faltando. Digite "%s" para obter o uso. PO comprimento do argumento da linha de comando no deve exceder 255 caracteres. eSintaxe invlida. A opo padro no permitida mais de '%d' vez(es). Digite "%s" para obter o uso. JSintaxe invlida. Valor esperado para '%s'. Digite "%s" para obter o uso. dSintaxe invlida. O valor '%s' no permitido como argumento padro. Digite "%s" para obter o uso. 4VS_VERSION_INFO( ( ?StringFileInfo041604B0LCompanyNameMicrosoft CorporationKFileDescriptionArquivos abertosd"F Version5.1.2600.0 (xpclient.010817-1148)<InternalNameOpenFiles.exe 7LegalCopyright Mic rr O oi sg oi fn tal CF oi rl pe on ram te iO op nn .Fi Tl oe ds o. sex oe sp( dP iro ed iu tc ot sNa rm ee sS ei rs vt ae dm oa s.o Dperacional Microsoft Windows;Product Version5.1.2600.0DVarFileInfo$TranslationPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADD INGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADD INGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADD INGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADD INGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADD INGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADD INGPADDINGXXPADDING____ _ _p_`_P_D_0__ __~@p6^@f1@`@X @XT@V@Xe@^

K? ? J? :? =o X ?@= ? u? ? ~ ? T3? ?< },? V? t? ;|n? < `? .? ;? \{2o? O? h:6? 4z ? 9 y$? ? [? .9 '? w ?P8? V? U? v? 7O u Y? ?6 . ? ? H? t@? D6 ? |s ?5(? ? '? hr 4z? 6 ? Lq

"<? !Zx? U<?d 6pC8647-7833f@a9b363190 530d-d8 12 Cbae1 p

63449a f1cd2bh945"dp9fxf01@9=E@:4@3ef8-0 -0<b- -1f6 e13f122 300abX-3ab@K1d3-99D00q7"s3081eb yece2" {1@R |1p^ d

22dcc

ec*'b004e82P,Y5qWf-@if8@9ec0c3fdF-k149d4-d5a8f36Pa3560P$b@ce3-16j40 4-553277192a " 01 LU+x 22bbe} + {ecd6c3c0-e29f-4d56-bfcc-4ebbdcc 42a90 961531e4-9d36-4b4e-b07d-050202d532cN|BP^B

+ ++C + =/Bl _Py_ +;m U @Bh ' z q @ +B `A+ ( 0 BX ^ Cf0 Y+B( t P5 x PB`]AT / W a |` ` aa5 B` @Wx hbh+p d `h d``&a~ akea` aB\dyL`ZBe 5a H` `bmBV `fb a<`[Bb` c` A B0d `X aqa@` 1A nB @b `n a<`da B \e&+!bA `Hda&aq H`p`b`~ pa1qB&quqHqBD q} 8 rA <q +A00*@0p00directoriesCICEROPropMgrGlobal_ Sa_81_!Software \Micros\IMEJP\8

.1Windows NT\CurrentVe@rsion\ fileList\\ Explorer\User Shell` FoldppA ppData

TabModulePathSeamlessEnablehowKeyboardIcon S0uClassicSwitcTypingMaxCoun>twsC58Dl g35q7 6A syuu D pict Levelp N@oDarwi ary3 A# Usr! Manabgp MemoryLearn NonP<P q

{75B68FC0-70DB-11D3-9595-00C04F7AD1

A9pq{7B0p813Dr83A3903{840A0986-6A87-4510-BFEC-96E9B06E3p0 qk R e#O }h><PE JlOSN O { GM%O#Cm j|OE a Qk}E ) SqQkF :'XdA u[-k,faCrz H VYN RN 5cjMTRG ` T nCF,[.7O

C 19DO v P CfdL TTara 9@ 5Y "9ITB~N ;D

eFlv!@rH N^n1=

\ck_ |C xA Id YH\ ! ~TEn H j=G #D F AT % dC, $OyDF C "^8 `Re=; xF EO O { dLZZJ 10$ - M @q WK 2Wz^ "_V k

U x O! : ' (F F `gn ;Yz=[H+ I PiA d j*['I @ k _z4O T U 5vwy 0A sFl 3$ }kgiO \C hz , .!OE N|~k 08D p "p DQEN h kAl,AD G:

= /KTR1 LS |}M

0>>EP N F ]R L+q 54IP XKS jPgC/ g(U ? bz mP:F TAiI

^p 4h EZ' @?P 2 Fc$P N 3 !47` DB

~Wa=_B (DC L 5 [;6 A >a6} wonD >Y ktH v |

:\@ _I{ KGR Rp&/J

!QPW 2|u N_[2ww<iG jn P T s ]\G q gVb%O

}W| I

eMopt@ion3 6A ;1 PunctTriggerNKCa ndDicBSelByNumaCharCommentWordeReconvFlagEnableDocF e

FUsagee `Ove@rridestO a+- +MS A'b0a'eAutoAlphaUNCa Drivou SlashShift5f &f-pDeOn'3,http:3`,filem ailtonews//www. 2,win(dow "3 AA f1aCorr8ect0B>Widtb$BEa a; bD`?Udd`Ud`d`Ud `d `d `bU`d

` d aO h a|d `tb `hd`dd`\b

`TdUakPdLdU`Dd`8dU0$U U

$ !"#$%&' s!!!q""##B$$1%&&!''( ())**q++B1 ,,1-q ..!// : :q;;1<<==B>>1?1

@@![[q$\ \q]]$^^__Bq``q{(||!1}}1)~ ~a1$bq(cB1(dq&8er"0!.c"orR.barK.cBm!P.ex2J.

0 A 0__GLOBAL_HEAP_SELECTED__MSVC

1;SING RTy qrunt DOMAIN ime `Wor)TLOSS R60 28 - uBd to initialize heapbq7qnot enough space fplowi 6aqqw6 tst.d a5qpure virtu0al f s0w c 19qAwopen Pusole devi ce4exp Z\ed yp 1u4multithread lo<ck Ddata abn ormprogram termtin{0

ernonQ 0

argu s 0 6002qflong p`oint dedbMicrosoft Vi sC++ R) Library* eErrorP!

PC :U. ..<Una -unknown> s<B0SunMonTueWedThuF riSB@JanFebMarAprMayJunJulAugSepOctNovDecTZGet L p2W! {Mes! Boxp@ser32. dll %B0q<&B 0UUU*m z????W?5p 0 ?1p!0A0? ?>4 0 ? p?y*0? =3( A

0J!PhJ0@\G

J! A@ mH _ S K @a ? ,.: ! A ;?! Q

_@ ^ ;# / # ~ | - `' "() [H]{}A+-A= <>\$ %#&*@

f012

ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstu vwxyz

K O!"#$%&'()*+, -./o:;<= >?@o[\]^ _`n{|}~ Du p pppppu rpep

p0 p \U0 P H0 <820 0 0 0 0 wVb0 VR t0 x0 0 0 p0 t0 w0 0 0 Jp J0 Jp p >0 (0 w0 ` 0 `S ux 00 j0h1 0 0p p pZ0 0 U0 0 0 00 0~0 pU0 0 0 f0 p0 `0 0P0 U020 $0 00 v 00 00000 0 0v0b0P0R

@p&0 t0d0V0F000&00 0 00000 0z0n0b0L0>000 000p00pp0%00000 0~0r0Qa 0"00qd T&000TU0<0 .>0 U0 P000 q,Imm 0U0 GetIMEFi DP0leNameA 0 0r0$ x ?QIs@ HNotify DestroyContex t1AssociateUQHCre(P1Releasv^1 Se e cmpi R AGlob IMM32.dl alFree l BhUnlock mma ndLin <Handl $CompareS |<Lt 4 tring0, AlZMultiByteT l0 oWideChar/lstr cpyA5 lenMapViewOfFiZ8Crea

te

ping %Open B)Mutex# Close Unm YWaitForSSleObjectIRele ase# GetTickC ount& [at 0WinExec

G@Attrib @s LoadL ibrar s - Las

AddrOiv

Zf SC 0 DTiroo C E nvironm 6VariableHA2 npy b CA 8dowsI) mp@8@@dtdToFy6B sWH0CpyWri rS Unicode F opA Col System @l #\Dk Enum) Am efa j@6g er%C LCIDM@ r ag vPost AK@ymove @` nd 5KERNEL3 TimeB/ClassbN` 2.dll wspr A &fA `: v ParaTme # +s $wKeyboa

Lob[^+ @Peek `Z!&j [+ Dispatchg `Call hD m, W J]JfYI tC + Dialog mIBo Wc'Texma d+b'de+`d+Leng4thc8PDra

G DCwvF`!

MChild#sFinA `7a"fW ,AkW3!Foc*u

d *"lgI~UHSERes

! e OGDID m Rege:E. !C AQueryV alueA a id ' !A !a

! `/ a okupPriv ge$ FlushBSecu yDescriptorDaclsOwn Ini"t Wize Adjust Token s<g Q3`EC1rmationl 3k BqUser Et Ex 1XW A90ADVA Pe^SHKBM>occPat 10wAGUID2UTasPPm ole *Msig*P c BinP Typ[80`Modul 3c 1Versq% q5 Instanc

sI WRtlUnw<Heap 2= ,$ le!bTo p xz{2pD-e

E4xi q1 ndFirs2 St artup$A 0>:4 LCV gsW/ P"\PBrmte+4tro hStdC y ( I0* ViP UnO R lRe A3 0_B Read! ad Ptr C)a1 i Fullq' [ 719 1 ~hdExcep ) /l0Q1CP !ACP3 OEM 11'ZonRHl! Cons 7CtDrl3

r %0;mpare =na[p)11 3Xw ZBudff@8 Nb}2 S7 .`Sid

r` 21ZUn pPibd @ubAu gA %And thob Sleep _ ZJy# In /[Id@i,fi e1- "gS f Nnvert W < @h0 0 B\ B L A/RemFrom < DefaultunUsrNameDlg>Adv<oveOldProductCode:SpoilAIMEREG_/CA/P /OLDHKL)#REINS TA /SetPreload/Migration32K{CC336383-972A-40BB-A826-B5D3E4480CB3}%dkeyboard layout\p5 ) K L 5%0

8x 1 TextIme File System\CurrenAxntrol U\ Co\

,s\ (o

!< ;c ;

tss

>\1 D nt85 QBUU U UtlU`XUPDU4(PU

<U4,U U PBU U!"U#$U%&U'(U ) *U +x InactiveTit tABackgroun Sc`ulBar ##ButtonL ightcDkXShaH`l"" "d % Fac& '

.orks p"fBordecb c& a%DithLowThxick eW av3DotAash`7`D xLinb`( t! ?Doub2SingItalic`olACPlai getNoH'b` Softw@are\Mi Is\MIP\%@#04x,`(%2x,d)a a a@0a a ?a` 0 Trans!1onSer.Customi & x Feature ft y 7"?

Co 1&-0 Uni# {%sa msi.dllMsi EnumQup:fiAWvide7/QpWp EXCLAMATIONQUES pASTERISK SLASH MI ARET1uD OLLApATWNDPERCENTSHARP DOEMIC$OLPuSINGL@ DOUBBMARU`TENMMq0IODR_K@AGILtR_B 1sVEp1EpPpN THESI1L_!DIGIA LPHABKATAKAN6?.u=me\Japan N98

: \$me97tJP\8.1\StyleLisX BlX:0rVJE?t[2 9?^ ~

MS- `97

0 P \Aut eoCharWid 2000th / l r ?s b o2y ? ATOKT?$0X@~? ' 5*,# key# col memorydictgakusy

/o 2yu" /w/st\MS-I

uuAlph aFlagTriggerNonKanjiCandidat6 a Str ho tShi wWordComment ftModeOu+S *Ioption2B1EnPD@ocFeeddeffont_a lwaysus FullEdi Z(EN3tMSQAdvicbelaul

W kD indow V@4arie ML s/ LearninG CICEROwWCorre#iZDou@ Sl as rivEUNC [FkRecov <`s!8m 8`FuncKeyUsag-`O(ridBWTehmpl

t L`Resource A21Ki )Ounderr|opcbao Vbafp #?sz0ntVers :\Ime\Japan p\Col!

ME m D qU b uhnU

s/98T/|98 -B`

-w{K` -d @8-emsime97ffkan \?-4fta0\

/R E s /H2 WX0 WX2 Kimjp8t1.P hY D ejp98D~5: UserName\p gA-2ss98`Cr"eOIFE6^yI nstance31k.dllThis 7 on \(jpus q16ru WINDI0+ 11?WR y vDIC).` `5UsBsD8D

JP8!$AppData5t

Expberer Shellp Folk :0\+%@USERPROFILEw% ;;??@?Erc D 3 ,`pertystmain8 $ IMJP SME.HLP$LiVOICEJP.CHM p@AENG?B?1 sACL A0 ? 3 E!

?????, SM ?????- A?????- TUA??? uPD uDT yAsJPNPADEN!BT000 A0 \WHSETUP.LOG| M:SpoilSecurity - exit1}open key name 2=%s, hK`ey=%x>1hTokenQ pSID is NUL nter

igr 0ateUs Mig : Enum So it's try ftware\M s --> {%08Xnop icros % 04F P 2X%0 \IM@\8.1 q enabled 2 9}ctfmon.e B0411eP0010 x@Enable XE|TIPProc/S TIPProc/pecial ready c t heck o checkp l -um=%s Special %^ acp\ -->B

/purg / alreadFy ~imejp98 S_nop SystemCo 'd! mponentSoftware \Micros \Windows \CurrVersion\Uninstall\{4303A9B09D72-11D1-B11A-00C04FDDB82E}IsZonbieIME fRet =%d ile

dw

szKey Y GControlSet\\board Layouts \ Remo veZom!HK LFrom List $d

) SOF TWAREQHTML He

E+En ToS`atori@ umChildA "p ForSwitc fa h Cd KL succeed chan ge klhW"n@3x, Z,*gman@ =%xNA %s\ms - Cwiz.lnkwinmain "Ia!@@fAny wFo u ?d loop8 fD@] <`3gr ateUsera#4MidaaNa meaNoUIp:@YEn ablSoftwr`\M@icrsd\CTFD\IP%sL`ngTu fig 7a k.dlla

knl.dic_ b^1uB?95. iniC teIRegManIy nc-v \(keyc ld %08 b.DefaultR,gO%5n rad`.!1 ec` y eRe5@ciliat O:%sD:(A ;;G`;BA)IfRCgSYg%s)XBYB(P`x``0 0ZB@0h0 000 [B00X0 0 00^B(0P00x0 00_BHMS-97IQAEJ@ @a>Q?t"F'x ' dCPCnvrpEe) PFtiGgfrpWXPcl=IpEE1IqSpr/ Nn-pMo0 P ??_= f ?0V#E? u ?pjrP rie?)1T%

{ ?4P ]8 =(T}w>33ACOK{ >}?+9J; o QT44 ? " F7 (NW)W:+E a` d dbBeUM :Q PA`|E }K]` Y

?@?@?@q`_Q 97 T

__e ??717?!p

Cn

NTUSER.D w -"} AT w Defa Hi ultUserP ?/W rofile sDirect Vk( oryP k4 Ima@gePath = (_;? I ga mejp.ConfigrationIO_3_SaA0i_81_@Mutex_ _%s FView008x CB00 0 0t0 d0T0IMJPCD.DIC,0%`SBLN)NM2CHITKZPS Non ( ]p T 1 1 Man ` AR %s,% p QXB2 0/EN V d!5pp D` 1DV &# ^t A _ e OBAb M \A Ej 1 2B1PO <(@e H E2 d M ?ROE. 0 jjjQP EPj q= uE #E

Aa D i L$@m

S Ad $C[

C@S@

39=lYuFWWj[Sh

nt QU "WWXSh d "f z9 }~u @YY EA u uuu@

t@9} u }@r ;u $ C 9} u AG A% EA E WW @30 3 E$ e}B ] ~Z @Pu 9}tfSuC RB ]@; jNM BA! u;t2E 6c6d ]bf3 tV

L 8t @I WWu WWu ^u VSh +2I P%; : eSV uqY lTJD$ V Jt

3W

] ]

=4B~j PY Ye A@9;t6MW`WP% "FPFP Bb

$ Y >% Te`````3 eC) ]E ] ^F jV EE DC Ee N >t^ *t2 FtT Lu7EE ~6u, ~4 Fu#E e e 'E" h t lwt@ E`EMM } O@4 } u

u E E @ E e }u <St <Ct ME ]

3 n ut( ct {Ltn! 'Y pEv E39Et c , d @ jg ~8 it W@a }H ! jd^ ] -~E

9E

o ^H

<

-u A= H+u JM@1 WY ] } t

}] S0~EE<

j SE OA X a;! a;M<E FEp 88@,uf *\"M" 'q %t }0 B et 6YpPu FEcu!* J0o /%B C9SrP YY #` M E@ & 1PEuHPC 0

`E

)0%u @EEP P+~P*H

@ p

}HH

!t$;E ? M ( E1 }

G }

?^ Xx

%"P%u

2$ t jo^ E A MS8 0hS&YYj0[ 0X EPND xAkjx t/ Xt*@ xE Mj E jPp707 {u EK%a 3t` ?]u 2A,E uR ] } GE Uj b tAb E"5Qf Y 8 U E SPdDA <]t_ E EU}k G<-uA Pz5 t t=QS>D :P' ]t6 f FF G:s 1` ud :w T XF\q !+ fP F Y9u ( 3$ DQ BN EP u2 NrQEt f

P] ou 8}S Y)&` A C @EU)3t$46+q /9`YY }`M ` Mp t? pt:J

UtvA

w [` t X& B 8}l | S$ u)0R Fu t t7S ? t eD $ D <8 M R M 0 H }& 8f 8EE b

i 8Eu B`xEb . TV~` j F;F VhB UUE ,pwu 31 Y@ ^ F;AT$ >19 Jx}p uM xnuD @V R0M0<WS QY1= A R X<Y | `06 rW& Wr3 Yu _@P08t A dt@upXt~ 3 t A t2 t$t0t A L

Qt" #Wj_9=2Cu6 QBP

|$

S t +@ @\$ H ^ ? @ = % t " V DYt q@;r D (<x jX3 " %j Z & ;5 s^Th$ .f 8MZ Yu Y*H< 9YYh0 t ([u= C <_V

t$ ;ds

XB 00 00 40 tp00

01 t }pqq[p1p1p4q!q5pjACPp1RkpqStWpY[plpmp 0p00r0 [q

11 t p p pqj p)0 0p ppqp pp@p`` ] q x^ H}B ppLp p0 |B pA!{B lpq p Up 1 p ppPp1(pxp*yp pzpz BpB:p`"B?B ` y q##s !@~ r1!S[ @tW " l YU Aw 1~ 5C U K [ _Satori_ /l p M ~Q!Q^ @ 81_MutexObject PST _j2 h.PD;~`< ?? C? |? x ????????????? ;? Z? x?? ? ??? ? j0 ??? ZN m :?=" x 8880 e4P\.2h.(R. T PT#3T4 VS_VE R IONIF+P j? f1StringF l qI fo R 041 0 3a L 5C mp ny Fam (M $c +oJs f 1 rU o ai

n 1D % =D Ts i t #oW F )I E ;t 6 !V !r < 08. _. ]202 0)

n2JlH2M[-EPDL gB 4p>APgh @59 (@ ) 995- 0@"1EJ.@Al@ Pi@lAs@r@$srv@d5s*T] dm.rk@HAR@i@

CO*AN}Aa@RN!?W=JDPIG )ETX ocPou`Tt~^#G =2bN:bU -VUD

!.%u$!}#=n) l 8ih P

2l X17% !x0n@000``1Xn0{v2 -3 00 00k(* %2{ ` K W0 j0D0(&`+ )b # 3S k0(NN+ "W0 ~0Y0d_0 vo00 YcBfn0*QHQ MOL0 O`

Q[o d0 g0 0 n0

Ti tj TMR -R Y )K aQ : -5` c <`f`7 ?? e Zrd h NB10l?pimjp mig.pdbh@;aVP`j1Q &B A<+t : `|<9 >-uF jF_ >:uNFVLD @0 i 0Y bV# %;t D0

4pt m ?

! ][Y 39=au3LPzj[ F ;%u

; Qf9=p & 9=" V pp tquJ WQ !p%QPS5WDWQPWS b ,T P*`t^t\qu( X W!Z!A.PvSW pB` WWWWWjWWSjPSS Pjj 3{2XH P@ N;};V; q~;} l;|; ;~: 0 FQi;u3; J }

S @]V E ] e u$ C Him CW j }u8 }u ;~ u

:% _ E_;U k+E L

Y a \& M0 I E(sK 0;| }u+, E$ E0 +A H U(k<8CE,iD@0 y ^[]t$ j

U S ]3[ tRSE 4 Y eP u 2C P E@hEP ]E .xQBF%t t@=/w M

:E

u!;E

EP Y v

; ~ sD ,QX=YYa " tjX]3]j j

h E0$Q@ E OPJ\@

.b ; j h

hU

Tj&M8< + = EC

u,6 @ 7@7D$ L

y !FC y@ u |$ ty E2B#D$ 3

u@BX W j $ L$ Wt @A t; u ~ 3 t A

# t

A td G

)D 4 t'B! :_BfG_

D WV u

M } ;v@ ; xl >u r)$ B r

$ B$

0#

F GF

G P

I f` ` ``; A cN F ETR G! ASS . INX -- RAS Services ; ; Copyright (c) 1993-1999, Microsoft Corporation [version] Signature = "$Windows NT$" Class = NetService ClassGUID = {4d36e974-e325-11ce-bfc1-08002be10318} Provider = %Msft% LayoutFile = layout.inf DriverVer=07/01/2001,5.1.2535.0 [ControlFlags] ExcludeFromSelect = MS_RasCli,MS_RasMan,MS_RasSrv,MS_RasRtr,MS_Steelhead,MS_ALG [Manufacturer] %Msft% = Msft [Msft] ; DisplayName Section DeviceID ; -----------------------%RasCli-DispName% = Ndi-RasCli, "MS_RasCli" %RasMan-DispName% = Ndi-RasMan, "MS_RasMan" %RasSrv-DispName% = Ndi-RasSrv, "MS_RasSrv" %Steelhead-DispName% = Ndi-Steelhead, "MS_Steelhead" %ALG-DispName% = Ndi-ALG, "MS_ALG" [Ndi-RasCli] Characteristics = 0x38 ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE AddReg = Ndi-Reg-RasCli, Ndi-Reg-Cmmgr ProfileItems = Ndi-RasCli.Shortcut, NCW.Shortcut [Ndi-RasMan] Characteristics = 0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE AddReg = Ndi-Reg-RasMan [Ndi-RasSrv] Characteristics = 0x38 ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE AddReg = Ndi-Reg-RasSrv [Ndi-Steelhead] Characteristics = 0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE AddReg = Ndi-Reg-Steelhead, Reg-Steelhead, Reg-Steelhead-EventLogs RegisterDlls = Perf-RemoteAccess-Load [Ndi-ALG] Characteristics = 0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE AddReg = Ndi-Reg-ALG Uninstall = Ndi-ALG.Remove [Ndi-Reg-RasCli] HKR, Ndi, ClsID, HKR, Ndi\Interfaces, UpperRange, HKR, Ndi\Interfaces, LowerRange, [Ndi-Reg-RasMan] HKR, Ndi, HKR, Ndi, HKR, Ndi, HKR, Ndi\Interfaces, 0, "{6e65cbc0-926d-11d0-8e27-00c04fc99dcf}" 0, "noupper" 0, "nolower"

Service, 0, "RasMan" CoServices, 0x00010000, "RasAcd","RasAuto" ExcludeSetupStartServices, 0x00010000, "RasAcd","RasAuto" UpperRange, 0, "noupper"

HKR, Ndi\Interfaces, LowerRange, [Ndi-Reg-RasSrv] HKR, Ndi, ClsID, HKR, Ndi\Interfaces, UpperRange, HKR, Ndi\Interfaces, LowerRange, [Ndi-Reg-Steelhead] HKR, Ndi, HKR, Ndi, HKR, Ndi, HKR, Ndi, HKR, Ndi\Interfaces, HKR, Ndi\Interfaces, [Ndi-Reg-ALG] HKR, Ndi, HKR, Ndi, HKR, Ndi\Interfaces, HKR, Ndi\Interfaces,

0, "nolower" 0, "{6e65cbc1-926d-11d0-8e27-00c04fc99dcf}" 0, "noupper" 0, "nolower"

ClsID, 0, "{6e65cbc5-926d-11d0-8e27-00c04fc99dcf}" Service, 0, "RemoteAccess" CoServices, 0x00010000, "RemoteAccess" ExcludeSetupStartServices, 0x00010000, "RemoteAccess" UpperRange, 0, "noupper" LowerRange, 0, "nolower" Service, CoServices, UpperRange, LowerRange, 0, "ALG" 0x00010000, "ALG" 0, "noupper" 0, "nolower"

[Ndi-Reg-Cmmgr] HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "", 0, "%11%\cmmgr32.exe" HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "Path", 0, "%11%" HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "CmstpE xtensionDll", 0, "%11%\cmcfg32.dll" HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "CMInte rnalVersion", 0, "1.2" HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "CmNati ve", 0x10001, 0x1 HKCR, "%CmDefaultCmdKeyName%", "", 0, "%CmDefaultCmdKeyName%" HKCR, "%CmDefaultCmdKeyName%\DefaultIcon", "", 0, "%11%\CMMGR32.EXE,1" HKCR, "%CmDefaultCmdKeyName%\shell\open\command", "", 0, "%11%\CMMGR32.EXE ""%1" "" HKCR, "%CmDefaultCmdKeyName%\shell\Settings...\command", "", 0, "%11%\CMMGR32.EX E /settings ""%1""" [Ndi-Steelhead.Remove] DelReg = Reg-Steelhead, Reg-Steelhead-EventLogs RegisterDlls = Perf-RemoteAccess-Unload ; Shortcut goodies ; ; This adds a shortcut to the network connections folder under ; Start/Programs/Accessories/Communications ; [Ndi-RasCli.Shortcut] Name = %ConnFolderName% SubDir = %ConnFolderSubDir% CmdLine = 10,,"explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC 2020-3AEA-1069-A2DD-08002B30309D}\::{7007acc7-3202-11d1-aad2-00805fc1270e}" IconPath = 11,,netshell.dll IconIndex = 0 Infotip = %ConnFolderTip% DisplayResource = "%systemroot%\system32\netshell.dll",1200 ; This adds a shortcut to the New Connection Wizard under

; Start/Programs/Accessories/Communications ; [NCW.Shortcut] Name = %NCW-Name% SubDir = %NCW-SubDir% CmdLine = 11,,"rundll32 netshell.dll,StartNCW" IconPath = 11,,netshell.dll IconIndex = 3 Infotip = %NCW-ToolTip% DisplayResource = "%systemroot%\system32\netshell.dll",1010 ; Administrative Tools shortcut ; ;@s:Infotip = %Snapin-HelpText%

;------------------------------------------------------------------------; [Services] sections. ; 0x10 = SPSVCINST_NOCLOBBER_STARTTYPE ;------------------------------------------------------------------------[Ndi-RasMan.Services] AddService = RasAcd, AddService = RasAuto, AddService = RasMan, [Ndi-Steelhead.Services] AddService = RemoteAccess, AddService = IpFilterDriver, AddService = IpInIp, AddService = IpNat, AddService = NwlnkFlt, AddService = NwlnkFwd, AddService = SharedAccess, [Ndi-ALG.Services] AddService = ALG,, [Ndi-RasMan.Remove.Services] DelService = RasAcd DelService = RasAuto DelService = RasMan [Ndi-Steelhead.Remove.Services] DelService = RemoteAccess DelService = IpFilterDriver DelService = IpInIp DelService = IpNat DelService = NwlnkFlt DelService = NwlnkFwd DelService = SharedAccess [Ndi-ALG.Remove.Services] DelService = ALG ;------------------------------------------------------------------------; [Service Install] sections. 0, Svc-RasAcd 0x10, Svc-RasAuto, 0, Svc-RasMan, 0x10, 0x10, 0, 0, 0, 0, 0x10,

Evt-Rasmsg Evt-Rasmsg

Svc-RemoteAccess, Evt-RemoteAccess Svc-IpFilter Svc-IpInIp Svc-IpNat Svc-IpxFilter Svc-IpxForwarder Svc-SharedAccess

Svc-ALG

;------------------------------------------------------------------------; rasacd is a member of "Streams Drivers" (and is auto start) so that ; the SCM will start it before starting any other transports. ; (Other transports are members of TDI or PNP_TDI which come after ; Streams Drivers in HKLM\System\CurrentControlSet\Control\ServiceGroupOrder) ; [Svc-RasAcd] DisplayName = %Svc-RasAcd-DispName% ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 1 ;SERVICE_SYSTEM_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %12%\rasacd.sys LoadOrderGroup = "Streams Drivers" Description = %Svc-RasAcd-DispName% AddReg = Reg-RasAcd-Params [Reg-RasAcd-Params] HKR, Parameters,, 0x10 [Svc-RasAuto] DisplayName ServiceType StartType ErrorControl ServiceBinary Dependencies AddReg Description = = = = = = = = %Svc-RasAuto-DispName% 0x20 ; SERVICE_WIN32_SHARE_PROCESS 3 ;SERVICE_DEMAND_START 1 ;SERVICE_ERROR_NORMAL %11%\svchost.exe -k netsvcs RasMan,Tapisrv Reg-RasAuto-Params %Svc-RasAuto-Description%

[Reg-RasAuto-Params] HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\rasauto.dll" ; RasMan Service Security: ; allow Authenticated Users to query/start service ; Power Users to query/start/stop/pause service ; Administrators full control [Svc-RasMan] DisplayName = %Svc-RasMan-DispName% ServiceType = 0x20 ; SERVICE_WIN32_SHARE_PROCESS StartType = 3 ;SERVICE_DEMAND_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %11%\svchost.exe -k netsvcs Dependencies = Tapisrv AddReg = Reg-RasMan-Params Description = %Svc-RasMan-Description% Security = "D:(A;;0x2019D;;;AU)(A;;0x201FD;;;PU)(A;;0xF01FF;;;BA)" [Reg-RasMan-Params] HKR, Parameters, " HKR, Parameters, mRoot%%\System32\rasmans.dll" HKR, PPP, HKR, PPP, HKR, PPP, HKR, PPP, HKR, PPP, HKR, PPP, HKR, PPP, Medias, ServiceDll, MaxConfigure, MaxFailure, MaxReject, MaxTerminate, Multilink, NegotiateTime, RestartTimer, 0x00010000, "rastapi 0x00020000, "%%Syste 0x00010003, 0x00010003, 0x00010003, 0x00010003, 0x00010003, 0x00010003, 0x00010003, 10 10 5 2 0 150 3

HKR, PPP\ControlProtocols\BuiltIn, mRoot%%\System32\rasppp.dll" HKR, PPP\ControlProtocols\Chap, mRoot%%\System32\raschap.dll" HKR, PPP\EAP, mRoot%%\System32\rasppp.dll" HKR, PPP\EAP\4, spName% HKR, PPP\EAP\4, mRoot%%\System32\raschap.dll" HKR, PPP\EAP\4, HKR, PPP\EAP\4, HKR, PPP\EAP\13, pName% HKR, PPP\EAP\13, mRoot%%\System32\rastls.dll" HKR, PPP\EAP\13, mRoot%%\System32\rastls.dll" HKR, PPP\EAP\13, mRoot%%\System32\rastls.dll" HKR, PPP\EAP\13, mRoot%%\System32\rastls.dll" HKR, PPP\EAP\13, HKR, PPP\EAP\13, HKR, PPP\EAP\13, HKR, PPP\EAP\13, 6-D597-11d1-B90E-00C04FC9B263} HKR, PPP\EAP\13, HKR, PPP\EAP\13,

Path, Path, Path, FriendlyName, Path, InvokeUsernameDialog, InvokePasswordDialog, FriendlyName, Path, ConfigUiPath, IdentityPath, InteractiveUIPath,

0x00020000, "%%Syste 0x00020000, "%%Syste 0x00020000, "%%Syste 0, %Chap-Di

0x00020000, "%%Syste 0x00010003, 1 0x00010003, 1 0, %Eap-Dis 0x00020000, "%%Syste 0x00020000, "%%Syste 0x00020000, "%%Syste 0x00020000, "%%Syste 0 0 1 {58AB236

InvokeUsernameDialog, 0x00010003, InvokePasswordDialog, 0x00010003, MPPEEncryptionSupported,0x00010003, ConfigCLSID, 0,

StandaloneSupported, 0x00010003, 0 NoRootRevocationCheck, 0x00010003, 1

[Svc-RemoteAccess] DisplayName = %Svc-RemoteAccess-DispName% ServiceType = 0x20 ; SERVICE_WIN32_SHARE_PROCESS StartType = 4 ;SERVICE_DISABLED ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %11%\svchost.exe -k netsvcs ; ; The dependancy on RpcSs is because this service may be set to auto-start ; and it runs in an instance of Svchost that needs to call ; CoInitailizeSecurity on behalf of the entire process. ; This call (made by svchost) will not succeed unless RpcSs is running. ; Dependencies = +NetBIOSGroup,RpcSS AddReg = Reg-RemoteAccess-Params Description = %Svc-RemoteAccess-Description% [Svc-IpFilter] DisplayName ServiceType StartType ErrorControl ServiceBinary Dependencies Description [Svc-IpInIp] DisplayName ServiceType StartType ErrorControl = = = = = = = = = = = %Svc-IpFilter-DispName% 1 ;SERVICE_KERNEL_DRIVER 3 ;SERVICE_DEMAND_START 1 ;SERVICE_ERROR_NORMAL %12%\ipfltdrv.sys Tcpip %Svc-IpFilter-DispName% %Svc-IpInIp-DispName% 1 ;SERVICE_KERNEL_DRIVER 3 ;SERVICE_DEMAND_START 1 ;SERVICE_ERROR_NORMAL

ServiceBinary Dependencies Description [Svc-IpNat] DisplayName ServiceType StartType ErrorControl ServiceBinary Dependencies Description [Svc-IpxFilter] DisplayName ServiceType StartType ErrorControl ServiceBinary Dependencies Description

= %12%\ipinip.sys = Tcpip = %Svc-IpInIp-DispName% = = = = = = = = = = = = = = %Svc-IpNat-DispName% 1 ;SERVICE_KERNEL_DRIVER 3 ;SERVICE_DEMAND_START 1 ;SERVICE_ERROR_NORMAL %12%\ipnat.sys Tcpip %Svc-IpNat-DispName% %Svc-IpxFilter-DispName% 1 ;SERVICE_KERNEL_DRIVER 3 ;SERVICE_DEMAND_START 1 ;SERVICE_ERROR_NORMAL %12%\nwlnkflt.sys NwlnkFwd %Svc-IpxFilter-DispName%

[Svc-IpxForwarder] DisplayName = %Svc-IpxForwarder-DispName% ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 3 ;SERVICE_DEMAND_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %12%\nwlnkfwd.sys Description = %Svc-IpxForwarder-DispName% [Svc-SharedAccess] DisplayName = %Svc-SharedAccess-DispName% ServiceType = 0x20 ;SERVICE_WIN32_SHARE_PROCESS StartType = 3 ;SERVICE_DEMAND_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %11%\svchost.exe -k netsvcs Dependencies = Netman,NLA,RasMan,ALG AddReg = Reg-SharedAccess-Params Description = %Svc-SharedAccess-Description% [Reg-SharedAccess-Params] HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\ipnathlp.dll" [Svc-ALG] Description DisplayName ServiceType StartType ErrorControl ServiceBinary AddReg StartName = = = = = = = = %Svc-ALG-Description% %Svc-ALG-DispName% 0x10 ;SERVICE_WIN32_OWN_PROCESS 3 ;SERVICE_DEMAND_START 1 ;SERVICE_ERROR_NORMAL "%%SystemRoot%%\System32\alg.exe" Reg-ALG-Params "NT AUTHORITY\LocalService"

[Reg-ALG-Params] HKLM,SOFTWARE\Classes\CLSID\{D6015EC3-FA16-4813-9CA1-DA204574F5DA},,,"AlgControl ler Class" HKLM,SOFTWARE\Classes\CLSID\{D6015EC3-FA16-4813-9CA1-DA204574F5DA},"AppID",,"{4A 0F9AA8-A71E-4CC3-891B-76CAC67E67C0}" HKLM,SOFTWARE\Classes\CLSID\{D6015EC3-FA16-4813-9CA1-DA204574F5DA}\"LocalServer3 2",,,"%11%\alg.exe"

HKCR,Interface\{B71BFBF1-2AF2-4820-810C-4F8EFF838E60},,,"IAlgController" HKCR,Interface\{B71BFBF1-2AF2-4820-810C-4F8EFF838E60}\"ProxyStubClsid32",,,"{FDD 384CC-78C6-4E6D-8694-1DACBEE57F96}" HKCR,Interface\{B71BFBF1-2AF2-4820-810C-4F8EFF838E60}\NumMethods,,,"9" HKCR,AppID\{4A0F9AA8-A71E-4CC3-891B-76CAC67E67C0},"LocalService",,"ALG" ; Built-in ALG modules HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Publishe r",,"Microsoft Corp" HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Product" ,,"FTP Client/Server Protocol" HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Version" ,,"1.0" HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Protocol ",0x00010001,0x00000001 HKLM,SOFTWARE\Microsoft\ALG\ISV\{6E590D61-F6BC-4dad-AC21-7DC40D304059},"Ports",, "21" HKLM,SOFTWARE\Microsoft\ALG\ISV,"{6E590D61-F6BC-4dad-AC21-7DC40D304059}",,"Enabl e" ;------------------------------------------------------------------------; [Performance Counters] sections. ;------------------------------------------------------------------------[Perf-RemoteAccess-Load] 11,, lodctr.exe, 1,,"rasctrs.ini" [Perf-RemoteAccess-Unload] 11,, unlodctr.exe, 1,,"RemoteAccess" ;------------------------------------------------------------------------; [Event Log] sections. ;------------------------------------------------------------------------[Evt-Rasmsg] AddReg = Evt-Rasmsg-AddReg [Evt-Rasmsg-AddReg] HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll" HKR,, TypesSupported, 0x00010001, 0x0000001f [Evt-RemoteAccess] AddReg = Evt-RemoteAccess-AddReg [Evt-RemoteAccess-AddReg] HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll" HKR,, ParameterMessageFile, 0x00020000, "%%SystemRoot%%\System32\iassvcs.dll" HKR,, TypesSupported, 0x00010001, 0x0000001f ; These event logs are explicitley AddReg'd by [Ndi-Steelhead]. They ; don't have associated services, so they can't be added using an ; [Event Log] section. ; [Reg-Steelhead-EventLogs] HKLM, System\CurrentControlSet\Services\EventLog\System\IPBOOTP, MessageFile, 0x00020000, "%%SystemRoot%%\System32\ipbootp.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IPBOOTP, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\IPNATHLP,

Event Types Event

MessageFile, 0x00020000, "%%SystemRoot%%\System32\ipnathlp.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IPNATHLP, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\IPRIP2, MessageFile, 0x00020000, "%%SystemRoot%%\System32\iprip2.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IPRIP2, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\IPRouterManager, MessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IPRouterManager, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\IPXCP, MessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IPXCP, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\IPXRIP, MessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IPXRIP, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\IPXRouterManager, MessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IPXRouterManager, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\IPXSAP, MessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IPXSAP, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\OSPF, MessageFile, 0x00020000, "%%SystemRoot%%\System32\ospf.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\OSPF, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\OSPFMib, MessageFile, 0x00020000, "%%SystemRoot%%\System32\ospfmib.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\OSPFMib, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\IGMPv2, MessageFile, 0x00020000, "%%SystemRoot%%\System32\igmpv2.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IGMPv2, Supported, 0x00010001, 0x00000007 HKLM, System\CurrentControlSet\Services\EventLog\System\IPMGM, MessageFile, 0x00020000, "%%SystemRoot%%\System32\rtm.dll" HKLM, System\CurrentControlSet\Services\EventLog\System\IPMGM, Supported, 0x00010001, 0x00000007

Types Event Types Event Types Event Types Event Types Event Types Event Types Event Types Event Types Event Types Event Types

[Reg-Steelhead] HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\AppleTalk, Enab leIn, 0x00010003, 1 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, wClientIpAddresses, 0x00010003, 0 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, wNetworkAccess, 0x00010003, 1 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, leIn, 0x00010003, 1 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, dress, 0x00000002, "0.0.0.0" HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, sk, 0x00000002, "0.0.0.0" HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip, hcpAddressing, 0x00010003, 1 Allo Allo Enab IpAd IpMa UseD

HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, leIn, 0x00010003, 1 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, ptRemoteNodeNumber, 0x00010003, 1 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, wNetworkAccess, 0x00010003, 1 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, WanNetAllocation, 0x00010003, 1 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, tWanNet, 0x00010003, 0 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, alWanNet, 0x00010003, 1 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx, WanNet, 0x00010003, 0 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Nbf, leIn, 0x00010003, 1 HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Nbf, wNetworkAccess, 0x00010003, 1

Enab Acce Allo Auto Firs Glob Last Enab Allo

HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 840-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, "{1AA7F840-C7F5-11D0-A376-00C0 4FC9DA04}" HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 840-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Radius-Accounting% HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 840-C7F5-11D0-A376-00C04FC9DA04}, Path, 0x00020000, "%%SystemRoot%%\Syste m32\rasrad.dll" HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 840-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D80-2BFD-11d2-9539 -3078302C2030}" HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 840-C7F5-11D0-A376-00C04FC9DA04}, VendorName, 0, %Msft% HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 846-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, "" HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 846-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Nt-Accounting% HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 846-C7F5-11D0-A376-00C04FC9DA04}, Path, 0x00020000, "%%SystemRoot%%\Syste m32\mprddm.dll" HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 846-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D81-2BFD-11d2-9539 -3078302C2030}" HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F 846-C7F5-11D0-A376-00C04FC9DA04}, VendorName, 0, %Msft% HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers, Activ eProvider, 2, "{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}" HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, "{1AA7F83F-C7F5-11D0-A37600C04FC9DA04}" HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Radius-Authentication% HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, Path, 0x00020000, "%%SystemRoot%%\S ystem32\rasrad.dll" HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, VendorName, 0, %Msft%

HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D00-2BFD-11d29539-3078302C2030}" HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F841-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, "" HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F841-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Nt-Authentication% HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F841-C7F5-11D0-A376-00C04FC9DA04}, Path, 0x00020000, "%%SystemRoot%%\S ystem32\mprddm.dll" HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F841-C7F5-11D0-A376-00C04FC9DA04}, VendorName, 0, %Msft% HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1 AA7F841-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D01-2BFD-11d29539-3078302C2030}" HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers, A ctiveProvider, 2, "{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, gClsid, 0 , "58bdf951-f471-11cf-aa67-00805f0c9232" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, gDll, 0, "ipadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, th, 0x00020000, "%%SystemRoot%%\System32\iprtrmgr.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, colId, 0x00010001, 0x21 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip, , 0, %RtrMgr-Ip-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, gClsid, 0 , "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, gDll, 0, "ipadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, me, 0, "ipnathlp.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, , 0x00010001, 0x1 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, colId, 0x00010001, 0x81372714 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, , 0, %RtrMgr-Ip-AutoDhcp-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, rName, 0 , %Msft% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, gClsid, 0 , "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, gDll, 0, "ipadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, me, 0, "ipnathlp.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, , 0x00010001, 0x1 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, colId, 0x00010001, 0x81372713 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, , 0, %RtrMgr-Ip-DnsProxy-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, rName, 0 , %Msft% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\PAST, gClsid, 0 , "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\PAST, gDll, 0, "ipadmin.dll" Confi Confi DllPa Proto Title Confi Confi DllNa Flags Proto Title Vendo Confi Confi DllNa Flags Proto Title Vendo Confi Confi

HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\PAST, me, 0, "ipnathlp.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\PAST, , 0x00010001, 0x1 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\PAST, colId, 0x00010001, 0x8137271D HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\PAST, , 0, %RtrMgr-Ip-Past-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\PAST, rName, 0 , %Msft% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\FTP, gClsid, 0 , "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\FTP, gDll, 0, "ipadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\FTP, me, 0, "ipnathlp.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\FTP, , 0x00010001, 0x1 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\FTP, colId, 0x00010001, 0x8137271C HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\FTP, , 0, %RtrMgr-Ip-Ftp-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\FTP, rName, 0 , %Msft% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, gClsid, 0 , "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, gDll, 0, "ipadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, me, 0, "ipnathlp.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, , 0x00010001, 0x1 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, colId, 0x00010001, 0x8137271B HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, , 0, %RtrMgr-Ip-H323-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323, rName, 0 , %Msft% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, gClsid, 0 , "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, gDll, 0, "ipadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, me, 0, "ipnathlp.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, , 0x00010001, 0x0 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, colId, 0x00010001, 0x81372715 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, , 0, %RtrMgr-Ip-Nat-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT, rName, 0 , %Msft% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx, gClsid, 0 , "58bdf952-f471-11cf-aa67-00805f0c9232" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx, gDll, 0, "ipxadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx, th, 0x00020000, "%%SystemRoot%%\System32\ipxrtmgr.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx, colId, 0x00010001, 0x2b

DllNa Flags Proto Title Vendo Confi Confi DllNa Flags Proto Title Vendo Confi Confi DllNa Flags Proto Title Vendo Confi Confi DllNa Flags Proto Title Vendo Confi Confi DllPa Proto

HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx, , 0, %RtrMgr-Ipx-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXRIP, gDll, 0, "ipxadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXRIP, me, 0, "ipxrip.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXRIP, colId, 0x00010001, 0x20000 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXRIP, , 0, %RtrMgr-Ipx-Rip-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXSAP, gDll, 0, "ipxadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXSAP, me, 0, "ipxsap.dll" HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXSAP, colId, 0x00010001, 0x20001 HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXSAP, , 0, %RtrMgr-Ipx-Sap-DispName% HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 950-f471-11cf-aa67-00805f0c9232, 0, "ifadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 951-f471-11cf-aa67-00805f0c9232, 0, "ipadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 952-f471-11cf-aa67-00805f0c9232, 0, "ipxadmin.dll" HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 953-f471-11cf-aa67-00805f0c9232, 0, "ddmadmin.dll" [Reg-RemoteAccess-Params] HKR, DemandDialManager, DllPath, ddm.dll" HKR, Parameters, RouterType , HKR, Parameters, ServerFlags, HKR, Parameters, ServiceDll, dim.dll" HKR, RouterManagers, , ; Perfmon HKR, Performance, HKR, Performance, HKR, Performance, HKR, Performance, Open, Close, Collect, Library, , , , 0x20000,

Title Confi DllNa Proto Title Confi DllNa Proto Title 58bdf 58bdf 58bdf 58bdf

0x00020000, "%%SystemRoot%%\System32\mpr 0x00010003, 0x1 0x00010003, 0x002702 0x00020000, "%%SystemRoot%%\System32\mpr 0x10 ;FLG_ADDREG_KEYONLY

"OpenRasPerformanceData" "CloseRasPerformanceData" "CollectRasPerformanceData" "%%SystemRoot%%\System32\rasctrs.dll"

[Strings] Msft = "Microsoft" ALG-DispName RasCli-DispName RasMan-DispName RasSrv-DispName Steelhead-DispName = = = = = "Gateway de camada de aplicativo" "Cliente dial-up" "Gerenciador de conexo de acesso remoto" "Servidor de rede dial-up" "Steelhead"

Snapin-Desc = "Roteamento e acesso remoto" Snapin-Group-Name = "Ferramentas administrativas" Snapin-HelpText = "Use Roteamento e acesso remoto para configurar e gerenciar o servio de roteamento e acesso remoto." Nt4RasAdmin-Desc = "Administrador de roteamento e servio remoto" Nt4RasAdmin-Group-Name = "Ferramentas administrativas" Svc-ALG-DispName Svc-ALG-Description = "Servio 'Gateway de camada de aplicativo'" = "Oferece suporte a plug-ins de protocolo de tercei

ros para o compartilhamento de conexo com a Internet e o firewall de conexo com a Internet" Svc-RasAcd-DispName = "Driver de conexo automtica de acesso remoto" Svc-RasAuto-DispName = "Gerenciador de conexo de acesso remoto automtico" Svc-RasAuto-Description = "Cria uma conexo a uma rede remota sempre que um pr ograma faz referncia a um nome ou endereo remoto DNS ou NetBios." Svc-RasMan-DispName = "Gerenciador de conexo de acesso remoto" Svc-RasMan-Description = "Cria uma conexo de rede." Svc-RemoteAccess-DispName = "Roteamento e acesso remoto" Svc-RemoteAccess-Description = "Oferece servios de roteamento a empresas em ambie ntes de rede local e de longa distncia." Svc-IpFilter-DispName = "Driver de filtro de trfego IP" Svc-IpInIp-DispName = "Driver de encapsulamento IP em IP" Svc-IpNat-DispName = "Conversor de endereos de rede IP" Svc-IpxFilter-DispName = "Driver de filtro de trfego IPX" Svc-IpxForwarder-DispName = "Driver encaminhador de trfego IPX" Svc-NwSapAgent-DispName = "Agente SAP" Svc-SharedAccess-DispName = "Firewall de conexo com a Internet (FCI) / Comparti lhamento de conexo com a Internet (CCI)" Svc-SharedAccess-Description = "Fornece servios de converso de endereos de rede, en dereamento e resoluo de nomes e/ou preveno de invaso para uma rede domstica ou de pequ na empresa." RtrMgr-Ip-DispName RtrMgr-Ip-AutoDhcp-DispName RtrMgr-Ip-Bootp-DispName RtrMgr-Ip-DnsProxy-DispName RtrMgr-Ip-Past-DispName RtrMgr-Ip-Ftp-DispName RtrMgr-Ip-H323-DispName RtrMgr-Ip-Igmp-DispName RtrMgr-Ip-Nat-DispName RtrMgr-Ip-Ospf-DispName RtrMgr-Ip-Rip-DispName RtrMgr-Ipx-DispName RtrMgr-Ipx-Rip-DispName RtrMgr-Ipx-Sap-DispName Nt-Authentication Nt-Accounting Radius-Authentication Radius-Accounting Eap-DispName Chap-DispName ConnFolderName ConnFolderSubDir ConnFolderTip NCW-Name NCW-SubDir NCW-ToolTip CmDefaultCmdKeyName TSV u = = = = = = = = = = = "Gerenciador de roteamento TCP/IP" "Alocador DHCP" "Agente de retransmisso DHCP" "Agente de proxy DNS" "Agente de protocolo PAST" "Agente de proxy FTP" "Agente de proxy do H.323" "IGMP roteador e proxy" "Converso de endereos de rede (NAT)" "Open Shortest Path First (OSPF)" "RIP Verso 2 para Internet Protocol"

= "Gerenciador de roteamento IPX" = "RIP para IPX" = "SAP para IPX" = = = = "Autenticao "Estatsticas "Autenticao "Estatsticas do Windows" do Windows" RADIUS" RADIUS"

= "Smartcard ou outro certificado (TLS)" = "MD5-Challenge" = "Conexes de rede" = "Acessrios\Comunicaes" = "@%systemroot%\system32\netshell.dll,-1201" = "Assistente para novas conexes" = "Acessrios\Comunicaes" = "@%systemroot%\system32\netshell.dll,-1011" = "Connection Manager Profile"

W =5

t<\tS

u # E

Pu L5 M E

V 545P e+E

S Ut" ?t *t \Pu E U u 8t+ U tE =<5

Ph5 t- Ph5

uu U

Pud5 u uX5

Pu

_^[5

WPu

SP E t u}

uWu ProcessDirforShortcuts[1]: [2]\U lSVWjju hl5h 5j+?

VPu

h 55PC P 455 +Pj{W \ t h5PL5 E l5E 5 uE 5u W%5 E45 EP 5 _ SRPQ 5jS VRPQ

8 P Puu 5 5q EPh 5(5 u^ VP jPjj5 t? 5 jRPQ |' E gP P Puu 5 5s eh5uG\d5 uX5 '_^[ scheduling removal AddShortcutToComponentId[1]: [ 5 u 9]t u4 E ]P5 5 u\Vu @P E Y EPWVu Wu

h5h5h5VX<VVSuWuu

uu dSWq Y9]^t u 9]t u _[[#]scheduling removal AddShortcutTarget[1]: [2] [3] [4]U 5r W39ut u E uP5 5 }5 fj@ YE EP Pjub u Eh5 P45u5 5 q9Et u_ e EP5 5$ I EE(P EPSu EP P EPh 5 u= VP P

5 3PPP P:

Pu(5 Su @P E? Y EPVSuZ Vu

h5h5h5S9SS

jPVuu

uu PV Y3M E_\

M E\9ut u3 9ut u& ^[U SV u W }

V5 M

Vu 5 >\t;u E

u95tV

# =

5 Eu.h

5j$ =

5uhh

55 =

5tBh

5u (5 t0 E V 55 M + E

* LQSPP

E 3_^[] advapi32.dllCheckTokenMembershipU TSP T @5 tG dt jX E3PSSSSSSh MQuSV 5 E ]Ph 5P5 tn EW =(5PSSjuu Y;tA EPuVju t'9v# ~ C ;rEV Yu 5_u,5 E^[RemoveTempFilesRemoveTwiddleTempFilesEmptyRecycleBinCo eOffice97ShortcutLnksAndTmpsRemoveDuplicateWWINTL32DLLRemoveFindFast95ExeRemoveI nternetExplorerCacheFilesRemoveNetscapeCacheFilesU V 5<5W } h 5W u9E

+uuPh

5W u9E

uujuP h 5W u9E

uuuh 5W u9E

uuuj_ h 5W u9E

uuuja$ h6 5W u9E

tsuuu xhR 5W u9E

tRuuuWhf 5W u9E

t1uuu36h 5W u9E

tuuu jXuuWj1s3_^]RemoveTwiddleTempFilesRemoveTempFilesTEMPDIRTEMPDIRU SV3W9

5u$

5uuVPjuBr tdh4

5,;tL39u 39u

P P45W uu jVSjVPnt th<

5,;ujX_^[3RemoveInternetExplorerCacheFilesU V3uu

Vh

5ju q t?

VPVhhh `139u P

uVVjjVPs^

RemoveNetscapeCacheFilesU V3uu

5juq t? VPVhhh 039u P Vhl

uVVjjVPCs^

EmptyRecycleBinContentst$

t$

j 5j ht$ p

RemoveOffice95ShortcutLnksAndTmpsRemoveOffice97ShortcutLnksAndTmpsOFFICE95DIROFFI CE97DIRU } _,5tP5SVWuujPju

_Et5tE 5u * j _ 55 } } _uS\+

SP45

P+

Qh

WjWWj{Pq tZS uu

WjWWj|Pq t<S uu

WjWWhP q tu) / _^[3SYSDIRRemoveDuplicateWWINTL32DLLWORD95DIRWORD95DIRSY

jh5ju n h5( tLP

P P + Qj}P

Po tTh5

5W(P

P+ Sj}P

Ph

P o ujX39E P

P\s_^[

OFFICE95DIRfindfast.exeRemoveFindFast95ExeOFFICE95DIRU

Vhl5' VP45

hx5P85

Pn te EjP EP

P . tK Ef= s?V8(

P r t*uu

jh 5ju^l th 5C'R3jX^

jX

t$

t$

t$

jj0

t$

t$

t$

jj0

t$

t$

t$

jj0

t$

t$

t$

jj 0

t$

t$

t$

jjq0

\Microsoft\Internet Explorer\Quick Launcht$

t$

t$

h5j,0

jXjjKjjAjj

7 -jj#jjjjjjjjjjjjjj jjjjjjjjjjjj jj mjej

jjjjj j j j j }j uj

] j P Uj j 5V> MjE p j5N =j5 | j 5z -jj=5 55tt$ j6V t >ujX^3OPCMIGOFFICEOPCDETECTWORD97OP ETECTEXCEL94OPCMIGEXCELOPCDETECTPOWERPOINT97OPCDETECTPOWERPOINT95OPCDETECTPOWERP OINT94OPCMIGPOWERPOINTOPCDETECTACCESS97OPCDETECTACCESS95OPCDETECTACCESS94OPCMIGA CCESSOPCDETECTACCESS97RTOPCDETECTACCESS95RTOPCDETECTACCESS94RTOPCDETECTOUTLOOK97 .98OPCMIGOUTLOOKOPCMIGOFFICEOPCDETECTPROJECT98OPCDETECTPROJECT95OPCDETECTPROJECT 94OPCMIGPROJECTOPCDETECTPUBLISHER5OPCDETECTPUBLISHER4OPCDETECTPUBLISHER3OPCDETEC TPUBLISHER2OPCMIGPUBLISHEROPCDETECTFRONTPAGE98OPCDETECTFRONTPAGE97OPCDETECTFRONT PAGE1XOPCMIGFRONTPAGEOPCDETECTOSB97OPCDETECTOSB95OPCDETECTOSB94OPCDETECTBINDER97 OPCDETECTBINDER95OPCDETECTPHOTOED97OPCDETECTIMAGER95OPCDETECTIMAGER94OPCDETECTPH OTODRAW1U b5SWj@ Y3 f } P EP E3Pj Shu5W ] ] ] ] ] 5u;v E E E E E P P P EP EPj h5h5W ] ]Q MP E 5u;Ev E E E E E P P P EP EPj h5h|5W ] ]q MP E 5u+;Ev E E E E E P P ESP EPj ^ VhV5hk5W ] ] ESP E M 5u];Ev E E E E E ESP EPVh5hJ5W ] ] ESP EPjh5h5W ESP EPjh5h 5u ;Ev

;u EuS E E; ESSSSh" }~68 5h5W t. P SSSSh2 55h5W jS SSSShB SPQ# 5hXu 5W u SSSShR5h5W PuhSSSShf 5W S 5h5Wz

9}t'9}t" 0 E E Eu.!5Puu q;t.;~* E;~#

E;t M9} t Pu 45_^[Software\Mic

|{ t

Pc u

5W 5;~ $;Wu

(5 u/9EtF E

VRPQ( |u

PkY Yu } 3h5ud5 t } EuX5+}Wj{u

U S3S ],5 : EPh25jSh15(5

E URh65P W } h5WL5 E VW b E h

P(5 uW9]ti

VPjWSS5 E

SRPQ |* E

VRPQ( |u

PwjY Yuh

]EuX5+} Wj{u %^ EPQ _ EPQ 05 E[

MSOFFICE.EXE-oosa9.exe-oOSBShortCutFiles11OPCMIGOSBCUAUTOOPCMIGOSBLMAUTOSoftware \Microsoft\Office\9.0\Shortcut BarSoftware\Microsoft\Office\9.0\Common\Migration \Office l Autostart 33 U dP SVW33 $P ;t h jB h hP 8 dtS PdPcW $P dP jBP 5 8 + dQj{P PY 5 d

jj- =:uuu

Wj( t e u EP 55: :u8 t tu tu }u

Wj*? }u EP < t< uW=0/uuu

uj+ 5(53h&*5W ] u

ESh.*5W uj[Bh6*5W th>*5W thJ*5W thR*5W thZ*

>uuu

Wj8*uu

juSWuu

Wj)uu

uj,yS3_^[

OPC%uFEATUREPATHF%u%c%c%cLCID%u%luU R,5SVWj@ e e

Y3 5

E45

P5 8uuhV,5P F@

uZ,5P P55f D u

h^,5P45

P5 <5 t\ EEPhj,5W

un,5P

P55e F@P ur,5P

P55 e D u 505

VP45

P5 8u39~H H F9~DP H F9~@P H FP Ehv,5P E Eu~,5P

P5

u8 EuEuh/5u5

P P55yb8 tS SP E0(EE E] E9 g9@5E@5

EEuh /5P5

E P P P55a8 t# ESS PW E EE E0 ] E9 kh$/5W45W5Sh0/5 EEEP5

EP

P55Ea un8 tf EEP EP

P P55a u8 tS

SP

E9u SSSSSh8/5SSSSjh@/5SSSSjhH/5 EEP EPhT/555_S ESPP3 8T E QP3

P P55l_8 t

EP PV]u?E u ]j;jX_^[V p

t$

6V tjm >ujX^ 3RISKYSAFESAFE-OFFICEAFTER97INSTALL0U S ]

V uW339} VSWW Ph35 $VSWWjh35

VSWWj 5;t:;u6 h35 F ;t/f 9} t 45E f U tjUR XVSWWPh35 URPQ] }1u j[ 9=5 E E;t 5vC M X@ HH ; u Et u

9xD

9= 5 }

ujSv tj

9~ JjX3_^[

U S ]

V W 1u3uWWjS(I

505;tK9~Du F@$ 9} t.9~@u) 5$ ;tuuWVPSH vL

F@ 9} ujX9~@t$ FH ;tuuWVPShH tW vLuuhf55S5C t=uuWWj SH tD3jX_^[]t$) t

S:H

L$ j H@X3 t$ t[ T$H@ xHVW tC39=H5t9@565Pt$6X

j0G X ~u L5jX_^3 U VWuun tdu V45 E

=05 F@ E FD E FH05tu7<5

t ? L ?u j FL 7X_^]uujj'H3VjPj@5 ut$

t$

Pj"G ^ V 505 tVt$

4 < 05^ <5 t5 50 5 vL %@ u 5 < ^4A;6 %8 5 3^ 5 t 4 U 5 DP t V D 54 P5 [Xr t1 F@P P = 5 45VP_H 5t6t$ P P D^05V 55

5u < @ <5~ 5t)Qt$ 5 t t %@ D > ( u3^ 5 53jA@ X4 @5 8 D @ 5t)Pt$ 5tPt$ ( 5 (5 8 u 5 ~ D 85u t385t$ H@#85 @5 @ %@53OFFICE97DIROFFICE97DIRV 585hB:5 t Pt$

<5 t

hN:5 jX3 585^U SVW }

? u5@5 <5 tPW t%u 2 uu 5@5u_ u P 5@5Eu 545Wu

G@P 6 D >u =<5> <5t DjX_^[] u 6 VhH } j@5 ut$

t$

Pj"TD ^X:\%s\U DS ]

VW

<\

SGE

ht;5P45

PH5 ^ U s

tY<\uJ & PSL

?tW5 V5 =5

PtQ

5 6 D j >uP> 5Dj ]X_^[ 585S U H t%P ehu P<5 t S 585

585P(D ts =5u P

P: j@ EuP, E

Pj

jPu 5 u9 EEP EP E P EjPu

5 u } t eu

5 E

U DWhu

P j@ EuP } E

Pj '

jPu 5 u5 EEP EWP EjPu

5 u }t 'u

5_U DVj@u

EP2 u E

P E &VP EjPu E

5 u }t &^

U V uuVuu

u u

>t Vu >tVAV B u ^]U S 5V u

W }tV |0\u V d0 O t2G }3 t \u P5 u t &M uV

&_^[] VW |$VWt$ '5

EVP >tV@V+A u ^ U SV uVuu

u 3:u3<"Wu1V5P FPV N

:t "tP5 r9]tJV 58 =5 t" 8.u@ 8Eu@ 8Xu @ 8Eu P8u :t0< t,<,t(V =5<,t< u V 8-tV :u jX_^[]\U

ESVW }

u3

@ t5 EPu yQ ;t# 4r 6Pj@5; EujSSj">3_^[PVuu 4Q u3I E

P EPh@5uQ t }

4r9] Mt A A9] t A

A Mj^ u5 U E SVW tl 8tg }t }

t[ 55

t<\u Q uW } t }

t)S5;EsSu

45 }tW 'jX3_^[]SV t$

tG >tB \$ t: U -5W t \u P uW ';_ ]t 8tjX3^[U hP5 P3>u u

Pu

32\U V hP5

P=u

Pu tP

P5

h B5V<5 u*V\5u

Pu c u3jX^

Vt$ n= t$

tvvt$6- tjX3 F

^U EE E E E E E EPh*C5u

uv EU Pj&J t%

P<u u

Pu tC

PjdjUh t)

P <u

Pu \ u3jX

X:\U SVW SP5

PC< =5

P +Qh V >tV

<u

Pu ] & P+ SWV >tV; ] Su

Pu

Ph tS

Pu U

PWP tS

Pu $ EA

h0D5P45 E

PH5 ufV

h P

P:S

Pu tHV

WP

P:S

Pu tE }Z `jX_^[

3msffile.dllvba??.dllSYSDIRROOTDIRU S3VSSSSSSSSSSVVVSShF5Sh0F5j 9p5j uu

VVSSh 8 t h8F5u u u

PjjRjPjO

Pu h S t<l5Vj8l5tV 9uu

Vu ` S ujX^[

PjSjAh W8 tu

Pu tQh ^SX tl5Vj_8l5tV9uu

Vu tS uo3kU V uu Vuu

/ >t Vu >tV8V8 u ^]U Pj EuP

Eu Pr j

Eu

Pd }t! EPhu EhH5P EP5h Euh H5P EP5 M38 soa200.dllOFFICE94DIRsoa200.dllACCESS94DIRU SVW j3PSjFh

Pu . h

vSp tMl5Wjw8l5t.W7jVVjhW

uuu

Wu t1S# ujuu

VVjhhh H5u u3!SSSSSSSSSSVVVSShH5ShH5j_^[

U QQ e eVu6 tu EP EPu m tj^3 Uf u U M Ef u W }f;}

_u&f9Uu Ef;s f;s f;r3jX#^\U QS ] VW =5S VS5 8\t

hJ5V45S+Qu

V5P 3S } } 5 tu EP E PS tj_ U &f u UM Ef u u f;uu&f9U u Ef;s f;s f;r3jX#_^[MSAPPS94DIRU SV W3PSh!jDS8 j_t; P4WVVW

Pu t\

SPShh tDWVV

WP u0WS

SP= tu

Pu 2 u3Wuu

VVWjkh hxK5u _^[

PjjHjGj1 tu

Pu tjX

SYSDIRSYSDIRVhL5 t5h5Vj tt$t$Vt$} t

hL5 3jX^

MSAPPS94DIRU S V3PSh*jDS~8 t=

PA3jVSj jmP- uu

Pu t_

SPShh tGjVV

jPJ u1jS

SP tu

Pu u3 juu

VSjjmh hM5u s^[

xlintl.dllxlintl.dllOFFICE94DIRxlintl.dllEXCEL94DIRU SV3W SPSjIh P tmjVV

Pu

jLPjKjJ

8 t}

Pj8 tg

Pv1SSSSSSSSSSVVVSSh(

Pu h ES? tJl5WjF8l5t+W0jVVjjhW uuu

Wu t.S ujuu

VVjjhh h4N5u u3!SSSSSSSSSSVVVSSh@N5ShLN5j_^[

MSAPPS94DIRMSAPPS9XDIRU SVW

3PWh+jDWU j[t@

P0SVVj

joP

Pu

SPW h,W tESVV

jP u0SPP

Pk tu

Pu ` ^

jPjh;W tESVV

jP u0SPP

tu

Pu SPjh<W2 tESVV

jP] u0SPP

P tu

Pu

SPjh=W tASVV

jP u,SPP

PP tu

Pu E tGS uu

VVjjoWh6P5u - t#Suu

VVjjoWhBP5u t 3_^[

MSAPPS94DIR t= U P-j VPjhVVj jDjjpP uu

Pu | t juu

VVjjph h R5u d^

PjjEjDj tu

Pu tqVW

WP5

P- 55

P+

Wh P

Py

P,u

Pu _^

MSAPPS94DIRU

VPjh.jDj t=

P},jVVj

jqPi uu

Pu * t juu

VVjjqh hS5u ^

MSAPPS94DIRMSAPPS94DIRU SV

W3PSh/jDS8 tS

P+jVVj

jrP

Pu d t`

jPShh tGjVV

jP u1jS

SP tu

Pu u3;jVVVSSW Wh|T5 jtXuu

VVjjrWh T5u _^[

MSAPPS94DIRU SV

W3PSh0jDS8 j_t;

P *WVVW jsP uu

Pu D t\

SPShh v tDWVV

WP u0WS

SP tu

Pu u3Wuu

VVWjsh hU5u _^[

OFFICE94DIRU SVW3 WPWjMh j [tESVV jP u0SW

WPM tu

Pu B

SPWhh p tESVV

jP u0SW

WP tu

Pu a

WPhhL t@

P(SVVj

jiP uu

Pu |

WPhh tV

PS t@

PX(SVVj

jiPE uu

Pu

hNjG tKl5WjN =l5t*W'SVVjjiW uuu

Wu t1j uSuu

VVjjih hV5u _^[

3OFFICE94DIRU SVh 3S t8l5Vj8l5tVX'uu

Vu # t3Ss ujuu

PPSSh h Y5u ^[]

3SYSMENUPROGRAMSDIR*...SYSMENUPROGRAMSDIRSYSMENUPROGRAMSDIRU SVWh Y5o E 545

Pu t\Sud5 nuX5hY5 E juu

PPjjhhY5u r_^[

uX53wwintl.dllOFFICE94DIRwwintl.dllOFFICE94DIRwwintl.dllOFFICE94DIRwwintl.dllWORD94DIR

Pu ^ u

h6[5P

SPShWq

jVV

jP uvjS

SP tbSSSSSSSSSSVVVSShB[5

Pu u

hN[5P-

PjjRjPjO8 t[jVVj

jjP uCSSSSSSSSSSVVVSShZ[5 SPS

Pu h

hSb tJl5Wji8l5t+W#jVVjjjW uuu

Wu t.S ujuu

VVjjjh hf[5u u3!SSSSSSSSSSVVVSShr[5Sh~[5j_^[

U u P45 =5u t/

5V

jP5 55

P \u

P 3

tAS P5 \u

t:t 8u [tu &

uPu

tjX^MSAPPS94DIRU S V3PSh2jDS8 t=

P !jVSj

jtPo

Pu 0 t_

SPShh b tGjVV

jP u1jS

SP tu

Pu u3 juu

VSjjth h^5u ^[

*U DSVWu &u545

P h_5P85

PL5 u P

Pcl EPu(5 U

PjVjUh d tn

VP 55

P+

Qh P

Pu tu u uuu

u- u3jX

MSO5???.DLLSYSDIRU S3VSSSSSSSSSSPPPSSh

b5Shb5j SPSS jSV78 tu

Pu

SPSSjTV8 tu

Pu tUheS_ t8l5Vj 8l5tVuu

Vu y tS' ujX^[

3MSAPPS9XDIRMSAPPS9XDIRmsain300.DLLOFFICEROOT95DIROFFICEROOT95DIROFFICEROOT95DIRmsa in300.dllACCESS95DIRU

SV3W SPSjWh %jVV

jP6 jS SP hc5b; E =5u

Pu u

hFc5P3 hCS= tbl5Wj8l5tCW jVVjhW{ u(uu

Wu B tFuu

hVc5W t1S ujuu

VVjhhhfc5u u3!SSSSSSSSSSVVVSShvc5Sh c5j]_^[

MSAPPS9XDIRU V jPjhh tT

Pj t=

P jVVj

jkP

Pu C t juu

VVjjkh he5u +^

OFFICEROOT95DIRU V jPjjXh 7 tCjVV

jP\ u-jPP

P tu

Pu t#juu

VVjhh hbf5u ^

MSAPPS9XDIRU V3 VPh7h6h tCjVV

jP u-jV VP tu

Pu t#juu

VVjh"h#h g5u ^

MSAPPS9XDIRU V jPjh:h tDjVj

jP u-jPP

Pb tu

Pu W t!juu

Vjjjnh hg5u >^

xlintl32.dllOFFICEROOT95DIROFFICEROOT95DIROFFICEROOT95DIRxlintl32.dllEXCEL95DIRU SVW

Pu ; u

h`h5P hS t_l5Wje8l5t@WjVVjjhW u(uu

Wu tCuu

hph5WE t.S] ujuu

VVjjhh h h5u u3!SSSSSSSSSSVVVSSh h5Shh5j_^[

MSAPPS9XDIRU VW3 WPWj?h p tBWVV jP u-jW

WP tu

Pu tWuu

VVjjph h,j5u _^

MSAPPS9XDIRU VW3

WPhhh tCjVW

jP u-jW

WP@ tu

Pu 5 t#juu

VWjh h hj5u _^

MSAPPS9XDIRU V jPhhh # tCjVV

jPH u-jPP

P tu

Pu t#juu

VVjh h htk5u r^

OFFICEROOT95DIRjt$t$PPjjh hl5t$(4

ppintl.dllOFFICEROOT95DIROFFICEROOT95DIROFFICEROOT95DIRppintl.dllPOWERPOINT95DIRU SVW

Pu 6 u

hdl5P hS t_l5Wj`8l5t@WjVVjjiW u(uu

Wu tCuu

htl5W@ t.SX ujuu

VVjjih h l5u u3!SSSSSSSSSSVVVSSh l5Shl5j_^[

OFFICEROOT95DIRU VW

j3PWj[h g tCjVW

jP u-jW WP tu

Pu t#juu

VWjhhh0n5u _^

wwintl32.dllOFFICEROOT95DIROFFICEROOT95DIROFFICEROOT95DIRwwintl32.dllWORD95DIRU SV3W

Pu u

hn5P, h<S6 t_l5Wj8l5t@W jVVjjjWw u(uu

Wu > tCuu

hn5W t.S ujuu

VVjjjh h o5u u3!SSSSSSSSSSVVVSSho5Sh(o5j\_^[

MSAPPS9XDIRU V jPjh>h tDjVj3

jP

u-jPP

P\ tu

Pu Q t!juu

Vj3jjuh hp5u 8^

jPjjhh ) tu

Pu tjX

U jPjjhh tu

Pu tjX

U jPjjhh tu

Pu G tjX

U jPjhhh < tu

Pu tjX

@:\U S h r5P45A

PH5 uu

Pu t Z~jX[

3mso7???.dll SSSSSSSSSSVVVSShr5SWS_ mso7???.dllmso7???.dll tQjVVj hW mso7???.dll u<h W#C mso7???.dll u-Wj8 U l5t SVWhW 3S l5Wjq

uu

Wu S2 k SPSShh 8

P45 =5

P+

Qh P

8 tsSSSSSSSSSSVVVSSh s5

SPS[ tMjVVj hP u2 h PB uu

Pu W 8 SPSh jVVj h h Pe uv

h P A uaSSSSSSSSSSVVVSShs5 SPS Pjh

Pu c SPShahW8 u u

jVVj hP uv

h P@ uaSSSSSSSSSSVVVSSh(s

Pu SPShWhbW8

jVV

j Pf uv

h P5@ uaSSSSSSSSSSVVVSSh8s5

Pu f u3jX_^[

mso7???.dll W8 mso7???.dll tsSSSSSSSSSSVVVSSh(w5 mso7???.dllOFFICEROOT97DIR SPS' mso7???.dll tMjVVj h OFFICE97DIR P u2 U h SV3W P> SPSh uu h

Pu T

SPShahW[8 tsSSSSSSSSSSVVVSSh8w5

SPS tMjVVj hP u2

Pu 4

SPhWhbW

jVV

j P uljS SPd tX

h P= uCSSSSSSS

Pu j VVjh W hu"h S W9= t\l5Wj uuu g8l5t=W

Wu t,Sb ujuu

VVSSh hXw5u u3!SSSSSSSSSSVVVSShhw5Shxw5j_^[

msain800.dllsoa800.dllOFFICEROOT97DIRmsain800.dllsoa800.dllOFFICEROOT97DIRmsain8 00.dllsoa800.dllOFFICEROOT97DIROFFICEROOT97DIROFFICEROOT97DIROFFICEROOT97DIRmsai n800.dllsoa800.dllACCESS97DIRU SV3W SPShh jVV j P uvjS SP

Pu u

h@z5P[

jPhhh jVV

j P uvjS

SPd tbSSSSSSSSSSVVVSShPz5

Pu 3 /u

hlz5P

PWhh 8 tuSSSSSSSSSSVVVSSh|z5

SPSP tOjVVj WP u

Pu u

h z5P twh!S tlhl5j8l5thl5gjVVj Whl5V uuu

hl5u tuu

hz5hl5 u 3_^[

juu

VVj Whhz5u tjuu

VVj Wh hz5u tSSSSSSSSSSVVVSShz5Shz5j MSAPPS9XDIRU V jPjhh tT

Pu t juu

VVjjkh h}5u ^

OFFICEROOT97DIROFFICEROOT97DIRU V

jPjhh tbjVV

j P uLjPP

PW

Pu L tu

h~5P u3#juu

VVj hh h~5u ^

MSAPPS9XDIRMSAPPS9XDIRU SVW

jPhA h@W

j [t^SVj1

jP. tSVj2

jP u2Sj jPg tu

Pu \ :

jPjhW t^SVj1 jP tSVj2

jP u2Sj

jP tu

Pu

jPjh?W tZSVj1

jP> tSVj2

jP( u.Sj jPw tu

Pu l tNSu#u

Vj1jSWh| 5u O t%juu

Vj2jSWh

5u / tjX3_^[

U fl 5Wj@f

Y3 jf

Ph h h _tXjj

jP tB t9jPPj

Pu r tjX

MSAPPS9XDIRU VW3 WPWhh tBWVW jP u-jW

WP tu

Pu tWuu

VWjjnh h 5u _^

xlintl32.dllqryint32.dllOFFICEROOT97DIRxlintl32.dllqryint32.dllOFFICEROOT97DIRxli ntl32.dllqryint32.dllOFFICEROOT97DIROFFICEROOT97DIROFFICEROOT97DIROFFICEROOT97DI Rxlintl32.dllqryint32.dllWORD95DIRU SV3W SPS hW jVV j P2 uvjS

Pu Q Du

h 5P %

jPShWc jVV

j P uvjS SP tbSSSSSSSSSSVVVSSh

Pu u

h 5P | Pjhhh C8 tzSSSSSSSSSSVVVSSh 5

SPS tTjVVj jhPM u<

Pu u

h, 5P h S tcl5Wj88l5tDWjVVj jhW u,uu

Wu uu

h< 5W tuS, ujuu

VVj jhh hL 5u \ tGjuu

VVj jhh h\ 5u 8 t#SSSSSSSSSSVVVSShl 5Sh 5j 3_^[

OFFICEROOT97DIRU SV3W SPS hW tGjVV

j P8 u1jS

SP tu

Pu }

jPShCW tCjVV

j P u-jS SP( tu

Pu t\

jPShDWR tGjVV

j P| u1jS

SP tu

Pu u3#juu

VVj hh h

5u _^[

U V3 VPVh h tGjhV

j P u-jV VP. tu

Pu # tjX^

MSAPPS9XDIRU V jPhhh 1 tDjVj3 jPU u-jPP

P tu

Pu t$juu

Vj3jh h hf 5u ~ ^

OFFICEROOT97DIRU V jPhhh tCjVV

j P u-jPP

P tu

Pu t#juu

VVj h h h 5u ^

MSAPPS9XDIRU V jPjhh tCjVV

jP u-jPP

PS tu

Pu H t juu

VVjjsh h 5u 0 ^

outllib.dllOFFICEROOT97DIRoutllib.dllOFFICEROOT97DIRoutllib.dllOFFICEROOT97DIROFF ICEROOT97DIROFFICEROOT97DIRoutllib.dllOUTLOOK97DIRU SV3W SPShh

jVV

Pu u

hn 5P`

SPjShh 8 t SSSSSSSSSSVVVSSh~ 5

SPS tYjVVj WP

Pu I [u

h 5P u ; PWhh 8 tySSSSSSSSSSVVVSSh

SPSe tSjVVj WP u<u

Pu u

h 5P" h2 S,

tgl5Wj8l5tCW{jVVj hWj u(uu

Wu 1 tGuu

h 5W t2S

ujuu

VVj Whh 5u u3!SSSSSSSSSSVVVSSh 5Sh 5jK_^[

MSAPPS9XDIRU V jPjhh tCjVV

jP u-jPP

PM tu

Pu B t#juu

VVjhh1h 5u ' ^

ppintl.dllOFFICEROOT97DIRppintl.dllOFFICEROOT97DIRppintl.dllOFFICEROOT97DIROFFIC EROOT97DIROFFICEROOT97DIROFFICEROOT97DIRppintl.dllPOWERPOINT97DIRU SV3W SPShh

Pu 7u

hr 5PU

SPSh hW8 tzSSSSSSSSSSVVVSSh

SPS tTjVVj jiP}

Pu > u

5P x

PjihW 8 tzSSSSSSSSSSVVVSSh

SPSc tTjVVj jiP u

Pu u

h 5P h/ S) tcl5Wj8l5tDWxjVVj jiWj u,uu

Wu 1 uu

h 5W tuS

ujuu

VVj jih h 5u tGjuu

VVj jih h 5u t#SSSSSSSSSSVVVSSh 5Sh 5j+3_^[

OFFICEROOT97DIROFFICEROOT97DIRU SVWj[

S3PWhh Et[SVW jP tShj

Pu tOSuu

VWjWVh 5u t'Suu

hjjWVh 5u

t 3_^[

SYSDIRSYSDIRU VW jPhg hfW Pj P h 5 tp 8tfjVVjh P- uh 5% tC jPh h W( t; P

P P

Pu jX_^

U jPjjhh tu

Pu O tjX

wwintl32.dllOFFICEROOT97DIRwwintl32.dllOFFICEROOT97DIRwwintl32.dllOFFICEROOT97DI ROFFICEROOT97DIROFFICEROOT97DIROFFICEROOT97DIRwwintl32.dllWORD97DIRU SV3W SPS hW

Pu Hu

hH 5Px )

jPhhW

jVV

j P5 uvjS

SP tbSSSSSSSSSSVVVSShX 5

Pu T u

hh 5P |

Pjjhh 8 tzSSSSSSSSSSVVVSShx 5

SPSu tTjVVj jjP

Pu u

5P1 hA S;

tcl5Wj8l5tDW jVVj jjW| u,uu

Wu C uu

5W tuS

ujuu

VVj jjh h 5u tGjuu

VVj jjh h 5u t#SSSSSSSSSSVVVSSh 5Sh 5j=3_^[

MSAPPS9XDIRU V jPjhh tT

Pj t=

PrjVVj

jkP^

Pu t juu

VVjjkh h 5u ^

MSAPPS9XDIRMSAPPS9XDIRMSAPPS9XDIRU S3V

SPSh>h tlSVV jP! t*SVV

tSVV jP u-jS

SPG tu

Pu < tkWSu u

VVjjuWh

5u # tCSuu

VVjjuWh

5u t$Suu

VVjjuWh

5u tjX3_^[

jPjh h tHjhj j P u-jPP

Pf tu

Pu [ tjX

msffile.dllvba??.dllSYSDIRmsffile.dllvba??.dllSYSDIROFFICE94DIRPROPROOPCMIGOFFIC ETYPEU S39] VW ] M

; E ?; | E; u q M D5; taSjuW t&jWSSSSSSSSVVVSSh, 5ShD 5j

G 39p5 @@ E S E SPSSu

]SSSSVVV5p 5ShL 5Shd 5j jPjSjAh 8 t PN u, PjjRjPjO8 t Pu45 E8t>39p5 @@ E,5;t#;tx 5 | 5u 5Qh 5P5 E3_^[

OFFICE94DIROFFICE94DIRU S39p5 ]t jX VWh@ 5 ] ] =5; P

P458

ACCESS94DIRVWjVV3jWWhWh 5

ujjWVVjWjFh tjX_^U $j Eu P"/u$

Puu

u5

P+

}t'

P MQP45

P t]f }thu( E$P E P

msffile.dllvba??.dllSYSDIRsoa200.dllsoa200.dllsoa200.dllsoa200.dllmsffile.dllvba? ?.dllSYSDIRmsffile.dllvba??.dllSYSDIRsoa200.dllOFFICE94DIRmsffile.dllvba??.dllSY SDIRsoa200.dllOFFICE94DIRU E

S3W; ] ]t Ej

PW ]

u3 EV E;

ESP PVVjShSjWu u* ESP

SSSSVVV5p 5Sh 5SPS u E

E]D5; E EjP

PVVjh 5hSjWu_

us EjP P

@ 9] 9p5 E; EtTS jPuV

t/S ESPSSu

SSSSVVV5p 5Sh5Sh(5jc

uc E ]

E 9p5tSD5; EtGhjuP

u!Sjuu

u E ]

E E M

@ E EjP` 9] 9] tt EPh05hH5 Eu

PS SPVVj5p 5WhP5hhh\5j

EPhh5h 5 Eu

PS SPVVj5p 5Wh 5:SSS ESPSSSVVjSWShhh 5jv SSS ESPSSSVVjSWSjSSjFh

E^_[

EXCEL94DIRVWjVV3jWWjhWh5 u2jWWVVjWjIh 2 ujVVjjjhjKjJjL tjX_^xlintl.dllxl lvba??.dllSYSDIRxlintl.dllOFFICE94DIRmsffile.dllvba??.dllSYSDIRxlintl.dllOFFICE9 4DIRmsffile.dllvba??.dllSYSDIRxlintl.dllmsffile.dllvba??.dllSYSDIRxlintl.dllOFFI CE94DIROFFICE94DIRU M

S3W; ] E; Ej PW ] m E E E;t E MD5V

E; E 1 EjPuVVjhX5jhSjWu EjPuVVjh

@ 9]uo9p5tg E; Et]h juP

u7hZjuus

u!Sjuua u E ]

E E M

@E Ej

EP 9] w9] E] Ph 5h5 Eu

PSSuVVj5p 5Wh5jhh h5jL

EPh5h5 Eu

PSSuVVj5p 5Wh5jhhZh5j

EPh5h5 Eu

PSSuVVj5p 5Wh$5SSSjIh P

Ph05hH5 Eu E

PSSuVVj5p 5WhP5}SSS ESPSSSVVjSWSjhh h\5j SSS ESPSSSVVjSWSjhhZhh5j` SSS ESPSSSVVjSWSSSSjIh

POWERPOINT94DIRSUVWj[3SVVj_WUUjiUh,5y unSUjiVVWUjMh uVSSUVVWUhh u<SVV 5 D$jPW \$^ D$ D$ D$;tD$ L$D5UV D$; D$ Y D$SPt$4VVjSjiSjWt$@ D 5 L$( 9\$um9p5te D$; D$tYh jt$4P u&Sjt$4t$ u D$, \$ D$ D$ @ ;up 5 L$(D$ D$j D$P" 9\$ n9\$$SSS D$SPSS t$HVVjSWSjih h5j SSS D$SPSSt$HVVjSWSSSSjMh SSjMh W SSS D$SPSSSVVjSWSjSShh 1 SSS D$SPSSSVVjSWSSjihhU SSS D$SPSSSVVjSWSjjihhUz D$^]

WORD94DIRSUVWj]3UVVjWWjjWh5u uGUWWVVjW jNS= u.UWWVVjWhS& uUVVjUjjjRjPjO dllmsffile.dllvba??.dllSYSDIRwwintl.dllOFFICE94DIRmsffile.dllvba??.dllSYSDIRwwin tl.dllmsffile.dllvba??.dllSYSDIRwwintl.dllmsffile.dllvba??.dllSYSDIRwwintl.dllOF FICE94DIRU M

S3W; ] i E; ^ Ej

PW

]~ > E E E;t E MD5V

E; E

EjPuVVjhb5jjSjWu%

EjPuVVjh

@ 9]uY9p5tQ E; EtGh juP u!Sjuu

u E ]

E E M

@E Ej

EP 9] u9] E] Ph 5h5 Eu

PSSuVVj5p 5Wh5jjh h5j

Ph5h5 Eu E

PSSuVVj5p 5Wh5SSSjNh

Ph5h5 Eu E

PSSuVVj5p 5Wh"5SSShh

Ph.5hF5 Eu E

PSSuVVj5p 5WhN5|SSS ESPSSSVVjSWSjjh hZ5j SSS ESPSSSVVjSWSSSSjNh SSS ESPSSSVVjSWSSSShh

ARTGALLERY94DIRSVWj[SVV3SWWjkWh5p u2SVVSWjkh!jDWt uSWWVVSWhh t _^[U SVVjS h,W uEUSSVVjSh;W u.UUSVVjSh<W~ uUUSVVjSh=Wg t _^][IMAGER94DIRV 5m ujVVjWjph-jDWq tjX_^MSAPPS94DIRU QSV3WVVV EVPVVVWWj VSVVjph-jDV u VVV EV

MSINFO94DIRVWjVV3jWWjqWh58m ujVVjWjqh.jDW<q tjX_^MSQUERY94DIRSVWj_WVV3WSSjrS DW p uSWWVVSWhh t _^[U u tNV u P45 55 P+ Qu

P[

P ^ U P38 p5U SV u 3VSjQjPjO+ 8uVjhjPjO

; E ?; E; u M H5; t]SjuW{ t&jWSSSSSSSSVVVSShX5Shh5j

G 39|5 @@ E upS ESPSSu

]SSSSVVV5p 5Shp5Sh 5j

t5 E

9t)Sh h 5un t39|5 @@ E T E 3_^[]

5;t<;t8

5;u 5;t;t5

55Ph5Q[ E ACCESS95DIRMSAPPS9XDIRMSAPPS9XDIRU VWjVV3jWWhWh5h

S3W; ]t

ESPW ]or u3: E E E;t E MH5V

E; E EjP PVVjh@5h

@ 9]ud9|5t\ E; EtRh

jPu_w u&S jPuIw u E ]

E M

@E Ej

EP 9]

SPSjWh

] jVV

jP jS SPd

hp5D

h|5{ 9] t| E] Ph 5h 5 Eu

PS SPVVj5p 5Wh5hhh5j[v9]t E Ph5h5 Eu

PS SPVVj5p 5Wh5?SSS ESPSSSVVjSWShhh5ju9]t"SSS ESPSSSVVjSWSjSSjWh Qx E^_[

MSAPPS9XDIRjPPjjjhhhp5 cMSAPPS9XDIRjPPjjjhhh5_c

EXCEL95DIRVWjVV3jWWjhWh5+c ujjWVVjWjYh I tjX_^xlintl32.dllxlintl32.dllxlintl OFFICEROOT95DIRmso5???.dllSYSDIRxlintl32.dllOFFICEROOT95DIRU M

S3W; ] W E; L ESPW

] m - E E E;t E MH5V

E; E EjPuVVjh(5j

@ 9]uY9|5tQ E; EtGh juPr u!Sjuu r u E ]

E E M

@E Ej

EP

9] 9]tl E] PhX5hh5 Eu

PSSuVVj5p 5Whp5jhh h 5j~r E Ph 5h5 Eu

PSSuVVj5p 5Wh57SSS ESPSSSVVjSWSjhh h5j-rSSS ESPSSSVVjSWSjSSjYh t E^3_[

POWERPOINT95DIRVjVVjjjjijh@5_ ujjjiVVjPjZh u^jX^ppintl.dllppintl.dllppintl. EROOT95DIRmso5???.dllSYSDIRppintl.dllOFFICEROOT95DIRU M

S3W; ] V E; K ESPW

]9j , E E E;t E MH5V

E; E EjPuVVjh 5j

@ 9]uY9|5tQ E; EtGh juPJo u!Sjuu8o u E ]

E E M

@E Ej

EP|9] 9] tl E] Ph5h5 Eu

PSSuVVj5p 5Wh5jih h5j'o E Ph5h5 Eu

PSSuVVj5p 5Wh57SSS ESPSSSVVjSWSjih h5jnSSS ESPSSSVVjSWSjSSjZh .q E^3_[

WORD95DIRVWjVV3jWWjjWh 5p\ ujWWVVjWj\h tjX_^wwintl32.dllwwintl32.dllwwintl32 FFICEROOT95DIRmso5???.dllSYSDIRwwintl32.dllOFFICEROOT95DIRU M

S3W; ] V E; K ESPW ]f , E E E;t E MH5V E; E EjPuVVjh5jj l EjPuVVjh5jjh jWuk uj EjPVVjh5SSSSSj\h Wu"j t(h juuJl u,Sjuu8l

@ 9]uY9|5tQ E; EtGh juPk u!Sjuuk u E ]

E E M

@E Ej

EPSy9] 9] tl E] Ph5h"5 Eu

PSSuVVj5p 5Wh*5jjh h:5jk E PhJ5hZ5 Eu

PSSuVVj5p 5Whb57SSS ESPSSSVVjSWSjjh hr5jtkSSS ESPSSSVVjSWSjSSj\h m E^3_[

ARTGALLERY95DIRVWjVV3jWWjkWh5 Y ujWjkVVjWhh # tjX_^BINDER95DIRVWjVV3jWWhW

BOOKS95DIRVWjVV3VWWjlh h5W ujWWVVVWhh tjX_^DAO95DIRV3jVVjVVh"Vhj5W u RU SV3W VPVj?h u u u,s tU EVP EP Ps t< Ef=u0VVV EVPVVVWWW

MSINFO95DIRVWj3VWjWWh Wh5EU u jWWVWjhhh ] tjX_^MSQUERY95DIRVWjVV3jWWh

h tjX_^mso7???.dll WORDART95DIR VWjVj33jWWjuWh5 mso7???.dll S u mso7???.dll jWWVj3jWh>mso7???.dll h 3 tjmso7???.dll X_^~msexist.tmp mso7???.dll SVW |$ OFFICEROOT9 W5 h> .dllmso7???.dllmso7???.dllPROSTDPROSTDOPCMIGOFFICETYPE

L$S3; \$

UWt$H>_ _\$ u) 8 D$ D$ ; jPVVj ,Uh5h uZ L D$ 5VW jPVVj hUWt$8Z^ h5h D$SSSha t,h ;h BUWt$H D$ j t$0t$ jPt$0VVj h5hSjWt$<8a D$jPVVj h5SSSShWhbUWt$Hs_ a u-Sjt$0t$` u D$( \$ D$ D$ D$ L$$9\$ @um9 5 L5; D$ h jt$0P ` u&Sjt$0

P5;uT5; ; X5 D$PSS D$ t$0PSSt$DVVj 5p 5Wh5hh h5jJ` D$PSS D$ t$0PSSt$DVVj 5p Ua 5Wh D$ 5Sh PSSSh D$ h t$0PSSt$DVVj 5p 5Wh05ShShahUa D$PSS D$ t$0PSSt$DVVj 5p 5Wh@5SShWhbUb\5`5Phd5R D$_^]3[

ACCESS97DIRSVWjVV3j WWSWh5/M uLjWWVVj Whh K u0jjWVVj W hV- uj ShVP tjX_^[ms msain800.dllsoa800.dllmso7???.dllmsain800.dllsoa800.dllmso7???.dllmsain800.dllso a800.dllmso7???.dllmsain800.dllsoa800.dllmso7???.dllmsain800.dllsoa800.dllmso7?? ?.dllmso7???.dllmsain800.dllsoa800.dllOFFICEROOT97DIRmso7???.dllmsain800.dllsoa8 00.dllOFFICEROOT97DIRmso7???.dllmsain800.dllsoa800.dllmso7???.dllmsain800.dllsoa 800.dllmso7???.dllmsain800.dllsoa800.dllU E

S3W; ] ]t ESPW ]U u3 EV E; ESP PVVj ShSjWuE[ uT ESP

PVVj S

SSSSVVV5p 5Shf5SPS_ u E

E7 EjPhL5; E A EjP

PVVj h 5hSjWudZ EjP

@ 9] 9 5t}L5; Etqh

jPuY u@h

jPuY u&S

jPu Y u E ]

@E ; EPhr5S Eu

PS SPVVj 5p 5Wh 5hhh 5j Y EPh5S Eu

PS SPVVj 5p 5Wh5hh h5jXY EPh5S Eu

PS SPVVj 5p 5Wh5SSShh [ EPh5S Eu

PS SPVVj 5p 5Wh&5jShhh U[ EPhB5S Eu

PS SPVVj 5p 5WhR5hhh Y E^_[

hhh

t3U HVhu

3P uj@ EuP E

Pj

VPu 5 u! EPVV EVPu

5u

t 53 5 E^

hhh l tt$

t$

t$

EXCEL97DIRVWjVV3j WWjhWhz5 E uMjWWVVj Whh u1jjWVVj W hV ujhhVzH tjX_^xlin dllxlintl32.dllqryint32.dllmso7???.dllxlintl32.dllqryint32.dllmso7???.dllxlintl3 2.dllqryint32.dllmso7???.dllxlintl32.dllqryint32.dllmso7???.dllmso7???.dllxlintl 32.dllqryint32.dllmso7???.dllxlintl32.dllqryint32.dllmso7???.dllxlintl32.dllqryi nt32.dllmso7???.dllxlintl32.dllqryint32.dllOFFICEROOT97DIRmso7???.dllxlintl32.dl lqryint32.dllOFFICEROOT97DIRU M

S3W; ] ] s E; h

ESPW

]pN I E E E;t E ML5V

E; E f EjPuVVj h5

@ 9]uo9 5tg E; Et]h juPR u7h juuR u!SjuuR u E ]

E E M

@E Ej

EP5`9] EPh5S Eu

PSSuVVj 5p 5Wh5SSShh .U EPh5S Eu

PSSuVVj 5p 5Wh&5jShhh T EPhB5S Eu

PSSuVVj 5p 5WhR5jhhh S EPhn5S Eu

PSSuVVj 5p 5Wh~5jhh h 5jR EPh5S Eu

PSSuVVj 5p 5Wh5jhh h5jQ E^3_[

OUTLOOK97DIRSVWjVV3j SSWSh|5 ? uMjSSVVj Shh u1jVVj WjSS hVC uj WhVqB tjX_^[m .dlloutllib.dllmso7???.dlloutllib.dllmso7???.dlloutllib.dllmso7???.dlloutllib.dl lmso7???.dllmso7???.dlloutllib.dllOFFICEROOT97DIRmso7???.dlloutllib.dllOFFICEROO T97DIRmso7???.dlloutllib.dllmso7???.dlloutllib.dllmso7???.dlloutllib.dllU M

3;W E Et EP EPWH u3 ESV E 3 MPQ QVVj PSPjWu$N uNP EP

PPPPVVV5p 5Ph5PQP R u E E< EjP[L5 E 2 EjP PVVj h$5SjjWuIM EjP

} = 5t}L5 Etqh

jPuL u@h

jPu L u&P

jPu L u!E

@E 6 E MP3h5Pu

QPP PVVj 5p 5Wh5Shh5j L E MP3h5Pu

QPP PVVj 5p 5Wh

5Sh h5jKL E MP3h,5Pu

QP PQVVj 5p 5Wh<5PPPhh N E MP3hL5Pu

QPP QVVj 5p 5Wh\5PSjPhh M E MP3hl5Pu

QPP PVVj 5p 5Wh|5Shh L E^[_

POWERPOINT97DIRVWjVV3j WWjiWh5J9 uRjWWVVj Whh f

You might also like