MZ@ !L!This program cannot be run in DOS mode. $Tp2036Ϸ.41RichPEdNPT"  B@` x @`p.text@B `.dataO`F@.pdata L@@.idataZ@@.rsrc r@@.reloc|@B@@@`@@@ @@``PPp`@p@`PP `P0p@@p@p0 ` @ P p P0'*+-P007@8`9:>p@ApB`FG`NNOOOzPz{Є@0@p```p`P    pNPT&xd@e@ @ 0x%8.8x - Unable to connect to BITSInvalid command out of memory has no closing quote warning: quoted string in line : contains no remote file name line : contains no local file name contains no local file name to Unicode. error converting line : extra characters after the local file name rb. , local name: remote name: file(s) read from error near line ,%I64u:%I64u%I64u:%3c' is not a valid range. '0123456789abcdef serverproxy' is not a valid credential target. It must be 'proxy' or 'server'. basicdigestntlmnegotiatepassportis not a valid credential scheme. It must be one of the following: basic digest ntlm negotiate passport %u.%u.%uAdministrative tools for the BITS service are now provided by BITS PowerShell cmdlets. BITSAdmin is deprecated and is not guaranteed to be available in future versions of Windows. (C) Copyright 2000-2006 Microsoft Corp. BITS administration utility. ] BITSADMIN version 3.0 [ The following commands are available: /HELP Prints this help /? Prints this help /UTIL /? Prints the list of utilities commands /PEERCACHING /? Prints the list of commands to manage Peercaching /CACHE /? Prints the list of cache management commands /PEERS /? Prints the list of peer management commands /LIST [/ALLUSERS] [/VERBOSE] List the jobs /MONITOR [/ALLUSERS] [/REFRESH sec] Monitors the copy manager /RESET [/ALLUSERS] Deletes all jobs in the manager /TRANSFER <job name> [type] [/PRIORITY priority] [/ACLFLAGS flags] remote_url local_name Transfers one of more files. [type] may be /DOWNLOAD or /UPLOAD; default is download Multiple URL/file pairs may be specified. Unlike most commands, <job name> may only be a name and not a GUID. /CREATE [type] <job name> Creates a job [type] may be /DOWNLOAD, /UPLOAD, or /UPLOAD-REPLY; default is download Unlike most commands, <job name> may only be a name and not a GUID. /INFO <job> [/VERBOSE] Displays information about the job /ADDFILE <job> <remote_url> <local_name> Adds a file to the job /ADDFILESET <job> <textfile> Adds multiple files to the job Each line of <textfile> lists a file's remote name and local name, separated by spaces. A line beginning with '#' is treated as a comment. Once the file set is read into memory, the contents are added to the job. /ADDFILEWITHRANGES <job> <remote_url> <local_name range_list> Like /ADDFILE, but BITS will read only selected byte ranges of the URL. range_list is a comma-delimited series of offset and length pairs. For example, 0:100,2000:100,5000:eof instructs BITS to read 100 bytes starting at offset zero, 100 bytes starting at offset 2000, and the remainder of the URL starting at offset 5000. /REPLACEREMOTEPREFIX <job> <old_prefix> <new_prefix> All files whose URL begins with <old_prefix> are changed to use <new_prefix> Note that BITS currently supports HTTP/HTTPS downloads and uploads. It also supports UNC paths and file:// paths as URLS /LISTFILES <job> Lists the files in the job /SUSPEND <job> Suspends the job /RESUME <job> Resumes the job /CANCEL <job> Cancels the job /COMPLETE <job> Completes the job /GETTYPE <job> Retrieves the job type /GETACLFLAGS <job> Retrieves the ACL propagation flags /SETACLFLAGS <job> <ACL_flags> Sets the ACL propagation flags for the job O - OWNER G - GROUP D - DACL S - SACL Examples: bitsadmin /setaclflags MyJob OGDS bitsadmin /setaclflags MyJob OGD /GETBYTESTOTAL <job> Retrieves the size of the job /GETBYTESTRANSFERRED <job> Retrieves the number of bytes transferred /GETFILESTOTAL <job> Retrieves the number of files in the job /GETFILESTRANSFERRED <job> Retrieves the number of files transferred /GETCREATIONTIME <job> Retrieves the job creation time /GETMODIFICATIONTIME <job> Retrieves the job modification time /GETCOMPLETIONTIME <job> Retrieves the job completion time /GETSTATE <job> Retrieves the job state /GETERROR <job> Retrieves detailed error information /GETOWNER <job> Retrieves the job owner /GETDISPLAYNAME <job> Retrieves the job display name /SETDISPLAYNAME <job> <display_name> Sets the job display name /GETDESCRIPTION <job> Retrieves the job description /SETDESCRIPTION <job> <description> Sets the job description /GETPRIORITY <job> Retrieves the job priority /SETPRIORITY <job> <priority> Sets the job priority Priority usage choices: FOREGROUND HIGH NORMAL LOW /GETNOTIFYFLAGS <job> Retrieves the notify flags /SETNOTIFYFLAGS <job> <notify_flags> Sets the notify flags For more help on this option, please refer to the MSDN help page for SetNotifyFlags/GETNOTIFYINTERFACE <job> Determines if notify interface is registered /GETMINRETRYDELAY <job> Retrieves the retry delay in seconds /SETMINRETRYDELAY <job> <retry_delay> Sets the retry delay in seconds /GETNOPROGRESSTIMEOUT <job> Retrieves the no progress timeout in seconds /SETNOPROGRESSTIMEOUT <job> <timeout> Sets the no progress timeout in seconds /GETMAXDOWNLOADTIME <job> Retrieves the download timeout in seconds /SETMAXDOWNLOADTIME <job> <timeout> Sets the download timeout in seconds /GETERRORCOUNT <job> Retrieves an error count for the job /SETPROXYSETTINGS <job> <usage> Sets the proxy usage usage choices: PRECONFIG - Use the owner's default Internet settings. AUTODETECT - Force autodetection of proxy. NO_PROXY - Do not use a proxy server. OVERRIDE - Use an explicit proxy list and bypass list. Must be followed by a proxy list and a proxy bypass list. NULL or "" may be used for an empty proxy bypass list. Examples: bitsadmin /setproxysettings MyJob PRECONFIG bitsadmin /setproxysettings MyJob AUTODETECT bitsadmin /setproxysettings MyJob NO_PROXY bitsadmin /setproxysettings MyJob OVERRIDE proxy1:80 "<local>" bitsadmin /setproxysettings MyJob OVERRIDE proxy1,proxy2,proxy3 NULL /GETPROXYUSAGE <job> Retrieves the proxy usage setting /GETPROXYLIST <job> Retrieves the proxy list /GETPROXYBYPASSLIST <job> Retrieves the proxy bypass list /TAKEOWNERSHIP <job> Take ownership of the job /SETNOTIFYCMDLINE <job> <program_name> [program_parameters] Sets a program to execute for notification, and optionally parameters. The program name and parameters can be NULL. IMPORTANT: if parameters are non-NULL, then the program name should be the first parameter. Examples: bitsadmin /SetNotifyCmdLine MyJob c:\winnt\system32\notepad.exe NULL bitsadmin /SetNotifyCmdLine MyJob c:\callback.exe "c:\callback.exe parm1 parm2" bitsadmin /SetNotifyCmdLine MyJob NULL NULL /GETNOTIFYCMDLINE <job> Returns the job's notification command line /SETCREDENTIALS <job> <target> <scheme> <username> <password> Adds credentials to a job. <target> may be either SERVER or PROXY <scheme> may be BASIC, DIGEST, NTLM, NEGOTIATE, or PASSPORT. /REMOVECREDENTIALS <job> <target> <scheme> Removes credentials from a job. /GETCUSTOMHEADERS <job> Gets the Custom HTTP Headers /SETCUSTOMHEADERS <job> <header1> <header2> <...> Sets the Custom HTTP Headers /GETCLIENTCERTIFICATE <job> Gets the job's Client Certificate Information /SETCLIENTCERTIFICATEBYID <job> <store_location> <store_name> <hexa-decimal_cert_id> Sets a client authentication certificate to a job. <store_location> may be 1(CURRENT_USER), 2(LOCAL_MACHINE), 3(CURRENT_SERVICE), 4(SERVICES), 5(USERS), 6(CURRENT_USER_GROUP_POLICY), 7(LOCAL_MACHINE_GROUP_POLICY) or 8(LOCAL_MACHINE_ENTERPRISE). /SETCLIENTCERTIFICATEBYNAME <job> <store_location> <store_name> <subject_name> Sets a client authentication certificate to a job. <store_location> may be 1(CURRENT_USER), 2(LOCAL_MACHINE), 3(CURRENT_SERVICE), 4(SERVICES), 5(USERS), 6(CURRENT_USER_GROUP_POLICY), 7(LOCAL_MACHINE_GROUP_POLICY) or 8(LOCAL_MACHINE_ENTERPRISE). /REMOVECLIENTCERTIFICATE <job> Removes the Client Certificate Information from the job /SETSECURITYFLAGS <job> <value> Sets the HTTP security flags for URL redirection and checks performed on the server certificate during the transfer. The value is an unsigned integer with the following interpretation for the bits in the binary representation. Enable CRL Check : Set the least significant bit Ignore invalid common name in server certificate : Set the 2nd bit from right Ignore invalid date in server certificate : Set the 3rd bit from right Ignore invalid certificate authority in server certificate : Set the 4th bit from right Ignore invalid usage of certificate : Set the 5th bit from right Redirection policy : Controlled by the 9th-11th bits from right 0,0,0 - Redirects will be automatically allowed. 0,0,1 - Remote name in the IBackgroundCopyFile interface will be updated if a redirect occurs. 0,1,0 - BITS will fail the job if a redirect occurs. Allow redirection from HTTPS to HTTP : Set the 12th bit from right /GETSECURITYFLAGS <job> Reports the HTTP security flags for URL redirection and checks performed on the server certificate during the transfer. /SETVALIDATIONSTATE <job> <file-index> <true|false> <file-index> starts from 0 Sets the content-validation state of the given file within the job. /GETVALIDATIONSTATE <job> <file-index> <file-index> starts from 0 Reports the content-validation state of the given file within the job. /GETTEMPORARYNAME <job> <file-index> <file-index> starts from 0 Reports the temporary filename of the given file within the job. The following options control peercaching of a particular job: /SETPEERCACHINGFLAGS <job> <value> Sets the flags for the job's peercaching behavior. The value is an unsigned integer with the following interpretation for the bits in the binary representation. Allow the job's data to be downloaded from a peer : Set the least significant bit Allow the job's data to be served to peers : Set the 2nd bit from right /GETPEERCACHINGFLAGS <job> Reports the flags for the job's peercaching behavior. The following options are valid for UPLOAD-REPLY jobs only: /GETREPLYFILENAME <job> Gets the path of the file containing the server reply /SETREPLYFILENAME <job> <path> Sets the path of the file containing the server reply /GETREPLYPROGRESS <job> Gets the size and progress of the server reply /GETREPLYDATA <job> Dumps the server's reply data in hex format The following options can be placed before the command: /RAWRETURN Return data more suitable for parsing /WRAP Wrap output around console (default) /NOWRAP Don't wrap output around console The /RAWRETURN option strips new line characters and formatting. It is recognized by the /CREATE and /GET* commands. Commands that take a <job> parameter will accept either a job name or a job ID GUID inside braces. BITSADMIN reports an error if a name is ambiguous. /HELP/?/UTIL/LIST/MONITOR/RESET/TRANSFER/CREATE/INFO/ADDFILE/ADDFILESET/ADDFILEWITHRANGES/REPLACEREMOTEPREFIX/LISTFILES/SUSPEND/RESUME/CANCEL/COMPLETE/GETTYPE/GETACLFLAGS/SETACLFLAGS/GETBYTESTOTAL/GETBYTESTRANSFERRED/GETFILESTOTAL/GETFILESTRANSFERRED/GETCREATIONTIME/GETMODIFICATIONTIME/GETCOMPLETIONTIME/GETSTATE/GETERROR/GETOWNER/GETDISPLAYNAME/SETDISPLAYNAME/GETDESCRIPTION/SETDESCRIPTION/GETPRIORITY/SETPRIORITY/GETNOTIFYFLAGS/SETNOTIFYFLAGS/GETNOTIFYINTERFACE/GETMINRETRYDELAY/SETMINRETRYDELAY/GETNOPROGRESSTIMEOUT/SETNOPROGRESSTIMEOUT/GETMAXDOWNLOADTIME/SETMAXDOWNLOADTIME/GETERRORCOUNT/GETPROXYUSAGE/GETPROXYLIST/GETPROXYBYPASSLIST/SETPROXYSETTINGS/TAKEOWNERSHIP/GETREPLYFILENAME/SETREPLYFILENAME/GETREPLYPROGRESS/GETREPLYDATA/GETNOTIFYCMDLINE/SETNOTIFYCMDLINE/SETCREDENTIALS/REMOVECREDENTIALS/SETPEERCACHINGFLAGS/GETPEERCACHINGFLAGS/SETCUSTOMHEADERS/GETCUSTOMHEADERS/GETCLIENTCERTIFICATE/SETCLIENTCERTIFICATEBYID/SETCLIENTCERTIFICATEBYNAME/REMOVECLIENTCERTIFICATE/SETSECURITYFLAGS/GETSECURITYFLAGS/SETVALIDATIONSTATE/GETVALIDATIONSTATE/GETTEMPORARYNAME/SETHELPERTOKENFLAGS/GETHELPERTOKENFLAGS/SETHELPERTOKEN/GETHELPERTOKENSID/GETPEERSTATS/PEERCACHING/CACHE/PEERSHeapSetInformation.OCP/RAWRETURN/WRAP/NOWRAPUnable to initialize COMÄ%zE^"{U~x`IsF4ޜeH VRQ @Pz@ޜeH VRQ}@`@n'Leq5 @`@ޜeH VRQ@0@USAGE: BITSADMIN [/RAWRETURN] [/WRAP | /NOWRAP] command G躻WFmHJ+yK6p Pf9TohE֩@@p@`@p@`@p@@p@*@q@+@q@-@(q@P0@@q@P@Pq@'@`q@@xq@p@q@`@q@@@q@@r@`@r@@(r@@8r@@Pr@@hr@P@r@@r@@r@P@r@ @s@@Hs@@ps@@s@`@s@0@s@P@s@@t@@0t@@Pt@@pt@p@t@@t@@t@p@t@0@u@@8u@@`u@@u@ @u@` @u@@ @v@P @8v@p @Xv@07@xv@@8@v@`9@v@:@v@>@w@p@0w@@Xw@@w@@w@@w@@w@@@x@@8x@0@hx@P@x@@x@@@x@@@y@@Py@@y@@y@@y@@z@p@8z@@@`z@@z@p@@z@A@z@pB@{@`F@0{@G@P{@@p{@@{@@4 Added Unable to add files to job. Unable to add files to job files to the job. Unable to get the IBackgroundCopyJob3 interface. Version 2.0 is requiredunable to read the range list. Use BITSADMIN /? for help with the format. ranges of Unable to replace the files.Success. No file matches the specified prefix. Unable to enum files in jobUnable to get file progressUnable to get file URLUnable to get local file name An exception occured while listing jobs Code:Unable to get file progress Unable to get file URL Unable to get local file name unable to get file ranges An exception occured unable to get file ranges COMPLETEDWORKING / Ranges: , length offset to eof file(s). Listed invalid file indexUnable to get the IBackgroundCopyFile3 interface. BITS version 3.0 is required.Unable to set the file's validation stateUnable to get the file's validation statefile's validation state is %liInvalid file index: -Invalid file indexUnable to get the file's temporary filename'.The temporary filename is 'Unable to suspend jobJob suspended. Unable to resume jobJob resumed. Unable to cancel jobJob canceled. Unable to complete jobJob completed. Unable to get job typeUnable to retrieve ACL flagsOGDSInvalid ACL propagation flag. Unable to set ACL flagsACL Flags set to '' Unable to get total bytes in jobUnable to get bytes transferred in jobUnable to get number of files in jobUnable to get numeber of transferred files in jobUnable to get job creation timeUnable to get job modification timeUnable to get job completion timeUnable to get errorUnable to get job stateUnable to get job ownerUnable to get job displaynameUnable to set display nameDisplay name set to Unable to set descriptionDescription set to Unable to get the IBackgroundCopyJobHttpOptions interface. Version 2.5 is requiredUnable to get Custom HTTP Request Headers(null) Unable to set Custom HTTP Request HeadersCustom HTTP Request Headers set to: Unable to get Client Certificate information from the jobNo Client Certificate is set on the job Certificate Store Location : CERT_STORE_LOCATION_CURRENT_USER Certificate Store Location : CERT_STORE_LOCATION_LOCAL_MACHINE Certificate Store Location : CERT_STORE_LOCATION_CURRENT_SERVICE Certificate Store Location : CERT_STORE_LOCATION_SERVICES Certificate Store Location : CERT_STORE_LOCATION_USERS Certificate Store Location : CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY Certificate Store Location : CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY Unknown Certificate Store Location Certificate Store Name : Certificate Hash : Failed to convert Certificate Hash Blob to Hex string. Certificate Subject Name : Unable to remove the Client Certificate from the jobRemoved the Client Certificate from the job Unable to set Client Certificate by ID\Client Certificate set to to cert hash blob. Failed to convert Unable to set Client Certificate by NameRedirects will be automatically allowed.Redirects will update the remote name in the IBackgroundCopyFile interface.BITS will fail the job if a redirect occurs.unknownHTTP security flags Enable CRL Check : Ignore invalid common name in server certificate : Ignore invalid date in server certificate : Ignore invalid certificate authority in server certificate : Ignore invalid usage of certificate : URL redirection policy : Redirection from HTTPS to HTTP allowed :Unable to set the HTTP security flagsUnable to get the HTTP security flagsThis command only works on upload jobs. The job specified is a download.Unable to get the IBackgroundCopyJob2 interface. Version 1.5 is requiredUnable to get reply file nameUnable to get reply file name /RAWRETURN should not be used with this command.The reply filename was not found.Unable to set reply file namereply file name set to progress: Unable to get reply progressUnable to get reply progress data length is Unable to get reply dataUnable to get reply data Unable to get callback command line' 'the notification command line is 'Unable to set the notification command line'. notification command line set to 'Unable to add credentialsOKUnable to remove credentialsno matching credential was found. Priority set to Unable to get notify flagsNotification flags set to Unable to get notify interfaceREGISTEREDUNREGISTEREDUnable to set new minimum retry delayMinimum retry delay set to Unable to get minimum retry delayUnable to get no progress timeoutUnable to set new no progress timeoutNo progress timeout set to Unable to get the IBackgroundCopyJob4 interface. Version 3.0 is requiredUnable to get max download timeMax download time is set to: SOFTWARE\Policies\Microsoft\Windows\BITSMaxDownloadTimeUnable to set new max download time seconds. Max download time set to An error occured setting Max download time. Peercaching flags Enable download from peers : Enable serving to peers :Unable to get settingUnable to set' 'UNTRUSTEDMEDIUMSYSTEMPROTECTED_PROCESS0x%xunable to get thread tokenout of memoryunable to get token informationunable to check security of the current thread DISPLAY: 'GUID: TYPE: STATE: OWNER: PRIORITY: FILES: BYTES: CREATION TIME: MODIFICATION TIME: COMPLETION TIME: ACL FLAGS: NOTIFY INTERFACE: UNAVAILABLE NOTIFICATION FLAGS: RETRY DELAY: NO PROGRESS TIMEOUT: ERROR COUNT: PROXY USAGE: PROXY LIST: PROXY BYPASS LIST: DESCRIPTION: JOB FILES: NOTIFICATION COMMAND LINE: noneREPLY FILE: none ' owner MIC integrity level: owner elevated ? This job is read-only to the current CMD window because the job's mandatory . is higher than the window's level of integrity level of CUSTOM HEADERS: CLIENT CERTIFICATE INFORMATION:Certificate Store Location : CERT_STORE_LOCATION_LOCAL_MACHINE_ENTERPRISE /VERBOSEUnable to enum jobs/ALLUSERS job(s). /MONITOR will only work with the console. /REFRESH/REFRESH is missing the refresh rate. second refresh) MONITORING BACKGROUND COPY MANAGER(Unknown option ' canceled. Unable to cancel jobs canceled. out of /DYNAMIC/PRIORITY/ACLFLAGSOnly one file is permitted for uploads. Unable to create jobUnable to get the IBackgroundCopyJob5 interface. Version 5.0 is requiredUnable to enable dynamic-content downloadingUnable to set job priorityUnable to add fileUnable to set notification flagsUnable to set notification interfaceUnable to get proxy usageUnable to get proxy listUnable to get proxy bypass list/SetProxySettings must be followed by a job name or guid, then a proxy usage name Unable to set proxy settingsProxy usage set to OVERRIDE must be followed by a proxy list and a proxy bypass list proxy usage must be one of OVERRIDE, NO_PROXY, or PRECONFIG Proxy list set to Proxy bypass list set to Unable to take ownershipTook ownership of helper-token usage flags local file access : network server access :Unable to get the IBitsTokenOptions interface. Version 4 is requiredUnable to set the token usage flagsUnable to get the token usage flagsusage: sethelpertoken <jobid> or sethelpertoken <jobid> <username@domain> <password>unable to get IClientSecurity interfaceunable to set impersonation levelUnable to set the helper tokentoken set to the current userunable to create user token, error unable to impersonate user token, error token set to Unable to get the SIDthere is no helper token now.Unable to get the IBackgroundCopyFile4 interface. BITS version 3.5 is required.Unable to get stats, bytes from origin: bytes from peers: Unable to get job progressUnable to get job priorityUnable to get display nameDISPLAY: ' TYPE: %) (Transfer canceled. Unable to get job errorUnable to get error codeUnable to complete transfer. Transfer complete. TRANSFER RATE: TIME REMAINING: Unable to read console inputUnable to read job stateUnable to get guid to jobUnable to get guid to job Unable to get error URLUnable to get error file nameUnable to get error URL Unable to get error file name Unable to get error file ERROR FILE: Unable to get error code ERROR CODE: ERROR CONTEXT: DOWNLOADUPLOADUPLOAD-REPLYQUEUEDCONNECTINGTRANSFERRINGSUSPENDEDTRANSIENT_ERRORTRANSFERREDACKNOWLEDGEDCANCELLEDF=FǙꗆJŴk"WininetProxyRegistryMutexThe current user currently has the following network connection names registered (other than the default connection): There's a policy in effect that disables the storage of proxy settings per user.<none>", localsystemnetworkservicelocalserviceadvapi32.dllConvertSidToStringSidA.DEFAULTSOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet SettingsProxySettingsPerUserDefaultConnectionSettingsSoftware\Microsoft\windows\CurrentVersion\Internet Settings\ConnectionsSavedLegacySettings/SETIEPROXY/GETIEPROXY/VERSION/REPAIRSERVICE/ENABLEANALYTICCHANNELThe following UTIL commands are available: /UTIL /SETIEPROXY <account> <usage> [/CONN <connection name>] Sets the Internet proxy settings for the <account> system account. Settings are applied to the default network connection, unless <connection name> is specified. account choices: LOCALSYSTEM NETWORKSERVICE LOCALSERVICE usage choices: NO_PROXY - Specify direct connection (no proxy server). AUTODETECT - Turn on autodetection of proxy. MANUAL_PROXY - Use an explicit proxy list and bypass list. Must be followed by a proxy list and a proxy bypass list. NULL or "" may be used for an empty proxy bypass list. AUTOSCRIPT - Specify a script to be executed during proxy auto discovery. Must be followed by a script URL. connection name indicates the network connection for which the new proxy settings should be applied. If not specified, the default connection will be used (usually the LAN connection). To get a list of possible connection names, use /CONN /?. Examples: bitsadmin /util /setieproxy localsystem AUTODETECT bitsadmin /util /setieproxy networkservice NO_PROXY bitsadmin /util /setieproxy localsystem MANUAL_PROXY proxy1:80 "<local>" bitsadmin /util /setieproxy localsystem MANUAL_PROXY pxy1,pxy2,pxy3 NULL bitsadmin /util /setieproxy networkservice AUTOSCRIPT http://server/get.asp bitsadmin /util /setieproxy networkservice NO_PROXY /CONN "XYZ Dialup" /UTIL /GETIEPROXY <account> [/CONN <connection name>] Retrieves the Internet proxy settings for the <account> system account. Settings refer to the default network connection, unless <connection name> is specified. account choices: LOCALSYSTEM NETWORKSERVICE LOCALSERVICE connection name indicates the network connection for which the new proxy settings should be applied. If not specified, the default connection will be used (usually the LAN connection). To get a list of possible connection names, use /CONN /?. /UTIL /VERSION [/VERBOSE] Displays the version of BITS currently active on the system. The switch /VERBOSE prints additional information useful for troubleshooting purposes. /UTIL /REPAIRSERVICE [/FORCE] Attempts to repair a malfunctioning BITS service by inspecting some of the service configuration settings. The switch /FORCE indicates that the BITS service should be deleted and re-created if repairing the settings does not clear the errors in starting the BITS service. Use this command with caution as it is not possible to revert the changes. /UTIL /ENABLEANALYTICCHANNEL TRUE/FALSE Enables/Disables the BITS Client Analytic channel Note that for /SETIEPROXY, /ENABLEANALYTICCHANNEL, and /REPAIRSERVICE commands administrator privileges are required. localsystemnetworkserviceInvalid argument: the networkservice account cannot be specified on Windows 2000 systems. localserviceInvalid argument: the localservice account cannot be specified on Invalid argument: invalid name for system account. AUTODETECT MANUAL_PROXY AUTOSCRIPT /SETIEPROXY must be followed by a system account name and a proxy usage name Error converting arguments to unicode strings. /CONNError converting argument to unicode strings. /HELP/?Invalid connection name value specified with /CONN - Unable to set Internet proxy settings set to NO_PROXY. Internet proxy settings for account ) default(connection = set to AUTODETECT. MANUAL_PROXYMANUAL_PROXY must be followed by a proxy list and a proxy bypass list AUTOSCRIPTAUTOSCRIPT must be followed by a script URL. Invalid argument: the script URL specified for AUTOSCRIPT cannot have an empty value. Proxy auto discovery script set to Internet proxy usage must be one of NO_PROXY, AUTODETECT, MANUAL_PROXY, or AUTOSCRIPT were set. Proxy usage set to Proxy list set to Windows 2000 systems do not support Internet proxy settings for service accounts. This command, even if successful, may not have an effect on BITS jobs. /GETIEPROXY must be followed by a system account name Unable to get Internet proxy settings: Current Internet proxy settings for account Proxy usage: Proxy list: Proxy bypass: Auto discovery script URL: Error checking version. Version of BITS installed on the system: File version for BITS binaries: Pending file operations: None Checking BITS main COM interfaces... ERROR - BITS configuration errors were found!! Error code SUCCESS - no BITS configuration errors were found!! /FORCEThis command cannot be executed on this version of the operating system. Cannot execute this command - BITS binaries are not present in the system. ERROR - failed to repair the BITS service. Error code Force mode was specified -- forcing the deletion and recreation of the BITS service. SUCCESS - The BITS service is functioning normally. TRUEFALSEwevtapi.dllUnable to load wevtapi.dllEvtOpenChannelConfigError Loading procedure EvtOpenChannelConfigEvtGetChannelConfigPropertyError Loading procedure EvtGetChannelConfigPropertyEvtSetChannelConfigPropertyError Loading procedure EvtSetChannelConfigPropertyEvtSaveChannelConfigError Loading procedure EvtSaveChannelConfigMicrosoft-Windows-Bits-Client/AnalyticUnable to get Microsoft-Windows-Bits-Client/Analytic channel config propertyError setting Microsoft-Windows-Bits-Client/Analytic channel config propertyError saving Microsoft-Windows-Bits-Client/Analytic channel config propertyMicrosoft-Windows-Bits-Client/Analytic Channel EnabledMicrosoft-Windows-Bits-Client/Analytic Channel DisabledMicrosoft-Windows-Bits-Client/Analytic Channel already EnabledMicrosoft-Windows-Bits-Client/Analytic Channel already Disabled/SETCONFIGURATIONFLAGS/GETCONFIGURATIONFLAGSPeercaching management commands: /PEERCACHING /SETCONFIGURATIONFLAGS <value> Sets the flags for the computer's peercaching behavior. The value is an unsigned integer with the following interpretation for the bits in the binary representation. Enable peercaching client : Set the least significant bit Enable peercaching server : Set the 2nd bit from right /PEERCACHING /GETCONFIGURATIONFLAGS Report the flags for the computer's peercaching behavior. EnablePeercachingPeercaching configuration flags:Unable to get cacheUnable to set flagsThe update was successful, but one or more flags are overridden by Group Policy. Unable to get current flags./GETLIMIT/SETLIMIT/GETEXPIRATIONTIME/SETEXPIRATIONTIME/DELETE/DELETEURL/CLEARCache management commands: /CACHE /LIST [/VERBOSE] Lists all cache entries. /CACHE /INFO recordid [/VERBOSE] Dumps a specific cache entry. /CACHE /DELETE recordid Deletes a cache entry. /CACHE /DELETEURL url Deletes all cache entries for the given URL. /CACHE /CLEAR Purges the local cache. /CACHE /GETLIMIT Retrieves the cache limit. /CACHE /SETLIMIT percent Sets the cache size limit. /CACHE /SETLIMIT -1 Sets the cache size limit to the default. /CACHE /GETEXPIRATIONTIME Retrieves the cache expiration time. /CACHE /SETEXPIRATIONTIME secs Sets the cache expiration time. /CACHE /SETEXPIRATIONTIME -1 Sets the cache expiration time to the default. Unable to get record IDUnable to get record remote nameUnable to get access timeUnable to get file modification timeUnable to get file sizeUnable to get record remote NameUnable to get file rangesID: ORIGIN URL: VALIDATED: LAST ACCESS TIME: FILE MODIFICATION TIME: FILE SIZE: RANGES: :Unable to enum recordsPeercaching server is not enabled. cache record(s). Peercaching client is not enabled. Invalid record idUnable to get peer-cache recordUnable to delete record. Unable to delete record was deleted. Record Unable to delete recordsNo matching records. Records were deleted successfully. Unable to purge cacheThe local cache was purged. Unable to get cache size % of the system volume's size Cache limit not set as the max content size group policy is enabled. Unable to set cache limit% of the volume. Cache limit set to Unable to get Maximum Content AgeUnable to set cache expiration timeCache expiration time set to Unable to open interfaceUnable to retrieve information/DISCOVERPeer list management commands: /PEERS /LIST Lists all peers. /PEERS /CLEAR Clears the peer list. /PEERS /DISCOVER Discovers peers again. Unable to open peer list peer(s). available: authenticated: Unable to clearUnable to discoverCSIDL_ADMINTOOLSCSIDL_ALTSTARTUPCSIDL_APPDATACSIDL_BITBUCKETCSIDL_COMMON_ADMINTOOLSCSIDL_COMMON_ALTSTARTUPCSIDL_COMMON_APPDATACSIDL_COMMON_DESKTOPDIRECTORYCSIDL_COMMON_DOCUMENTSCSIDL_COMMON_FAVORITESCSIDL_COMMON_PROGRAMSCSIDL_COMMON_STARTMENUCSIDL_COMMON_STARTUPCSIDL_COMMON_TEMPLATESCSIDL_CONTROLSCSIDL_COOKIESCSIDL_DESKTOPCSIDL_DESKTOPDIRECTORYCSIDL_DRIVESCSIDL_FAVORITESCSIDL_FONTSCSIDL_HISTORYCSIDL_INTERNETCSIDL_INTERNET_CACHECSIDL_LOCAL_APPDATACSIDL_MYPICTURESCSIDL_NETHOODCSIDL_NETWORKCSIDL_PERSONALCSIDL_PRINTERSCSIDL_PRINTHOODCSIDL_PROFILECSIDL_PROGRAM_FILESCSIDL_PROGRAM_FILES_COMMONCSIDL_PROGRAMSCSIDL_RECENTCSIDL_SENDTOCSIDL_STARTMENUCSIDL_STARTUPCSIDL_SYSTEMCSIDL_TEMPLATESCSIDL_WINDOWSSystem\CurrentControlSet\Control\Session ManagerPendingFileRenameOperations to Setting the value of the registry key HKLM\VerifyVersionInfo has failedVerifyVersionInfoW has failedD:P(A;;GA;;;BA)(A;;GA;;;CO) (currently missing) needed for BITS state files... Creating directory Done. %CSIDL_COMMON_APPDATA%\Microsoft\Network\MaxTransferRateOnScheduleMaxTransferRateOffScheduleUseSystemMaximumMaxBandwidthValidFromMaxBandwidthValidToMaxJobsPerUserMaxJobsPerMachineMaxFilesPerJobMaxRangesPerFileMaxBandwidthValidFromSecondsMaxBandwidthValidToSecondsDisablePeerCachingServerDisablePeerCachingClientMaxBandwidthServedNot installed0.9%CSIDL_SYSTEM%\qmgr.dll%CSIDL_SYSTEM%\qmgrprxy.dll1.01.21.5%CSIDL_SYSTEM%\bitsprx2.dll%CSIDL_SYSTEM%\xpob2res.dll2.0%CSIDL_SYSTEM%\bitsprx3.dll2.5%CSIDL_SYSTEM%\bitsprx4.dll3.0%CSIDL_SYSTEM%\bitsprx5.dll%CSIDL_SYSTEM%\bitsigd.dll%CSIDL_SYSTEM%\bitsperf.dllUnknown\qmgr.dll\qmgrprxy.dll\bitsprx2.dll\bitsprx3.dll\bitsprx4.dll\bitsprx5.dll\xpob2res.dll\bitsigd.dll\bitsperf.dll\qmgr.dll.muilangIdversionfile path %-40s %-9s %s %-40s %d.%d.%d.%-4d %d Is BITS secondary service DLL active: Yes No BITS secondary service DLL path: N/A : File version for . ---> Found pending RENAME operation: Found pending DELETE operation: Error: unexpected format for entry \VarFileInfo\TranslationGroup policy controls peer caching which is: Enabled. Group policy retrieval of files from peer cache: Enabled. Group policy retrieval of files from peer cache: Disabled. Group policy retrieval of files from peer cache: Undefined. Group policy serving of files as peer cache: Enabled. Group policy serving of files as peer cache: Disabled. Group policy serving of files as peer cache: Undefined. Group policy controls peer caching which is: Disabled. Group policy undefined for peer caching. Group policy limit bandwidth: Enabled. Group policy limit bandwidth: Disabled. Group policy limit bandwidth: Undefined. Group policy daytime limit: Group policy daytime limit: Undefined. Group policy daytime start: Group policy daytime start: Undefined. Group policy daytime end: Group policy daytime end: Undefined. Group policy night time limit: Group policy night time limit: Undefined. Group policy max jobs per user: Group policy max jobs per user: Undefined. Group policy max jobs per machine: Group policy max jobs per machine: Undefined. Group policy max files per job: Group policy max files per job: Undefined. Group policy max ranges per file: Group policy max ranges per file: Undefined. Group policy max bandwidth from seconds: Group policy max bandwidth from seconds: Undefined. Group policy max bandwidth to seconds: Group policy max bandwidth to seconds: Undefined. Group policy prevent from acting as server: Enabled. Group policy prevent from acting as server: Disabled. Group policy prevent from acting as server: Undefined. Group policy prevent peer caching client: Enabled. Group policy prevent peer caching client: Disabled. Group policy prevent peer caching client: Undefined. Max cache size: Max content age: Group policy max bandwidth served: Group policy max bandwidth served: Undefined. Group policy max download time: Group policy max download time: Undefined. Is BITS's maximum network bandwidth utilization policy active? NO YES kilobits/sec. Maximum network bandwidth utilization allowed is :00. Time is expressed in the system's local time zone. :00 to This limit is enforced during the time range: Kbps. At all other times the network bandwidth utilization is limited to At all other times BITS is allowed to determine the optimal network bandwidth utilization for the system. Is BITS's job inactivity timeout policy active? day(s). YES. Timeout value is %CSIDL_SYSTEM%\qmgr.dllEnableBITSMaxBandwidthMaxTransferRateOffScheduleSoftware\Policies\Microsoft\Windows\BITSUseSystemMaximumJobInactivityTimeoutSOFTWARE\Microsoft\Windows\CurrentVersion\BITS%CSIDL_SYSTEM%\xpob2res.dllServiceDLLMaxTransferRateOnSchedule.@.@/@8/@X/@x/@/@/@/@/@MaxBandwidthValidFromMaxBandwidthValidToServiceDllSYSTEM\CurrentControlSet\Services\BITS\Parameters%SystemRoot%\System32\qmgr.dllThe value for Parameters key is correct. ServicesActiveFailed to open SCM to check for the BITS serviceBITSFailed to find BITS serviceFailed to query the configuration of the BITS serviceWill change the start type of the BITS service from Disabled to on Demand. Current BITS service dependency list: Desired dependency list: Changing settings for the BITS service... Failed to update BITS service configuration Dependencies= StartType= SERVICE_DEMAND_STARTUpdated BITS service configuration successfully: Failed to open the service controller to check for the BITS serviceFailed to get the status of the BITS servicenetsvcsSOFTWARE\Microsoft\Windows NT\CurrentVersion\SvchostThis change requires a reboot of the system before it is in effect. service. Service is running, trying to stop the Status of the service is Succesfully stopped the Deleting the BITS service... Failed to delete BITS service.Could not delete service -- service is already marked for deletion Could not access BITS service.BITS Service does not exist. Proceeding... Recreating the BITS service... %SystemRoot%\system32\svchost.exe -k BITSgroup%SystemRoot%\system32\svchost.exe -k netsvcsRpcssSENSWmiRpcssEventSystemRpcssBackground Intelligent Transfer Service to create the BITS service... Attempt #Failed to create service. Status code: Succeeded. Transfers files in the background using idle network bandwidth. If the service is disabled, then any functions that depend on BITS, such as Windows Update or MSN Explorer will be unable to automatically download programs and other information.Failed to initialize COM. Error: %0X Attempting to instantiate BITS main interface, IBackgroundCopyManager... The BITS service will be started if not already running. Failed to instantiate BITS IBackgroundCopyManager interface. The command /UTIL /REPAIRSERVICE might help diagnose or fix the issueSUCCESS - IBackgroundCopyManager is correctly registered and can be instantiated. SUCCESS - IBackgroundCopyJob is correctly registered. Failed to query for BITS IBackgroundCopyJob2 interface (only available on BITS 1.5 and later versions)SUCCESS - IBackgroundCopyJob2 is correctly registered. Failed to query for BITS IBackgroundCopyJob3 interface (only available on BITS 2.0 and later versions)SUCCESS - IBackgroundCopyJob3 is correctly registered. Failed to query for BITS IBackgroundCopyJobHttpOptions interface (only available on BITS 2.5 and later versions)SUCCESS - IBackgroundCopyJobHttpOptions is correctly registered. Failed to query for BITS IBackgroundCopyJob4 interface (only available on BITS 3.0 and later versions)SUCCESS - IBackgroundCopyJob4 is correctly registered. Failed to instantiate BITS Manager interface...The error code ERROR_SERVICE_DOES_NOT_EXIST usually can be fixed by re-creating the BITS service. Attempting fix... The error code ERROR_SERVICE_NOT_IN_EXE usually can be fixed by repairing the entry for BITS in its service host list of participants services. Attempting fix... The error code ERROR_SERVICE_DISABLED usually can be fixed by enabling the BITS service. Attempting fix... The error code ERROR_SERVICE_DEPENDENCY_DELETED/ERROR_SERVICE_DEPENDENCY_FAIL usually can be fixed by fixing the dependency list for the BITS service. Attempting fix... Failed to get detailed error information about the service failure to start. Detailed error code retrievedThe error code ERROR_PATH_NOT_FOUND usually can be fixed by making sure the directory %allusersprofile%\Application Data\Microsoft\Network exists. Attempting fix... The error code ERROR_FILE_NOT_FOUND usually can be fixed by recreating the key 'Parameters' associated with the BITS service. Attempting fix... Probable cause: BITS in Windows 2000 is dependent on SENS and EventSystem services. If the COM+ catalog is corrupted, BITS might fail with this error code. Suggested fix: see KB article Q315296. Probable cause: Event Log service has been disabled. Suggested fix: enable the Event Log service. Probable cause: Terminal Services optional component is installed on the machine, but the  Terminal Services service has been disabled. Suggested fix: enable the Terminal Services service or uninstall the Terminal Services optional component. Analysis of the error code does not suggest a probable cause. For more information about known issues with BITS, see the KB article Q331716 'List of Known Issues for Background Intelligent Transfer Service (BITS)' in the Microsoft Knowledge Base at http://go.microsoft.com/fwlink/?linkid=15107. You can also post BITS-related questions and comments to the microsoft.public.windows.backgroundtransfer newsgroup. KӑIB3(6k L\ L|ڡ|" "("@" ,!T!H"   P"0333333??ffffff??N@Y@@ @@0ACAcAACC"`#p#X""#H"BBH"AAB8"TAlA(" @@(" <@d@("??0"+:("08!8 "770" t''("%%0"% %8"$$0"..("T&\& "-- "T&85 "//h"+,("(T* "T&,. "|??@"0|3 "33 "(* "|::("x<<0"00 "l11 18"'0 "(* "+,("+4 "+5 "++("<+$7("<+>("(( "+D,("+t- "<+L+("'d7 "== "++ "0 4 "'D2 "0-@-("<+5("= > "+H4 "T&& "40D0 "+ + "+6 "))0"T&. "T&x4 "4/L/0"'d> "'$' " :<;;"+,(") 0)("-- "+-("T&5 "&&H"0-/ ",6L6 t6 "0=H=0"(3830")*8"x<<0"228"0-5 "+t,("T&4 "8?H?(">>h"<+01("&&P"99 "+d5 "-X. "228"(* "0D8Dh"CC "CC "TFlF F",EDElE"+hG("+xHH;wuf,_f,_zHtf/H(_^][̉H@SH HH >H#H [i̅HVWATAVAWH`H@HXHh HRH3HD$PHE3&L%t*ftHIqDLHL$8HIEHI6HT$8I)HRIL|$ 9D$(D$,ALt$(t=ujHcHsaH=fHL$ =L|$ HHX0H=LL$ EHӋ؅yIHT$ IHI}HL$ Q=HL$PH3L\$`I[@IkHIA_A^A\_^̅xSH [HL$@HL$8HL$8覆H8H=uH>H5 uH5 tHӋL5H35tHH HȋHH_WH$L$DHCHL$DW̋HH 0cHȋHHJWH$hL$8HHL$8~2H$H`A^_^LMCISIKSVWATAUAVAWH`IC3D~E{E33$I!CI!CHф4HHu,4H$L$$HIHL$$]~IH"4A;tQHӋ3#uA$#u/ tH3A;uAD|$ H3A;u HӋ3Hi3.LL$@LD$8HT$ HH+H  Ll$8IH  HH } Ld$@IH i HH V $;M D$,ȸHHH@HbHHu'PH$jL$(HHL$(}MtD$IIH1~I&3LD$,$HMdM,\H  HH+H H$H HĂH H$L0H$0H`A_A^A]A\_^[LI[IkIsWATAUAVAWHH:H3H$3ۋLf\$ L=fA[Dc L-<u:HVIF HT$ I9 HbI* H|$ NDAfEvAHADEfD| A%}ȃHcЍO.ADUfDL AA*<^F4AFIf|D ;WHIHT$ IH~IH$H3uL$I[0Ik8Is@IA_A^A]A\_@SH H[HB0u H [HLH#0uH݁H  HH H+H HL$@HEL$8HL$8SzH\$UVWH 3HH9\tJH-S3HHH/tHHHHH8uHcH\$@HDH _^]HH  HH H[H HL$PHL$HHL$Hy@SH`HH3HD$XALHL$0AQ D$(%DL$ .H/H|HHHHT$0HHՄHuHHfHHWH|HHHAH9HH*HS|HHL$XH3rH`[H(HH nHH [H(LL LLHATAVAWHPH@HXHpHx LE3D8=tH K-D=D$AD%?tBH *HH*HHuu*H-E3E3A3Ӑh)Hg)HV)HD$0Dd$(D|$ L LH^)AH F)H ?q)HH*HHu)ȁNȅxH -AHKHAg,HӹY,HӹK,Hӹ=,IA+u2HHH 1HEH 3 A;|~HI+uD%A+IA;|WHI^+uD%kD%dA+IA;|)HI0+uD==D%6A+ID8=u D$3+H nLI֋HQqHtHHxH+HL=0q+3H p/H Htu'3L\$PI[ Is(I{8IA_A^A\H(ttt 3'H(E3IAWEHuHu HvEExgHLELEHufE9tTHEA#EEAL+L+IHtAft fHHuHuHAzHtfDAH\$3MLDHuHu HvAWEx'Ht"HIDf9t HHuHuIAWHEH+MLMEI BDHw!fA9t]IEA#AWJHH+Ht0AL+L+IHtAft fHHuHu HAzfH\$ALD$LL$ SUVWH(3HBHH=WGx5HZLL$hHHӋ(xHH;wuf,^f,^zHtf.H(_^][H\$Hl$Ht$WH 3HH@8it HH=HEf9/ f;u)C fCC C fCC HH f;u!3H\K fKC HC HfCC { r 3H f9/vH\$0Hl$8Ht$@H _@UH@Hl$0H] Hu(H}0Lu8HH3HE3HLHHH8:uNjH }HH;vRHw1HAH;w HHrH+HD$0Ht&Ht HHAL33ɉ|$(H\$ 2#HIGHMH3jH] Hu(H}0Lu8He]H\$Ht$H|$ UHHpHH3HEy @H=HtHd$ DG HLMnHU#EDG f+EAXf@uAHd$ HLM;}.DH"@t&LMAH@Hd$ HWH"g HMH3iL\$pI[Is I{(I]Hw"Hd$8Hd$0DO L3D$(Ht$ !Hc؅t|;u˅tHHd$ LMDH!u-f"=t%Y"H ЁN7 +]4"HMЁNMH֯MHMn@SH H:HH [@SH HHH [@SH HLL]H LxH HHH [@SHHXH3H$HHHT$0HA([$t)HT$0HzHH$H3gHĐ[HH HL$$$HL$ HL$ mHVWAUHpH@HXHh HH3HD$`HH:uzuHWHT$0H HT$PHL$0J d$(Hd$ E3LD$P3ҹ؅u HmHHcȸHII@H(HHD$8\$(HD$ E3LD$P3ҹBt&d$(Hd$ E3LD$P3ҹuHH}HHcѸHI@HHHD$@l$(HD$ E3LD$P3ҹ/H΅u HHHHHHHc"HY"HHL$`H3eL\$pI[0Ik8IA]_^@SH Hمt0t#tt H"HcHBH!HHH [H(LD$@Hl u D$@H(HYH BuHL$HHL$8HL$8-kH\$HT$UVWATAUAVAWHHP3MDs Df]XH]DuHMfSfD{-fD9yHyKf?0uGfXfDDDuHUEH4 EHEH;fD98Hxf9yAH f?0uGAfXftEHUHL}L;0-fA9!fA9_Ef]؈E܋DIMڈEf9u*f9Wt$Af0utGAfXfAu`HZf?;wHHrLf:ufGft4f?St.Kf?Duf:t2-HtfHHT$HHH fHH|$@DHD$@H|$0D3ҹ|$(HD$ t'HT$@HHeHHL$@~HL$`H3[L\$pI[Is I_̅xSH HL$@HL$8HL$8aH\$WH 38tKH=qHt 2%HT$0Hu} tkH\$8H _@SH 38ItE6!HT$0H{t H [@SH H cmt;HqHTuH  ӅNH PH !Hu#uH ^ ӅNWH HsuAH r ӅN#H ĻHŻu H > ӅNH hH vƒ=/E~uH 5 ӅNH AH [H(H H ƒ=Eu DH ЁN"H H(H%H(tH=t4H QH e'aH RlH(Ht$WH`HH3HD$PH H HT$83t$0D$8|$:H HD$4ft$2DL$0V DHD$ tLDL$0T$@H HD$4DHD$ >t$T$0H tH V-H GyH tЁNHL$PH3tWHt$pH`_@SH@HkH3HD$8H H HT$ |3H øu(;H ЁN \$$HL$8H3VH@[@SH Ht<3HH MH afH (ZHH [@SH Ht83HH  H H ̷HH [H\$HT$UH$HpH H3H`yH"H3HD$ H)f/ -HD$(H)HD$0H5D$HT$@L$PWHD$8D$Xs f/\@rD@ þf/s(LD ^HL$`fI~%HT$`HHH`H3UH$Hp]HHXHx HPUHHpHH3H`MM %HfH3HD$ HmD$HHD$(HsT$@L$PWHD$0HxD$Xf/HD$8s f/D@rL@f/s(^Xi[ ӽ3f/r\f/s HHLD L,ȺLHL$`HT$`HCHH`H3SL$pI[ I{(I]H\$Hl$ VWAVH@HH3HD$0E3IH?M6 ]H LHLDEAD$ ‹ȃ+HT$$L$$D$( ft]tRtGtxLHHxI H] H\$PHl$XHt$`H0A_A^_H H%2 H\$Ht$H|$AVH H:L1HHtHHXH) HH&IHH H"LIHH\$0Ht$8H|$@H A^HH\$Ht$H|$AVH H:L1HHtHHXH HH&IHH HLIHH\$0Ht$8H|$@H A^HH\$Ht$H|$AVH H:L1HHtHHXH1 HH&IHH HLIHH\$0Ht$8H|$@H A^HH\$Ht$H|$AVH H:L1HHtHHXH HH&IHH HnLIHH\$0Ht$8H|$@H A^H@SH HHN uH [HH4 uHH uHHuHH ]HL$@H:L$8HL$8HSHL$USVWAVHH@HEEHeH!Ee8H:HeHHX(Hm HUHӋH H]HHx8HB HU8H׋H }8u7HH HMMHH`HMHuRH]HHx HAH׋H pLuH>HtHHXHHH&IHXHE3LAQIӃuhHHݭHUU8HBH˃}8rH HHMMHHHMHQ̋H H]HtHHxHHHH@A^_^[]HL$USVWATAVAWHH@HELLeH=!MHeHHX(HLE3HӋH X3I!6E3H]L}HtHHxHHHHeIHXH.E3LEAQIӅHePH}3HePHHHHUPHӋH }HEPML+B+uHuuBHI>HtHHXHHH]IHtHHxHsHאHMP3HePH]HuIH]HtHHxH6HHeH]HtHHxHHIH oHuHH HIHH|VHMXMPH$HMP9OHNHHHH4HI)HHHH ԪHMX)MPHHMPNH@A_A^A\_^[]HUVWAVAWHH`HEHXHH3HELHHM؃eHeHUIy+IHEH]HH HyL=JH]HtHHxHHHeIHX HkLEHUIӅyIHEH],H]HHtHHxH&HH]EHtHHxHHHHMH3mGH$H`A_A^_^]@SH0d$ HكuIHH0[HH AHL$XbHL$HHL$HLH(HIH ʨHL$8HL$0HL$0LHUAVAWHHpHEHXHpHx HH3HEHHeE3A~Hf9/HuD1HHuDpHHuE3+H4HH ا HM0MHHMK;tL=GH]HtHHxHHHeIHXHHEHD$ LMEHIӋH qH]H]Ȁ=Ŧt,HtHHxHHHUH 襔WHEHEHtHHxHzHאH5H ֦QHUH Ŧ\HQH1H]HtHHxH'HHMH3DL\$pI[ Is0I{8IA_A^]@WH0HD$ H\$@Ht$PHt^HHL$HH\$HHHx HLFHVH׋H y8HHHfHVHZHHKHVH?HhH0H\$HHtHHxH%HH\$@Ht$PH0_@WH0HD$ H\$XHڃtsHHL$HLD$@HT$PHKb|$@uHH ^H\$HHHxHLD$PT$@H׋H "HH ؤST$@H Ȥ;HH4H\$HHtHHxH)HH\$XH0_HUWATAUAVHHpHEHXHpHH3HELtgI$HM3H}HUHMH PI\$Hf,uHfuDIHH@HLHNH;LMLEHNH1uHHEIHEIDELMLEHuNHuGf}eu@f}ou9f}fu2HHEIILHN3 HHaIV9t$(EtHI6H?I'HHT$PHI HHHD$PHTIHu HH DH;|$(rIL|$XH\$@HtHHxHHHt$@HL$0sHt$0HL$8cH\$ H\$ HtHHxHoHHt$ H\$HHtHHxHKHHt$HLt$`I>HtHHZH$HI6IH$H39L$I[@IsHIA_A^A]A\_@WH0HD$ H\$@HكtQ蠸LNjHL$PH\$PH\$XHtHHxHH3HL$XPH؀=nu2HH ΚIHH 2HkH+H\$PHtHHxH HH\$@H0_@USVWHH8HEHڃtsHHMHKDHUHM@H}@u7HH fHM0hM(H~HM(>H[HH^upHHE3He8H]@HH8H+LE8HpH׋H 蹶H]8HHxHHH׋H 萶H]8HtHHxHHHe8H]@HtHHxHHHe@H]HtNHHxHH7HH ߘHM04M(H}HM(<H8_^[]@USWHH@HEHڃtHHMHKDHUHM2H]Hu5H)H BSHM0虳M(H}HM(2<He8HH8HLE8HܩH׋H %e H]8HHxPHaHU H׋H E v HH ڱHHEHH HH x=uH?H \H]8HtHHxHHHe8H]HtHHxHHHeH]HtHHxHHH@_[]@USWHH@HEHڃtHHM HK6e LE H9HK't7HH |HM0ѱM(HU{HM(j:̃} }RHH =pHȋHH|@WHM0yM(HzHM(:DHUHMH]Hu5HH ӕ&SHM0*M(HzHM(9He8HH8H(LE8HmH׋H 趲HeH]8HHx@HHUH׋H ?膲HH <HUH ,HhH |=uH~蹯HMHtLEHu2H ~t'H胯HH }tHH }H\Ht H~HH };HUH }+HH }=%}uHH }H]HtHHxHHHeH]HtHHxHHL\$pI[Is I{(I]@WH0HD$ H\$@L‹HL$XHd$PHT$PHL$XH H\$PHHx(HTH׋؋H DH |HtH=|uH0$H y|H\$PHtHHxHHHd$PH\$XHtHHxHHH\$@H0_@UVWATAUAVAWH0HD$ H\$pHڃt HH$AHKWLcLcLsE3AHHfE9,^uÃSHHLEE)EAACEFAaA8VtOA0AtHHHۧIHЧvH IIEH~H覧HH蛧IH萧%t)=tH= H =HDH=H=HHHHH=IH2 w I܅IEHHHHIH=uu IHH\$@Hl$HHt$PH|$XH A^A]A\@WH0HD$ H\$@Ht$XHڃt>HHL$PyHK菭Hd$HHT$HHL$PH H\$HH HyHHYH׋H H\$HHtHHxH"HHd$HH\$PHtHHxHHH\$@Ht$XH0_@WH0HD$(H\$@L‹HL$ Hd$XHT$XHL$ CH ΦEH\$XHHxPHHT$PH׋H L$P+H\$XHtHHxHHHHd$XH\$ HtHHxH#HH\$@H0_@WH@HD$8H\$PL‹HL$0 H\$0HHxXHHT$`H׋H [|$`u^HH sH肤=ruHHjHH[=drAHwH?-Hd$(HT$(HL$0H ӏHd$hH|$(tKH|$(HL$hHd$hHH@HHT$hHӋH 脏H@rH/H0rH訣H|$ht%HmH董HT$hH脣HQ=qH-uHH\=equH|HDHL$hHd$hH\$(HtHHxH(HHd$(H\$0HtHHxHHH\$PH@_@WH0HD$ H\$@Ht$XHtNHHL$PHd$HHT$HHL$P;H 5H\$HHH8HqHVH׋H ǵHHpH4HVH(HHH\$HHtHHxHHHd$HH\$PHtHHxHHH\$@Ht$XH0_HUHH`HEHXHxH6eH3HEL‹HMH]HHxXHtHUH׋H }u^H0HoH1=:ouHQHHbH =oH&HHeHUHM苽H n腌H]HHH(HHUHHoH˅xjHs膠UHsHLHlHH}uHVUDHH==Fnu)H]HH!HXH n H]HtHHxHHHeH]HtHHxHHHMH3N L\$`I[I{ I]@UHH@HEH\$PH|$XHeHeL‹HMH]HHxXHhHU H׋H } ugH$H m(=1muHHH m HUH ~m=mHH ^mٞHe(HU(HMvH YpH](Ht^HH0HLEHUHH mx*HtHUH l\UHM蠔HHH l:H](HtHHxH0HHe(H]HtHHxH HH\$PH|$XH@]@UHH@HEH\$PH|$XL‹HMHe HU HMXH ;RHe(HeH] HH HLEHU(H׋H oHHkHDHU(H8HH)HUHHH=kuH.HH] HtHHxHHHe H]HtHHxHHH\$PH|$XH@]@VWAVH0HD$ H\$PHl$hHt HHL$`FHd$XHT$XHL$`H ۭH?HN-uE3LvH!HNu3HnH\$XHHHLIH׋H 膇HӱH]w^H\$HHtHHxHHHd$HH\$PHtHHxHjHH\$@Ht$XH0_HUWAWHHpHEHXHpHNH3HEHHMHe3DBHM3EHEHEHEH>HHXPHHUHH>HHXpHųHUHH>HHX`HHUHH>HMcHeHHH{HUHӅyHM43HEHEH=QsHHEHUL=XIgHH٧HHH HHUHKHsIUI΍HHHĉUH豍HsI誉HUI薍HoH菉HUIHuHSsvgHI`HM5HeH>HtHHXHHHH&HMH3L\$pI[(Is0IA__]H(tyth tW0tF@t5Pt$DLH  =H4H+H"HvHrHvHHH(H(Hd$04LL$0HȺAtHD$0/=t H ^ЁNs3H(LI[IkIs WHHKH3H$ATHD$0MCAQHD$ 3u iH :ЁNSsH|$@HyȋHLNjHH?uHBH ˥ sH@8(tHHԪ(HH$H3L$I[Ik Is(I_HUATAUAVAWHHHHE HXHpHx HcJH3HHHM(E3LeLeLeLeLd$@Ld$xLd$hLd$pLeH3HEPLd$HLd$PLd$XLeLd$`LeDeDeLeLeDeLeELeELeDeDd$8De3ED$HMp3D$HHXPH֮HUpHH>HMLeHHHHUHH>HHXXHHT$HHXpHpHUHH>HM*LeHHHCHUHH>HHH$HUHH>HHX`HHU0HH>HHXhHHUXHL>H]HtHHxHǭHLeIHHHUIӅD$1H>HHHHUHH>HHHfHUHH>HHHGHUHH>HHH(HUHH>HMLeHHHHUHH>HL$hLd$hHL$xLd$xHHHLL$hLD$xHUHL>H\$@HtHHxHHLd$@IHXxHrHT$@IӅy$H\$@HtHHxHJHLd$@HT$pHןAH|$pHL$XLd$XHL$PثLd$PHH HLD$XHT$PHӃ|$<uXH\$pHH(H«HUHHH|$pHL$HyLd$HHH@HHT$HHEHUH薟x&H]HHpH[HT$4HAEHUHUH]HHHHUHH]HHHHT$8HH]HHHݪHUHKHHu5Hu \ЁNH _FmHHvEHnAHT$`H H|$`HM'HeHHX@HBHUHH\$`HHx0H$HEHD$ LMLEHUH׉EEH\$`H HyPHHUHD$0D$0H=iHEHHEH -OhHHH薀H讖HHUp„H:HHHhH耖HHHRH}HCH=NHHHH"H:HȋT$yL$8-HHJHHHyL%EIH yEv H=fH aH=aHEI蝎HHHxHHHHxIHx];\$8sbHIxHSIxL$8rHIoxHIHyQHINxHI'yII4xML%SD8|$0II xH}IHHHwHHHHwIHwD9}XI|HHқHwHIHwMȅt^tQtDt7t!t&tIt H@H7HX}+H}"H|H-|H{H{I#wHIwHUIwIIvHMHtLEUԏLuAḮtHvIIvIIHvMt IϞHhIvHUIvHuIuvMEH]HtHHxHcHL}HM L}H\$`HtHHxH2HL|$`H]HtHHxHHL}HL$X˞L|$XHL$PL|$PHL$HL|$HH\$pHtHHxHHL|$pHL$hwL|$hHL$xgL|$xH\$@HtHHxHxHL|$@HM4L}H]HtHHxHGHL}HML}HML}H>HtHHXH HL>HH3sL$I[8Is@I{HIA_A^A]A\]@USVWAVHH0HEHAv7HfH C4xHM@V^M0H'HM0@2LcHDH Bu @HI;|7HeH BwHM@]M0Ht'HM0HHMHҗH]HH]@@t%HtHHxHӜHHM@$HtHHxHHHM@TH]HHtHHxHHH0A^_^[]@UWAUAVAWHH0HEH\$`Ht$hD3DnAEE3H=L!uHHHX(H!LEHHӋH ^3H]@HuHHtHHxHHHe@HHXHϛE3LE@AHӅutH]@H]Et8HtHHxHHHMHH @ir#HtHHxHbHHMMH]@FH]@HtHHxH/HHe@H]HHtH HyH HIH\$`Ht$hH0A_A^A]_]H\$Hl$ VWAVH L@2@23Hc~:I Hu@I Huk@HH;|\]@@=b?Hu1HiH ?:qH ?H#uH|HqH\$HHl$XH A^_^HbH {?tHL$PZHX$L$@HL$@fHaH A?ttHL$PZH$L$@HL$@,H\$UVWAVAWHH HHcAE2Eu6HH sAVHMHZH#M@HM@̀=8>u /4>"3H~OH H/uA-H HחHH;}rH vDHH;|[蹃HH >oH >AwsHHpoA3Aid|H&H =rHMHYH"M@HM@H`H =rHMHXHf"M@HM@vH_H Q=rHMHXH/"M@HM@?@USVWATAVAWHH@HELE233Hc~yHI luAHH;|UHcHH <qHIqHH-qHMPWM@H~!HM@YE3E3H5zL!}H3E@HX(HݖLEHӋH ђpY3H]XH5'<LuHtHHxHHHeXIHXHE3LEXAQIӅAH]XHHx@HUHH]XH]Px:HtHHxH/HHUPH*)HדHlANHEPHEHtHHxHHאHHlHUPH(HHlH]XAHpHHƓHlAHspHHllH]XHtHHxHbHHeXH]HtHHxH?HH@A_A^A\_^[]HWATAUAVAWHH@HXHpH/H3H$LD|3ۄt89u /~D;}7H\H :RoHL$4vUL$XHHL$X IHD$@D$4DDID+EIf9/Hr\<uH\I$tHaIuDH`Iu!D+ID;IwD$4lHCI’ D+ID;IDHIDt4Gt)OtStdt gtot suYAD AAfuH=[H 8mHL$4TL$LHHL$LHfH 8mHL$4SL$THaHL$TuHZH P8mHL$4SL$PH*HL$P>H [H 8LmHL$4pSL$\HHL$\A}7HZH 7mHL$43SL$HHHL$HA%}+ǃDž~7HZH 7lHL$4RL$`HjHL$`~;u=At7HvH O7lHL$4RL$dH)HL$d=TH=)H\$8HHXHHD$8HD$ L$DHT$@HӋH TTEHd$@H\$8HH8HDLD$@H0IH׋H JSD$p(D$pfD$pH\$@HHHLD$pH׋H SH\$@HtHHxHH׹hktHHD$pHtM(HHM(̃} }OHkNH "WHȋ%XHHWHM0=M(HHM(DHUHMEsH]Hu4H4NH U"WHM0=M(H1HM(FHe8HH8H|LE8Hh3H׋H 29?HeHeH]8HHx`Ho|LEHUH׋H ?HH !1SHUH !WHHHSHUHVH,HRH]8HtHHxH{HHe8H]HtHHxH{HHeH]HtHHxH{HHP_[]HHPAVHpH@HXHpHx HHH8HAL2LqMtIHXH<{IӃOHg8Hg@HgHfGPGRG`d$ AE3HL$8xL6MtIHXHzIH&HL\$pI[Is I{(IA^H\$Ht$UWAUAVAWHl$HH+H3HE/HE3L!uE3 wD85mEnHbbtyvD!uHUHHkvu vH <ЁNaUH˃U]vu vH 4<ЁNqaEH}L}AAIAD$ w=u<^D;H6vLMHUHEzvu vH IЁN`fD;mu}kH~HHXpHyHUHH =;}E!|%$Z~\pA;H~HHX8HxHH JE-t)-HMjvHMv-HUH;VXu#3DvHfX~RFQt HFRiHME3E33Dl$ "vuc}Yf;E!t#Sf;E!?E' 5E'+H~HHX0HwHH Iv:H}Uu*GHM/H3-L$I[8Is@IA_A^A]_]HM`8HMHMHMA8HMHMsHMЁN8HMHM̸AH\$Ht$H|$AVH Hqu;Ht6H04HLqMtIHZHvIHgHavH\$0H|$@Ht$8H A^H\$WH HMu@WI HH;u HH;BtHH;u)HH;BuIHHXHvH3@H\$0H _H8HD$(Z3@H8HAWH0H@HXHpHxLp HLqE>HyHHXpHquIHӋH L83E;>t8^Qt6HVX3#sH^Xf^Q 8^Qu%E333ArHFXFQH1FR3@H\$@Ht$HH|$PLt$XH0A_@USVWATAUAVAWHH8HEHE3DyRD8y`q\L%L-D8=L}XH~HHXXHptHUHHӋH G7H~Lv HHX`HAtIHӋH 6H~HHHtHUPHӋH 6H~HMXsL}XHHHsHUXHӋH m6^Id`HH"HJH`HHUXH{JHHHlJI$`HH~HRJHj`HȋUH I_HHiH%JH=`HȋV IHJI_HHiHIH`HȋUPn I_HHxiHI^4H_HȋMHHyAHIV0HMIF_HHDiHtIH_HHV(XMH1AHQIII>u H3mI/MHF(WH*sHyXIWH*HyX^YH,H}IHILH}HHH3IJHMXqNZta`D8=u-mYt]ft IIhHH!}IYHF`gnE3E3LoH~HHXHH3qHӋH D3D8=uXt)]ft IIGHr}|XD8=H~L}HHHXxHpHUHHӋH |P3\ft IIGH]HH]`HtHHxHrpHHU`PH]HF`H~L}XHHXxH>pHUXHӋH |2H]XHHxHpLEHHUPH׋H |2H~HHX@HoHD8=u-Wt[ft IIFH{IFH]XH]HtHHxHoHHUjHc]H|lL˺A^mH]XHtHHxHDoHH8A_A^A]A\_^[]H\$Ht$WH0y)t$ Hv APryPu%HL$@kHD$@HgHHG8HG(GPHG@HL$@jHw(H\$@wHWWY5HH+G@H*HH+G8H*^(Y iXmt (muwHHw@H5HwwHHH_86EHY5ct$@ZHzHHEH&[HT$@Hu[HW HBHwkH+W@WH*^wH^5f/vDH.HDHt$@gZHxzHHDHZHT$@H\H\$HHt$P(t$ H0_H\$Hl$Ht$WH 3H8YQtHQX3*kH]Xf]QHuHHxpH.mHUHH C/HH\$0Hl$8Ht$@H _LVWAVH`ICI[HnH3HD$PHLHL$0ISH:t:H:HHXPHlHT$@HӋH y:/Lt$0Ht$ HzH \CHT$@IGLH>HtHHZHDlHH&IHL$PH3諯H$H`A^_^HT$HL$USVWATAUAVAWHHXHEHE3LuLuLu`EEH:L==HLuHHX HkHUHӅH}HM`akLu`HHXH}kHU`HӋH Cy~,H}HM(kLuHHX HDkHUHӋH :yE,-HyI BH]yIAHyIAL9utaL9u`t[IWHHyHAHWHHU`HAH3HAHUHAHHALuLuH>HHXH|jLEHHUXHӅHxyIHAHMjLuHMjLuHM`jLu`HMiLuH]HtHHxHjHLuH>HnHHXTeEEL}3t=uHIcHs?H>HMtiHeHHX(HiLEAHӋ3y AI먅xADL}t=uHIcHs?H>HM iHeHHX0H$iLEAHӋ3y AI먅xADMHLL5PI9)yf=PL=?IwUHH xH?HUIH?IEtH˵~?HUIHi?DMXLI(yf=PITHHwH,?HDUIH?IEtHR?HUIH%>HMgH}HMgH}HM`gH}`HMgH}H]HtHHxHgH3H}H>E3HtHHZHgHIL6HXA_A^A]A\_^[]@SH Hمu Hv!u HvHvtH'>HH [@SH HمtqtdtWtJt=t0t#tt H'OHkwFHBw=H!w4Hv+H'"HvHvHvHkv~=HH [@SH Hمt0t#tt H$'"HK+H2+H+H*#=HH [H\$Ht$WH H1HHtHHXHeHH'H\$0Ht$8H _H@SH HaxHL#HǁHApLtv3ҹb3HDB`HC`SchHH [H\$WH HHI`Ht 4aHc`39~HCxH Htd;|HKpH\$0H _H\$WH HHI`HuA%{h|3at3ChH\$0H _H\$Ht$WH IH3u*a؁NLGAAzMt?HL$XAL+HHtAt HHuHuHALG Mt=HL$h3IL+HHtAt HHuHuHAxQHW(Ht9HL$x3H+IHt t HIuMuHAxOHL$PW8Ht$8H\$0H _H\$Hl$Ht$WATAUAVAWH E3ALAHpu_G8 wG8HOwDo8Ht bLoHO Ht bLo HO(Ht bLo(HO0Ht bLo0HO@Ht bLo@HOXHt rbLoXLoPO8LoHG@t G8Lt$xHAMHHE8,6uHHFHHGH)HFI;ǸWG؅x;AHt)IH+L+H2HtAt HHuHuHɻzHtD)OL$MHHE8,6uHHEHHG HHFAI;ǸWG؅x;AHt)IH+L+H2HtAt HHuHuHɻzHtD)L$MHE8,.uHuHZEHHG(Hu}HFAI;ǸWG؅x8AHt&L+L+I7HtAt HHuHuHɻzHtD)x#IHuD]؁NHl$XHt$`H\$PH A_A^A]A\_HHXHhHpHx AVH03MHMHHu HH u\؁NH9~9HExL$(HAMHT$ AQ F]t;|ǻ HtHt HZHl$HHt$PH|$XH\$@H0A^H\$Ht$WH H3HHuXHH u[NH(pH  6HHtHt HZH\$0Ht$8H _HUWATAVAWHHPHEHXHpLHEHE3H]]H]H]E0<u lILHupTLOMtA8uL qGHHMtt ] A9]t:EHU0HM9]t%EHWHM9]tHWEHMHWHM0HW HM#HW(HM9]tHW8EHMaHW@HM9]t(HWLAHM<9]tHWTEHM'D9_Tv%AHGXH9]t EHMAD;TrHW0HM9]tHWHEHMItIt I4XHO`HtEZYHM L\$PI[8Is@IA_A^A\_]HUATAUAVAWHHPHEHXHpHx MLH3ۉ]DcLeH]]H]H]D]0wu dMtA8u EL5oILHup8A`E3HD'LgA$IHu XMIHM uDMD+M9]D@HU0HM"}0<DMAɋE+ȋUu HWDAHMDMEUD+ȅuDBIHMHWHMa HW HMT HW(HMG DMD+M9]uHW8AHMHW@HM DMEED+MuHWLEDAHMJDMEMD+ȅuHWTDAHM(9_TthOTHII@H>HGXHt:D9_Tv=AHGXHDMD+M9]uAHM AD;wTr GIHW0HMR DMD+M9]u)HWHAHM `EtA $IM;tIt I!UHO`Ht2WVHM L\$PI[8Is@I{HIA_A^A]A\]LUHHpHEI[IsI{ HHe3EEH!}!}HEICAE3H~lHYTu:HEHD$(HEHD$ LME3HlHMTHM7Tt U6}t )9}u$3UHjH Q/HU{UeHeHeLEHHMHH#]HMHt eXHeHMHtyUHL\$pI[Is I{(I]H\$Hl$Ht$WAVAWH 3LLHt.LDËA8tIHuWHuH H+WDEHHyAAADHu HH;HIGHuxvHFDH;DGEx9DHt&H+L+H2HtAt HHuHuHAzHtEyAAADSHl$HHt$PËH\$@H A_A^_H\$Hl$Ht$ WAVAWH 3LLHH8uȋ ;HHu HnSEHGH;w0H+HL+H:HtAt HHuHuHɈHtHt$HHu SIOpHT$H! RHt$XHl$PËH\$@H A_A^_HHXHhHpHx ATAVAWH Hc3LL%duHhI,~XI_xHuhI,H IH,HRhI,;}HChI,HH;|HIH\$@Hl$HHt$PH|$XH A_A^A\H,H\$Ht$ UWAVH$pHHH3H3LHHL$hHhAHL$ E3HȋH\$h\$`\$pD$dO HL$hH\$XH\$PH\$HHD$pE3HD$@HD$`E3HD$8H\$03H\$(H\$ O9\$`HL$hH\$8H\$0LL$dLEH\$(D$d]H\$ \OutL$(AHgLEAQ HD$ Qt9L$(AHgLEAQ HD$ cQt HUI;t$`UHL$hHt NH\$h]PËHH3L$I[0Is8IA^_]@SH HHIHt 0SHcHKHt DPHcH [H\$Hl$VWAVHHH3HD$pLq3HHeIfD$lH|$`|$hQu?HeIQu#HeIPu;DOt 2OH deOHHtH_eHOLHtRDHD$`HL$hHD$P|$H|$@|$8|$0E3ɲ|$(|$ 1MtIRHL$`HSAօuNH ON@NjHL$pH3VL$I[(Ik0IA^_^@SUVWAVHpH>H3HD$h3MHHH\$PHu IaHdHOusHUd 3HD$XKdֈD$`ONHHEHt;LD$XL+HHtAt HHuHuHɺzyfHu oMPHUH\$@HD$PHD$8H\$0E3E3HD$(\$ Kt *MIHL$PIMËHL$hH3דHpA^_^][@SH0y Ht6yt0HQ Ht'HIHtCAE3D$(HL$ H JH HtKHKHt OHcH0[LI[MCUVWHP3E3HIHHIcA[9Yt2LI IKL i`IKI{I[HD$(\$ pJHL$ AHbJHw9_u"HE3E3HHt$(H\$ Jt9tR3HGHuX?9_u7t1HD$pHD$pHD$(HGE3E3HHD$ It_H\$xHP_^]H\$Ht$WH 3HHHtiL‹A8tIHuHtgH+HD$89_tHT$8AHHD$8Ht;u6u3,DHHH!\$89YtHT$8AHt$@H\$0H _H\$Hl$VWAVH DI3LD+IH9qt3]HT$@A؃uFl$@E=w8M1HHt(DOD+Ot3DHH؋0Hl$PH\$HI6H A^_^H\$Hl$Ht$WAVAWH AAL+AHA;sM qDM1HHtEM3HڗDCHSH辗HKLHksKLIHK蛗{H\$@Hl$HHt$PH A_A^_H\$WH E;AHABHtQDHQHF_H\$0H _H(H HHIHtLH(H\$Ht$H|$AVH HًIL;Ks LCHItKHHH@H/HHu HH3DCE3CD9CvHCJ J DD;CrHKHtiKSIHsH {H\$0Ht$8H|$@H A^H\$WH Ht HKHH\$0H _H_H !@SH HvHIt@HvHIu Zt#'HvHIZuSH [HuH 9%HjvH &%HL$@G HL$8HL$8ޓHvH $HvH $HL$@ HL$8HL$8葓HvH l$HL$@ HIL$8HL$8W@SVWATAUAVAWH@HDŽ$LHcك}=HwH +$H$I L$PHHL$PL*LbIF3HD$`H$H$HD$hE3L$L|$pI HH$I HD$x3H$HHKwjHSwILGuTILR HH$Hu:H3wH ?#VH$_ L$HHHL$HH$Ht~L$(H:wHD$ DLƋ׹ Et*ADL$(HwHD$ LƋ׹ Eu)H$H$rH$LH$H$ZDy_H HHvH E"HH:"HH+"AH$KL$XHHL$XHUIDFE3Ld$8Ld$0Ld$(DLH$H$H ~v.HvHkHIHHvHHt H HH=wHwHHHHvHH$)L$HIcEE3Ld$8Ld$0Ld$(DH LH$H$H u-HvHHIHHwvHHt H HH=&vH/vHHHHuHH$GL$H:vID?Ct9H@vH H$-L$@HHL$@ĎI^I~H/HDML#HHDML#I HHD$`H$I~ H$HD$hHd$8HD$0H\$(ALH$H$?H t=,HtHHwIHlHxH]Ht HXHH=tHtH5HH*HstHHwH IHH*HE3MtfE9't H= H=LHwHIHHHMtfE9&uLHGHIHHHqH$SH~wHFHxH7aHtI*BE3Ct9HtH H$L$DHVHL$DjI^fD9#^HHAFHNLHD$pHD$8Ld$0Ld$(ALH$H$H q*H=fD9#HEHtHH>HH3HH$Ht HHH=crHlrHHHH:rHH$L$H$AHL$xAHL$`HtAH$HtmAMt I_AHHMAHQsH H$.L$LHHL$LŊHtH 3H$L$THxHL$T茊HoH gH$L$\H;HL$\OH@A_A^A]A\_^[HWATAUAVAWH@Hǀ(HXHp H H3H$8HڋAA;}8HuH AHL$`L$xHHL$x觉L2IE3Dl$`D$0D3H$1̊D$0D3H$1貊D$0D3H$1蘊IJLH$AL$Hu7HmH ,AHL$`OL$lHHL$lueHmHKB>uPHKHH$Hu7HmH AHL$`L$tHhHL$t|H$Ht\$(HmHD$ DLA׾ 2<t&\$(HmHD$ DLA׋ <u+IH$H$HLIH$yiHt H6HH=H+mH HHH-HHL$`L$hHTHL$hhH$0HD$HH$0HD$8H$0HD$(HD$dHD$ LL$`LIH$H ps+%HsHHeIHZHsHKHt HFHH5mHmH#HHHamH HsHt$`A;uHH?@tH jH@tHjH@tHjHL5ʉIHA;@H$0wLHtfD9(uL=H#sHKIH@IH5H$00LHtfD9(uL=;HrHIHIH@tHH$0HHtfD9(uH5HrHHHIHH$CIi;Ht H[;KtHoHcHG=HUP'yH rH}PHrH2ALHu&H32H rA ՅNkH4sHs2LHu&H2L2H -sA ՅN-H~sH52LHu&H22H sA ՅNHsH1HHu&HF21H sA ՅNI5HtE33AIE H4HEXHD$(HEAE33HHD$ Aׅ9]tYIΉ]4LME33HAօH43HH@H t HuHuH t$H[v6 H$H@A_A^A]A\_^]HvHH HMPHhM@HM@x}HmH SHMPfH1M@HM@A}\0H rA ݅N؋;HMPhHM@HM@}0H ]sA ݅N؋HMP(HM@HM@|/H sA ݅N؋HMPHqM@HM@|HcH \ HMPH=M@HM@M|H\$Ht$H|$AVH H:L5!xHHtHHXH2HH&IHHq2HjLIHH\$0Ht$8H|$@H A^HHuH  HHXHhHpHx AWH H-rHyHH HL=HyvH H=xIEHs%HHHH~Hw H8IEH%H[HHPHy~HH\$0Hl$8Ht$@H|$HH A_'@USWHH0HEt7HH z HM8M0HSHM0hzH E HeHUH xUH]HHx@H0U H׋؋H x)U uHxH ^H]HHx8HZ0HU H׋H 0yM H]HtHHxH!0HH0_[]@WH0HD$(H\$Ht:HH J} HL$XL$PH!HL$P5ỹd$@Hd$ HT$ H sw&H\$ HHx8Hq/HT$@H׋H FxL$@,H\$ HtHHxH5/HH\$HH0_HxH rLWHPICI[IsHmH3HD$HHIKIcH9HHXH.HT$8HӋH ~BH>HL$ X.Hd$ HHX Hr.HT$ HӋH ~HT$8H y HH#H'HT$ HHC{H HL$ -Hd$ H>HtHHXH-HH&HL$HH3[qH\$hHt$pHP_HUWATAUAVHHHEHXHpH0H3HELHMHeeHeH9HHXHi-HUHӋH o}I>HHX8H?-HUHӋH }I>HHX0H-HUHӋH }I>HHX(H,HUHӋH }I>HM,HeHHX H,HUHӋH }GI>HHXHH,LEHUHӋH ~I>HHX@HZ,HӋ؋H b|3@L%IHH}H H$HHU8L-!yIHIHH}HHHHUHIHv H=VHMH=VHEI@HH}HnHHHHXIHMIHHc}H3HKHHUIHIHHR}HHHHUIHIHHQ}HHHHUIHIZHH0}HH39uvRtHzIfHHUHIIHH|H?HUHTH&;urIIHM)HeI>HtHHXH*HI&HMH3omL$I[8Is@IA^A]A\_]@UVWAVAWHH0HEH\$`D3H!u@H!uHHUHH yq,LuHH]@HtHHxHo)HHe@IHXHHU)HU@IӋH {3H]8Lu@HtHHxH)HHe8IHXH)E3LE8AQIӅutH]8H]Et8HtHHxH(HHMHuH ##HtHHxH(HHMHH]8EH]8HtHHxHd(HHe8H]HHtHHxHA(HHeHH]@HtH HyH(HHH\$`H0A_A^_^]H\$VWAVH HcL 23H~$_I H#&HH;|}=Hu1HH _H HHHzHAH\$HH A^_^HzH HL$PHL$@HL$@pHrH kHL$PHKL$@HL$@YpHH 4gHL$PHL$@HL$@pHUWAWHH`HEHXHpHH3HEHٍAAA;kx u5HyH AHMMHHMoHUH%H y @2uH!HO$@ADHeHUH mP HeH]HHxPH%LEHUH׋H @y'H]H]@t%HtHHxHY%HHM$HtHHxH4%HHM2H]HtHHxH %HHeH]HtLHHxH$H5HH DwAHMMHHM4nHMH3!hL\$`I[ Is0IA__]HUHH`HEHXHxHH3HEHڃt7H0H HMMHHMmCu7HXwH qHMMHJHM_mHUH #H Zw] HeHUH k< HeH]HHx`H#HUH׃u7HnwH HM,MHHMl̋H mw=)u3HwH HUH y4HewHH]HtHHxH"HHMH3JfL\$`I[I{ I]@SVWH0HD$ Ht:HxH ,HL$`ML$PHЬHL$Pku:HuH HL$` L$PHHL$PkHd$hHT$hEH i Hd$`H\$hHHxhH!HH׋؋H avp=u H $HzvtHvH\$hHtHHxH!HH0_^[@WH0HD$ H\$Ht:H)H HL$PL$@HHL$@jHd$XHT$X9H hH\$XHHxXH H׋H vo=uH+vH H\$XHtHHxH HH\$HH0_@WH0HD$(H\$Ht:H9H HL$XL$@HHL$@iHd$ HT$ IH gH\$ HHxHHT$PH׋H uzT$PH 3HuHH\$ HtHHxHHH\$HH0_@SVWH0HD$(Hڃt:H8H HL$h L$`HHL$`hHd$ HT$ HH fH D$PH\$ H Hy HH׃uHtH -qH ruYH\$ HHxHHT$PH׋H =t,=yu3HuH TT$PH f$5f$ ,f$$#f$(f$,f$0ff$43EEH$6*RDŽ$\e)$` e)$p3EEH$QDŽ$e$e$e$e$e$e$A(E3H$}QDŽ$"HmeH$HfeH$H_eH$Ye$3EEH$%QDŽ$(6e$,-e$0$e$4e$8e$< e$@e$Ddf$H3EEH$JPDŽ$l d)$p d)$d$df$3H$H$$f$DŽ$d$d$d$yd$pd$gd$^d$Ud$Ld$Cd$3EEH$ODŽ$'HdH$HdH$H dH$HdH$cf$3H$H$"H$*$2f$6DŽ$8c$<c$@c$Dc$Hc$Lc$Pc$T3EEH$XNDŽ$|kc)$ kc$dc$3EEH$PNDŽ$Ac$8c$/c$&c$c$c$ c$cf$3EEH$MDŽ$HbH$HbH$HbH$b$ bf$$3EEH$&aMDŽ$Hb$Lb$Pb$Twb$Xnb$\eb$`\b$dSb$h3EEH$lLD$.b)$ .b$'b$3EEH$LA&D$b$a$a$a$a$a$a$a$a$a$3EEH$KDŽ$ +HaH$ HaH$ HzaH$( HsaH$0 HlaH$8 HeaH$@ _a$H Uaf$L 3H$N f$V DŽ$X .a$\ %a$` a$d a$h  a$l a$p `$t `f$x 3EEH$z JDŽ$ `)$  `$ `f$ E3H$ JDŽ$ `$ `$ `$ `$ v`$ m`$ c`f$ E3H$ JDŽ$$ H?`H$( H8`H$0 H1`H$8 H*`H$@ 3EEH$H IDŽ$h `$l _$p _$t _$x _$| _$ _$ 3EEH$ _$ 3EEH$ fHAM$4 H_H$8 H_H$@ H_H$H _$P D3H$T HIOAlL%fA9MIMOI+HHcHBAI;w6HL+L+JHtB ft fHHuHuHfHtfI\$0HHkDHL$THDd$(HL$ ELǺ tD$0D$0HcH*rAHcD$0HkDH|$ E3E3T P3ȅy%=u DDIHf9GuIfC9\euHIH;r AoHH׋f9t HHuHu WHHH+ЅxKH+HWt0LLL+MtB(ftfHIHuHu HzfyW5IH+HHtft fHHuHu Hzf3Dt$0L|$8AMt IAEËH$ H3f>L$ I[@IsHIA_A^A]A\_H\$HL$UVWATAUAVAWHH03LHEHD{HP\E3HEDH]H]@HD$ HMHHE@H}\HD$(E3E3H\$ oM@kHHu DsDE@3HDHMHHE@HD$(H$\E3E3H|$ tDuU@tnIHIHf9GuHH4GHIHHtHU@D#IHf9FuHH FIHf9AuHH4AHH;rMtE<$HMHHtuHt HAEËH$H0A_A^A]A\_^]LI[ISUVWH@3IIHD$hD$`I[HthHtcMt^IKDKE3IKHHu)HL$0HD$`LL$hHD$(E3HHl$ t|$ht HL$0Ht ËH\$pH@_^]HHXHp L@HPWH0A 33IHHxD@BHD$HDOE3HHHD$ *؅u,HT$`HL$HHD$PHD$(E3E3Ht$ ߅EHL$HHtPHt$XH\$@@NjH0_LI[IkIsMK WHP3IC H[|I[ICI[E3E3HD$(?I[ \$ Ru1HL$xH-|DKH{E3D$(>Hl$ AtlH5ZHSYHH{HHiHH{HHYHHHHUFHuHL$xHtHl$hHt$pËH\$`HP_HHX L@HPHHUVWAVAWHH03MH]0D]@Mu HuPIHtHE0HAE3HHD$ usHM0HE@LM8HD$(HǀE3H\$ uIM@LHuxZHtE@HM0HE@LM8HD$(H~E3Lt$ t }8uM7tMtI HtHM0Ht GH]0ËH\$xH0A_A^_^]HHXLH L@HPUVWAVAWH03H@HHHXXAE3HHD$ tHD$xLL$pHD$ Au 'l$xD} sD} AEHHuxM3H?HT$pLH>ED+AAILFAWIBI;AGȅx+IIӋMtf9t HHuHtML+ALÅx_MKCM+t=II+L?zLML+MtAftfIHIuMu Hzf%=IAHAWHBI;AGȅxNLƋHt2LyL+L+IHtCft fAIHuHu IzfAmHdf\IH}AfB\vHL$hE3D|$(Ht$ tZH-HTHdH}HUHHFH_}H7HTH(HH9\$pt HL$pHt HHL$hHt  H\$hËH\$`H0A_A^_^]H\$Hl$Ht$WH HHHH3Hf94Au0HHt:HHf94CuHCHHHf94CuHuH\$0Hl$8Ht$@H _øHHXHhHpHx AVH IHHH3IHf9,Au/HH7t3IHf9,GuHHV߃3usHT$0Hqtv|$0tYHmL mHMHD$ bu@wa%HMf߃3uA>3HUHMu HUHL$@υA@NjHH3,L$ I[(Is0IA^_]H\$UVWAVAWH$@HHfH3HHL3HM3DDfu3HD3fh3HHUHHH njHGHHGHHGHHG HHG(HHG0HHG8HHG@HHGHHHGPHMPރ3HT$0HMrtVI*tJMtPA?uJHkL jHHD$ PtHT$0Hfu DpHD$0HHD$8HGHD$@HGHD$HHGHD$PHG HD$XHG(HD$`HG0HD$hHG8HD$pHG@HD$xHGHHEHGP97t? uA AE@ƋHH3T*H$HA_A^_^]H\$Ht$UWATAVAWH$pHH$H3HH3AHL$b3Eċf\$`?1Hr3Afp$1Hu 09(> HPL PLPHD$(HPHpIHD$ axHpH OʼL~DII9HHT$`HT$XHL$`LD$PHL$`xtyD$PL$^T$\DD$ZDL$XD$@L$8T$0DD$(DL$ LXPHpLL$`I謻xHpH AHIcHAËHH3i(L$I[8Is@IA_A^A\_]HHXHpHxLp UHHpH3H3H`3AHL$B3EƋf|$@O/HRE3fP7/L5‰HOI3IHOuHOHOI HgL \gHL$@HD$ u%P HOIHT$@IfH谺H0I衺HPHL$@tHT$0HPu )HOI[HPILH]OI=T$0I(L5mOIHHT$2HIHHT$4HIHHT$6HнH0Hɹ@NjH`H3:&L$pI[IsI{ Ms(I]@SH03LLHtWHtRIIHf9AuIHf9Ju;r2ыDT$(H+LL$ EMP Ë3H0[HHXHhHpHx AVH E3HHAH$fH HEu%H H6uHHcH rӸzfD97t_HHfD9ut=HM}HHrHMHcHHXH.HHM@HH4NH (3H\$0Hl$8Ht$@H|$HH A^HHXHPUVWAVAWH 3MLXHX XHMHPu hzHlHHuxeT$XLDIu 26LL$PLD$hHMHux HD$hfAHt HËH\$`H A_A^_^]@USVWATAVAWHH0HE3Du@uHL=`H=b99`999 E蟢HuPHUPH 'Iυt}@u HUH9VHVH]PHHxHHU@H׋H 0HVIU@IεH0HDZH]PHHx(HHU@H׋H 2ěHVI荱U@IzH'HHpL iAMHM@UIυtHVJU@I7HHHV+L MHM@IυtHVU@IHHH+WH]PHtHHxHHH=p\HYWI豰L [LHM@u LDE@DE@IσzHW]L f]LHM@BuDHWI)]@IHȋ H,HEWHL ]LHM@tL ]LHMHtH(XIU@I譳HHWH裯UHH萳HaWH良L [LHM@nu $DE@DE@uAL ZLHMH0H XI!UHIHWH"HsXIHXIHVHtyD$0|~,t t"ukH U QRH FSefH$ tH$Hu  H@NjH$H3ZL$I[Is I_HHXHpHxL` UAVAWHHH+kH3HEHW33HEW3A?fELHu HUAHHHu WHUH9HE}HEHEHEHEHEE؉E L%JuH\DI踦HUI謦H[I蝦LEH΋9u17H\I̋nUI[HHTHUHt+HE}HEHEHEHEHEE؉Eu eAAs1bH[I̋HUIHIӥADH&ImËHMH3*L$I[ Is(I{0Mc8IA_A^]HHXHhHpHx AVHPHhH3HD$@333A?LHu HTAHHHu mE33Hyu= uCHT$ H\t|$$u-s̸-DHI9ËHL$@H3H\$`Hl$hHt$pH|$xHPA^H\$Hl$Ht$WH 333A?HHu؋HSAHoHHtiHYH YrԣH;u>y=0tH ZN؋H%ZH r艣H>0=$tH ZN؋話HZH q@Hy%=uۋHl$8Ht$@H\$0@NjH _HHXHpHxUATAUAVAWHHHofH3H3HM3A\$pf]HYZH qH\$x舢HL$pnu ,33A?HHEHtHL$x_ADD$pAEEA;H$ZH }ZHDHMA+tt L= [L=ZL=Z3HMDB(HEDuHE`DuLt$xEXH]EHEԉEH]EEt!bLEAIkHEuHZHEDH[H obAEH oЉD$xDHZH=HELEH\$`H\$XL|$PH\$HH\$@HD$8D$0HPAHD$(D$ IHHuXHZH MoD$pĠT$pH 9o謤HH襠D$p=0u$AsDl$xHuHuHZH n\Et!LEAIHEuHoZLEHHEtLEHt uHMHMCMt IËHH3? L$I[0Is8I{@IA_A^A]A\]H\$Ht$H|$UATAUAVAWHHHcH3HE3L3ɍVDHuHuHuHuHuHuD*ȅy9%D=tDL=mH3[IAIqL=dmH][AIϞH[IHEL sEEH s3HD$ uЅy%D=tDH \H!]IiA$H}HHXHUHELMHE3HHD$ ӅHz]IH}HHHLEHHӋЅy%D=tDH ]!Hc^I軝A$wWH}HHHLEHHӋЅy%D=tDH |^H@_IXA$wTH}HHHILEHF~HӋЅy%D=tDH Y_^H@`IA$ A;wYH}HHHLEH|HӋЅy!%D=tDH y`(H;aI蓜H}HHX@HHAuHMut9uDEuH}HtHHXHPHHuH}HtHHXH.HHuH}HtHHXH HHuH}HtHHXHHHuH}HtHHXHHHuEtA[E@ƋHMH3L$I[0Is8I{@IA_A^A]A\]H\$ UVWATAUAVAWHH033ɍWDH}PDD+y4%=uHiH8WHHAHdiH]WH՚HWHƚ3HEPL oH oDBHD$ {Ѕ%=tH _EͨA;"$s,3;}t HkHM@}@uHcHDENDu@EyA%=uEAUAAAAt[ATt AiDEHfHsHlgHdHgHUH9hHDE;HhDEStHhHHyiHHiHH[jHcHژY%HdH| H_H蛘LM@DH}@H|$ NtHM@HHu#}u DHLHKH9}@t HM@AH`HHMHtfEH3-tt LQGLP>LP5HN]H֗\Hn_H趗E3A_DDEtEEtKHiH耗HijHqHjHbHkHSHkHDu%HM@}@tE@tNLuPMtIHXHIH}PEtH$@NjH0A_A^A]A\_^]H(MZf9@t3OHc oH,Hȁ9PEuA= t= u3v93ytv 9^sH ĽHH1H2 dH dN=Yu H >h3H(H8cD cL0^6^H/^H^H ^HD$ ]H8HHXHpHxL` AVH0eH%0HXE33HLtH;u D׻+;u iuY L%H=H|$(D$ I;s)u)H7HtHH։D$ HH|$(҅t];uHaH 2Eu 3HuH=t.H ?tHtHHZE3AP3L\H\ \؎~\=\um=j\u vX\-P\=i\u Õ=;\u G)\H\$@Ht$HH|$PLd$XH0A^H( H(ffH; WuHfuHB@SH H3H HH [H%HL$HH -\H]HD$HE3HT$PHL$HHD$@H|$@tBHD$8HD$XHD$0HD$`HD$(H[HD$ LL$@LD$HHT$P3C#HJ\HH\H9\HH.\H\HZH$H[Z ZZHkH ZHHkH ZHUHHkH ZHUHHkH uUHLhHkH hUHLhH [HĈH\$WH H#tH語HH\$0H _H\$WH HH\HD$8HuHH9H]H(HD$8HHD$@LD$@HT$8HwHHT$8HHT$@HFHH\$0H _H(SHH(H(H8csmu#xuH lv@u/3H(H(H 3H(%|H3HAHwHM0~HT$SUHHHH]H;uj ̀=XuD3H 'Y膌#Yt&yt负ftHH X$ H8H@HPҦHHƦ@UH HE t e HMpLH ]H(LH0L@UH HE te HLH ]H(LHsH(qL@UH HE t e HM8QLH ]H09LH@-LHHLH@ LH8KHPKHHKHhKHHKH KH8rH0rHT$UH HH~H W葈H~H W~HcUxH VfHH V[HH ]H@,KHT$UH HHlH V Ha~H V HcUpH VH&H oVHSH \VׇHZH ]HPJH JHxJHpxJH(fJH ZJHxNJH04Rpz>>>?3? t dT42d 4Rp|p@@@A?A4RpxAAB9Bp`0P8pBBCEF+Ft 4 RP`FF$GGG p0PPvGGtHHmIII!!td4 sIJvJ, d4 p P bsP@pd ,HOOOO:X  BP0s! ! t d 4 Rs@pd mHOOiPnP{  BP0s b p`0PXsPPST UUVhd 4 R p&4 p`0sSBpd(8|XXXXYN  2P0s% p ` 0 Psbnz\YYYYYZZ['[5[C[Q[s[[q]]]]]]d42 p d T 4 2p t d T 4R" "d4 pPȀffxh' 't#d4 Phhktd4 Pxkll d T 42p t d T 42. d4 p P$T4 p `p p`P0h4p ` Pd42 pT 4 2 p ` ( p`0XEpd0X{||}}}}~~~.k  rP8 &d"4 p;_Fpd0kxЄԅ Ήkx  Pt4 P4P 4r p`P Rp0Ph@64 Rp@pҕ!'d4 p J|Vg3 %d!4 pPrET4 Rp`PЂ ɛ͛89,d4pPZ(4Kn)t4 PRFR١|Rp`0Xdpaգ4 Rp0mʤ4 Rp]¥Rp`0^,4 Rp`"Rp`0`sd 4 Rpd 4 RpLm p`0P=AE.lحd 42 p4 RpppQ4 RpHt4 2 p `P6 $d{ 4zr p K@HX߳  RP 4R p ` P4rp ` Pd 4RpdT 4 p!!4!Rp`P4 Rp`P t dT42T42 p 4, *p@$d.4-* p@  4 rpd T42p. d4 p P, 4 p`P2 !d!4! p P3 ""t"d"4"P`4 2p ` PR p`0P8T{ 4L Jp@ 4p`P d T 4 Rp$dZ4YV p0 ""t"d"4"Pp( tdT 4 @7 &t&&d%&4$&P0 "t"d"4"Px 4R p`P   t d 4Rjj    4 2pI   "L     4 2pM  @   4 2P PpdOd0POXP2-+] f0@@@P@`@x@<empty>,@,@O,@,@-@( ,@,@ -@( R,@,@ -@,,@,@(-@,@,@0-@h-@(-@,@,@0-@-@( ,@,@0-@h-@-@-@( ,@,@0-@-@-@ .@,@,@0-@-@-@(.@`.@.@ .@c@.?AVAbortException@@@.?AVJobErrorException@@`!!ȅBTpQ X a h, @ P \  t   ! !d!lX!`! !?!כd"W`Bl"H;"D"/8OX<"D "flʣ!У8,#@!D#( P I!\׫# #E L#ĭ !q!x## wӲܲ#D$L,$1H$8h$$$ $$$E$Lp%%B!Pt%`<&pWt&`8&@?&HL'`(p3)@x)U)`@*zl* **H*P$+xt+E+P+ ,,\,,U,`H,P%-0`---.aD.p4.@.,/@//0/l0800]1p}X1,2l2x23:`3@33{44\`4p4044 5 P5 K |5` , 5@ A 5P _ 6p 6$<6P 70L7$R7X!T!\j7p'8'(9)*9*+8:+-L:-E0`:P0!7:07.8`<@8M9<`9m:=:o>=>]?=d?j@4>p@nAL>AcB>pBTF>`FuG ?GIh?IJ?JPN@NN$O{OP OO,@OP@PBV4AHVWAWuXl"|XVYA\Y^dB ^Q^X^^^F_L__TC_``k`P t``P `aTCbedCeeCefTCfhChkCkmDm_n6hnCoPDLophD pqDq/r8rsDs$uD,uu%uvDvmwDtwxDxx6x yP y6y!@\(GpKTG|GGk0H؞ HH@IIISI`LJ`4JF`JLJJcDKp{TKKײKXKRPLX)hL0xLL(mLtLl"$LLrLxILPM M,Mz@M`MMMN%`UL\NMTM  N0NqHNx`N|NNcl"lNN O! $O! H P  TO  P   \O  !  ! ( !<  O  @  O O-!4/LpO!%y|!P"Dj$$$( (26;R8<RH<8<,g@m A\TBYFkF@L$1$@`$pP $6P`p,dt6N`"4Tf0BTp"2Jhv  .>L\rL6tZNB..@HRfrr\ .:BL|ndV0NbtP@0vX(8D`0ph@`0$6P`p,dt6N`"4Tf0BTp"2Jhv  .>L\rL6tZNB..@HRfrr\ .:BL|ndV0NbtLookupAccountSidWkGetSidSubAuthorityOpenThreadTokenLogonUserWlGetSidSubAuthorityCountoGetTokenInformationCopySidImpersonateSelfImpersonateLoggedOnUserRevertToSelfJGetLengthSidRegSetValueExARegQueryValueExARegQueryInfoKeyW\RegCreateKeyExARegOpenKeyExA AllocateAndInitializeSiduRegEnumValueATRegCloseKey]RegCreateKeyExWRegQueryValueExWConvertStringSecurityDescriptorToSecurityDescriptorWRegOpenKeyExWRegSetValueExWCreateServiceWeCloseServiceHandleDeleteServiceOpenSCManagerWOpenServiceW[ChangeServiceConfig2WStartServiceWLQueryServiceStatus]ChangeServiceConfigWMQueryServiceStatusExjControlServiceGQueryServiceConfigWADVAPI32.dllGetCurrentProcessGetCurrentThreadWideCharToMultiByteMultiByteToWideCharGetThreadLocaleSetConsoleCtrlHandler#DuplicateHandleCloseHandleGetDateFormatWGetNumberOfConsoleInputEventsLoadLibraryExWSetConsoleTextAttributemGetModuleHandleWGetSystemTimeAsFileTimeWriteFilePInitializeCriticalSectionGetSystemDirectoryWGetConsoleModeaSleepFormatMessageWLeaveCriticalSectionGetTimeFormatWSetConsoleModeSetConsoleCursorPositionWriteConsoleWpTerminateProcesscFileTimeToSystemTimeGetConsoleOutputCPGetStdHandlefFillConsoleOutputCharacterWVGetLastErrorSetLastErrorGetProcAddress:QueueUserAPC)EnterCriticalSectionGetConsoleScreenBufferInfoLocalAllocEGetFileTypedFillConsoleOutputAttributebFileTimeToLocalFileTimeLocalFreedSleepExGetCurrentThreadIdLReadConsoleInputWFreeLibraryWaitForSingleObject GlobalAllocLoadLibraryAOpenMutexAReleaseMutexVerSetConditionMaskCreateDirectoryWGetVersionExW<GetFileAttributesWCompareStringWVerifyVersionInfoWCompareStringA[ExpandEnvironmentStringsWLoadLibraryWKERNEL32.dllswprintf_s_wcsicmp8feofswscanfungetc}__doserrno_wfopenj_vsnwprintfwcstok_wsetlocale[getc3exitwcschrwcstoulmallocwcstol{iswxdigitMfreewcsstr$_finite_stricmpV_XcptFilter_amsg_exit__wgetmainargs__set_app_type_exit_cexit__setusermatherr~_inittermX__C_specific_handler(_fmode_commodemsvcrt.dll??1type_info@@UEAA@XZ_lockB_unlock|__dllonexit_onexit0?terminate@@YAXXZRtlCaptureContext]RtlLookupFunctionEntrylRtlVirtualUnwindntdll.dllCoCreateInstanceCoUninitializeTCoInitializeExStringFromGUID2CoTaskMemFree~CoTaskMemAllocCLSIDFromStringole32.dllDispatchMessageWwPostThreadMessageWYMsgWaitForMultipleObjectsExpPeekMessageWGTranslateMessageKillTimerSetTimer4LoadStringWUSER32.dllSHGetFolderPathWSHELL32.dllGetFileVersionInfoWVerQueryValueWGetFileVersionInfoSizeWVERSION.dllUnhandledExceptionFilterRSetUnhandledExceptionFilter0QueryPerformanceCounterGetCurrentProcessIdGetTickCountL_CxxThrowException\__CxxFrameHandler3@floormemcpymemset(@Xp   HMUI BITS administration utility 4VS_VERSION_INFOD%D%?StringFileInfo040904B0LCompanyNameMicrosoft Corporation`FileDescriptionBITS administration utilityp(FileVersion7.7.9600.17415 (winblue_r4.141028-1500)<InternalNamebitsadmin.exe.LegalCopyright Microsoft Corporation. All rights reserved.DOriginalFilenamebitsadmin.exej%ProductNameMicrosoft Windows Operating SystemBProductVersion7.7.9600.17415DVarFileInfo$Translation E do;:yr|mrRN'gjyh MUIMUIen-US 8@xpX`ЬجȭЭح (08@HPX`hpxȮЮخ (08@HPX`hpxȯЯد4 (08@HPX`hpxȠРؠ (08@HPX`hpxȡСء (08@HPX`hpx (08@HPX`hpxȣУأ (08@HPX`hpxȤФؤ@ȩЩةФ`p 0@P`Xhpȡ `pxȢТآ (08@hxУأp p