MZ@ !L!This program cannot be run in DOS mode. $Tp2036Ϸ.41RichPEdR"  0@` p `pp.text<.0 `.dataO@4@.pdata :@@.idataH@@.rsrc `@@.relocj@B@@H@\@@@@R&wD@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@l@ޜeH VRQ{@x@n'Leq5 @@ޜeH VRQ0@@USAGE: BITSADMIN [/RAWRETURN] [/WRAP | /NOWRAP] command G躻WFmHJ+yK6p Pf9TohE֩p@@n@x@n@x@o@@o@@ o@ @8o@"@Ho@$@`o@@po@@o@@o@|@o@`@o@H@p@t@ p@@8p@@Hp@@Xp@@pp@@p@8@p@@p@`@p@ @q@@8q@@hq@`@q@ @q@@q@x@r@@r@@0r@@Pr@@pr@@r@h@r@X@r@@r@@s@p@0s@8@Xs@@s@ @s@|@s@$@t@@0t@@Xt@@xt@T,@t@P-@t@X.@t@`/@u@L3@(u@8@Pu@d@xu@p@u@p@u@$@u@l@v@@0v@4@Xv@@v@@v@x@v@(@w@ @8w@@pw@@w@@w@t@x@\@0x@,@Xx@@x@d@x@ 5@x@6@y@6@(y@:@Py@;@py@@y@ԓ@y@@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"?@?@?@X@@X@@@@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 SettingsProxySettingsPerUserk@DefaultConnectionSettingsSoftware\Microsoft\windows\CurrentVersion\Internet Settings\ConnectionsSavedLegacySettingsn@l@n@l@ @Lm@8@hv@P@{@h@0~@@P@/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 Disabledn@@n@@@@@@/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.n@@n@@` @`@x @d@ @ܘ@ @@o@@po@D@ @D@ @ @ @d@/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 n@@n@@o@@ @Ġ@H@ء@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-@(-@H-@h-@-@-@-@-@.@(.@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|ڡ|"(H"(H"(8`H"x0333333??ffffff??N@Y@@ @@0ACAcAACC"X"xH"d00H"///@"/0/0"(..("(.,.("0(@(("X&!&("%%0" 0" 00" 8"4D0"0" "("# "h"D0" "8 "--8"" "\P" " "((("*+8"\l "0 X  @" "8 "0"`#("`#("0"X%0",0"LT "p0"`("0"% "++ " "" "! "L\("8$0",,, "`"(" "  "`h("`%(" (" "" "(@0", " " $)t))"0"  "(" 0" $ "@"L("l$$$("T+l+8"!!8"Xp0"**8"H ^H֋AVHHL$0D$0xHHXHhHpWH0`H`HHLMD3 u3CHH@H}3D͍JLƉ|$(HHD$ u HHH\$@Hl$HHt$PH0_H\$Ht$WH@HHu3rHd$8Hd$0d$(Hd$ 3LJATt͋Hd$8Hd$03ALÍJt$(HHD$ u HHH\$PHt$XH@_H\$WH H2ot t uHH׋H\$0H _H\$Hl$VWATAVAWH AEMHL9uIHH;wap;HHtaAIHDawIDI.A7IH\$PHl$`D$AH A_A^A\_^HZHL$XD$XWuHH H-HL$XD$XuHHL$XD$XWuH\$Ht$UWAVHH0HdIM0De82HEHt} t t, t "u ueքtRLE0HU8HMD뼄t1HlH H IHH H0LE0HU8HME3,HMH\$PHHt$XH0A^_]HLH L@VWAVH`H@HXMIHHH`H`I!I zH uH GHӋHrt2*LD$@HxuIHH H H|H D$ WH-HL$ sHuIHH a H SHH D$$WHرHL$$LsLD$8HuIH4H T H *HkH7 D$(WH|HL$(rH&HL$8IHL$@HHL$8HL$@I>H>H] uHO tHӋHtHdH 5 H 'ZH+Hg D$,WHHL$, rH҅H : H ݽHH D$0WHbHL$0q2H$H`A^_^LMCISIKSVWATAUAVAWH`IC3D~E{E33$I!CI!CHKHHuML$$HЯHL$$DqIHA;tQHӋ#uA$#u/ tHA;uAD|$ HA;u HӋYH@LL$@LD$8HT$ H9H"H { Ll$8IH g HۄH T Ld$@IH @ HH -| $;r|M D$,ȸHHH@HHHuD$(HHL$(oMtD$IIH*qILD$,$HMdM,nH  HH4H H$H H̓H H$L0H$0H`A_A^A]A\_^[LI[IkIsWATAUAVAWHH"H3H$3ۋLf\$ L=ܺfA[Dc L-Du:H^I HT$ IHjIH|$ NDAfEvAHADEfD| A%}ȃHcЍO.ADUfDL AA*<^F4AFIf|D ;WHI`HT$ ISHIDH$H3 hL$I[0Ik8Is@IA_A^A]A\_@SH HcH*u H [HTH uHH jH ^HH/H HHHL$8D$8PmH\$Hl$Ht$ WH 3HH9@tRH-73HHHntHHHHH8uHt$HHcH\$0HDHl$@H _HHHHHHTHHHL$8D$8l@SH`HwH3HD$XAL HL$0AQ D$(%DL$ HH}H\HHMHT$0H@H݅H1HH"H'HH}HHIHHHH[}HHL$XH3eH`[H(HH VHH CH(LL)L|LhHWATAVH`H@HXHpL=tH ޫ$AD%13t9H # HDH HHu E3E3A3Ӑ H H HD$0Dd$(d$ L LH AH o H X H3H* HHu ȁNȅx3HHAHӹHӹHӹqIA+u2HH eHH R3,A;|}H2IuD%A+IA;|VH#IuD%D%A+IA;|(HIdurD%kA+I=MuZD$3؅y#H \$@H%HL$@hL,I֋H kTHtHPH%XT3H 9H Ht 3L\$`I[ Is(IA^A\_H(ttt 3H(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 3H@8qt @85HH=HEf97 f;u)C fCC C fCC HH f;u!3HwK fKC HC HfCC { r 3H;f97vH\$8Hl$@Ht$HH _HfHL$0D$0:d@UH@Hl$0H] Hu(H}0Lu8HH3HE3HLHHH8:uNjH }HH;vRHw1HAH;w HHeH+HD$0Ht Ht HHAL33ɉ|$(H\$ >HI'HMH3^H] Hu(H}0Lu8He]H\$Ht$UWAVHHpHH3HEy @H=HtHd$ DG HLMnHUEDG f+EAXf@uAHd$ HLM;}.DH@t&LMAH@Hd$ HWHg HMH3]L\$pI[(Is0IA^_]LwHd$8Hd$0DO L3D$(Lt$ Hc؅t|;u˅tHHd$ LMDIu%u=t?hNx+]H ? HHMԉub)HȁNȉMHMa@SH HLLH xHHHH [@SHHH3H$HHHT$0HA(t)HT$0HHH$H3g[HĐ[HH _HHL$ D$ aHVWAUHpH@HXHh HH3HD$`HH:uzuHWHT$0HHT$PHL$0d$(Hd$ E3LD$P3ҹ؅u HHHcȸHII@HHHD$8\$(HD$ E3LD$P3ҹt&d$(Hd$ E3LD$P3ҹuH-H!}HHcѸHI@HHHD$@l$(HD$ E3LD$P3ҹ{H΅u HHHHHHHHHHL$`H3uYL\$pI[0Ik8IA]_^@SH Hمt0t#tt H@"HH~H]H<#HH [H(LD$@HBu D$@H(HH H*HL$8D$8^H\$HT$UVWATAUAVAWHHP3MDs Df]XH]DuHMfSfD{-fD9yHyKf?0uGfXfDDDuHUEHEHEH;fD98Hxf9yAHqf?0uGAfXftEHUH;L}L;0-fA9!fA9_Ef]؈E܋DIMڈEf9u*f9Wt$Af0utGAfXfAu`HZf?;wHHrLf:ufGft4f?St.jKf?Duf:t2-HtQxLHHxI HMH\$PHl$XHt$`H0A_A^_H H%"@SH HH.uH [HHuHHuHHuHH =HمHL$8D$8EGHL$UVWHH@HEH\$pAHeH!Ee(H HeHHUP(؅y"H rI]8H[HM8FHMHHU(P8؅y"H ]8H%HM8F̃}(u+HH _E8HHM8iFHMHP ؅y"H ]8HHM85FH]HHtHPH'HE3LAQHP؃u\HHБHU(HH˃}(rH HE8H4HM8E̅y"H ]8HHM8EHMHtHPHH\$pH@_^]HL$USVWAVHH@HELHeH 1HeHLE3P(؅y"H Ip]@HHM@D3H!7E3HMHH]HtHPHeHHE3LEHAQHP8HeH]H3HeHHUH؅x`HEIH+DA+u HEuu$HHHtHPHMHHHtHPHMdHeHMH8H Mt]@HHM@CE@:HnHM@CHu+HMHHtHPHeHHMHtHPHH=HHu>H IHHHE@HHM@eCH'HH_HHHiIH^HHOHH@E@HHM@BH@A^_^[]HUVWHH`HEHXHȃH3HEHHHM؃eHeHUHy#HH1EHMHtxHRpH5V.HMHtHPHeHLEHUHP yHHEHMHMH Ht HPHMEHtHPHHMH3<H$H`_^]@SH0d$ HكuIHH0[HH HHL$HD$HAH(HH JHHL$0D$0RAHUHHpHEHXHpHx H&H3HEHڋHe3H f9/u|H{Uup/HuH <upH|H #u3H+HrH {EHHM@̃tWH=X,HMHtHPHeHHMHL$ LMDHHP؅y"H !]H~HM@HMHM=qtHtHPHUH ɋHHEHEHtHPHH HUH ΋HSHHMHtHPHMH39L\$pI[Is I{(I]@WH0HD$ H\$PHڃtHHL$HRHL$HHLCHSP y$H Wv|$@H}HL$@>HH=ƊHHSHHcHHSHH0HHL$HHtHPH\$PH0_@SH0HD$ HڃtHHL$H{LD$@HT$PHK|$@uHH kHL$HHLD$PT$@P؅y$H t\$@H|HL$@=HH ĉT$@H HHHL$HHtHPH0[HUATAUAVAWHHpHEHXHpHx Hz~H3HELtI$HMqE3L}HMHLEH'؅y"H ]H{HM=It$AHf,uHfuDIHH@HHHQHH5D;LMLEHQIuAHHEHHEHDFLMLEHdQIuIf}euBf}ou;f}fu4AHHEHHLH Q3AHL]0HRQH*IHHQH MuD;s-HHHeH5zHM;HMHH|$ DMD$IT$`؅y"H ]HyHMc;HH5.HzIHSHHH]IT$HPHHAHMHtHPHeHMHtHPHMH34L\$pI[0Is@I{HIA_A^A]A\]@USWHH0HEHڃtHHM0He(HM0HLE(Hdy"H ʿ} HxHM Q:HM(HLCHSX؅y"H 荿] HxHM :H HtH%HM(HtHPHe(HM0HtHPH0_[]̈T$LWATAUAVAWHICI[Is HzH3H$DLIKH 3H|$HHHT$HP(؅y$H 輾\$XHwHL$XA9HHL$ LH|$pH5H\$HHtHPH|$ HE3LD$ AQHPH$3H$H$H|$P|$(H|$@H|$0H9|$ HL$ HH$P(؅y#H /\$`HwHL$`8H\$ HL$@H|$@HHT$@HP؅y#H 貽\$xHvHL$x78H\$ HL$0aH|$0HHT$0HP ؅y$H f\$hHwvHL$h7N3H5D$Lt$pL$.HcHHHHHH|$8HL$ HLD$8H[HL$8HLD$PHT$(P0؅y#H 贼\$\HuHL$\97HL$8HH$PX؅y$H ix\$dHuHL$d63H5˂D$Lt$pL$EtHHHH9$HEH$HHHH$HHt HHHHHHHqHT$@HdHHUHT$0HHHGH9H9|$PEtHHHH D9|$(EtHHHHAHHT$PHHHHHD$PHTHHu HxH GHAD;|$(yILt$pHL$8HtHPH|$8HL$0[H|$0HL$@KHL$ HL$ HtHPH|$ HL$HHtHPH|$HI $HtHRI<$IH$H3.L$I[@IsHIA_A^A]A\_@WH0HD$ H\$@HكtLLNjHL$PHL$PHL$XHtHP3HL$XwH؀=u2HH HHH HH*HL$PHtHPH\$@H0_@USWHH0HEHڃt8HHM8HKDHU8HM0VH}0u,H/H X] HqHM a3H[HWHuXHNH3He(HM0HLE(Hy"H b} HtqHM 2HM(HPH؅y"H G.] H@qHM 2HM(HtHPHe(HM0HtHPHe0HM8Ht4HP,HH G~] HpHM P2H0_[]@USHH8HEHڃtHHM-HK#DHUHM0HM0Hu+HH }E HPpHM 1He(HLE(H؅y"H j] HpHM 1̃eHM(HHUPP؅y"H @Ƕ] HoHM N1̋Ev H@H 7H@HEHSH |CHH |4=i|uHBH |HM(HtHPHe(HM0HtHPHe0HMHtHPH8[]@USWHH@HEHڃtHHMHKe LE HHK;t'HH |c](HnHM("0̃} }FHH {6ߋH { HCDH](HanHM(/DHUHM8HM8Hu'HVH {](H nHM(/He0HLE0H[؅y"H :Ѵ](HmHM(X/HeHM0HHUP@؅y"H 薴](HmHM(/H/H z7HUH z'HH z=IzuH@H zHM0HtHPHe0HM8HtHPHe8HMHtHPH@_[]@SH0HD$ L‹HL$XHL$XHP0؅y$H 誳\$PHlHL$P/.HH yIHL$XHtHPH0[@SH0HD$ L‹HL$XHL$XHP8؅y$H g&\$PH7lHL$P-HuH vyHL$XHtHPH0[@SH0HD$ L‹HL$XHL$XHP@؅y$H 3袲\$PHkHL$P'-HAH xAHL$XHtHPH0[@SH0HD$ L‹HL$XHL$XHPH؅y$H \$PH/kHL$P,H H nxHL$XHtHPH0[@SH0HD$(L‹HL$ zHL$ HHT$XPX؅y$H 蕱\$PHjHL$P,̋T$XH w#}=lwuH=H wHL$ HtHPH0[@UHH@HEH\$PL‹HMHeHMHLEH|؅y"H ۷](HiHM(i+HMHHU p؅y"H 詰](HiHM(0+̋E HvtHH@E tHH*E tHHE tHH=3vuHjHU(H2HK2HH=OhuH.HHM(He(HMHtHPHeHMHtHPH\$PH@]@USVWAVHH@HELHc}+HH 9h舶E0HZHM0CHHMPHeHHMHLEHH؅y"H n]0HZHM03H]@sH;}KH]LE@IHHH]@H]LE@HXHHHH]@HMHHHP8y"H )}0HYHM0gHiH 2g聵HH #grH/H g_HMHHtHPHeHHMHtHPH@A^_^[]HUHHpHEHXHxL‹HMHeHMHLEHK؅y"H 2 ]HYHMHeHeHe3H}HMHHUHT$ LMLEHUP0؅y"H 譟]HXHM4̃u HKMЅtbtUtHt;t%t*tH et HDHB;H)+H"HHHuHH eԳHH reHUH be豳H&+H Oe螳HMHtLEH}2H $et+HhHH eYH*H dH=Ht HHH dHUH d H*H d=.duHe*H dݲHMHtHPHeHMHtHPL\$pI[I{ I]@UHH0HEH\$@L‹HMtHe(HMHLE(HȔ؅y"H 膝] HVHM HM(HP(؅y"H MT] HfVHM H cHtH=cuHU)H ~cͱHM(HtHPHe(HMHtHPH\$@H0]HUVWATAUAVAWH0H@HX HڃtHH$IHK?LcLcLsE3AHHfE9,^u2Ã%HH LEE)EAACEFAaA8VtOA0AtYHH.YHzH|$xt%H"HcHT$xHVHo"=XHuHH.=cXuHHHL$xHd$xHL$0HtHPHd$0HL$8HtHPHP[@USWHH0HEHtHHM0He(HM0HLE(H؅y"H 7讑] HJHM 5 HM(HHW8؅y"H ָu] HJHM HHWHHWHH$ HHM(HtHPHe(HM0HtHPH0_[]@UHH`HEH\$pH{LH3HEL‹HMHMHHUPX؅y"H ؠ觐]HIHM. ̃}u^HZHVH?=tVuHH'HH=MVHHHeHMHLEHT؅y"H ]HIHM HMHHHU(HAVH˅xjH肤UH[HdHhHH}uH+RU,HeH9=nUu)HHH9HpH UHMHtHPHeHMHtHPHMH3H\$pH`]@UHHPHEH\$`HeHeL‹HMHMHHU(PX؅y"H ܞ諎] HGHM 2 ̃}(ugH^H TF={TuHH T*HH T=LTHH THeHMHLEHO؅y"H ] HGHM HMHtOHLEHU0H HL$@"HH KHH3L$I[8Is@I{HIA_A^A]A\]@USVWAVHH0HEHAv+HlH -\{E0HHM0@2LcHLH Zu @HI;|+HkH ,{E0HHHM0HHM@ʝHM@HMH@tHtHPHMHHtHPHMHHM@HtHPH0A^_^[]@USVWAWHH0HE@E3EyEE3H H!]HHLEHAP(y"H ihe}8HzHM83HM@H}HHtHPHe@HE3LE@AHPuSHM@HM@t)HtHPHMH?H h+yHtHPHMIHM@HM@HtHRHe@HMHHtHRHH0A__^[]H\$Hl$VWAVH L@2@23Hc~:I HDVu@I Hj<uk@HH;|e@@e=*Hu1HBpH {*xH o*H|H(HxH\$HHl$PH A^_^H.iH 7*xHHL$@D$@?HyhH *YxHHL$@D$@H\$Hl$VWAVH LHc@2Ou-HH wHIHL$PD$P̀=')u Ջ03H~RI Hu@0I H|ƂHH;I a~HH;|dieHΜH (FwH (H{H|H(w@3M=jtHUHL$PD$P:HH (vH(HL$PD$PHVgH _(vHHL$PD$PgHfH 2(vHHL$PD$P:@UVWAVAWHH@HEH\$xLE233Hc~pHI VuAHH;|LH̛H'HuHcIHuHHuE0H!HM0rb3E3H nL!}HH3ELEHP(؅y"H `]0HHM0G3HM@H'H}HHtHPHe@HE3LE@AQHPHM@HP@HM@HMx+HtHPHUH&HHtA?HEHEHtHPHݚHtHUH&HHtHM@EAHxHHHtHixHHvtHM@HtHPHe@HMHHtHPH\$xH@A_A^_^]HWATAUAVAWH HǀhHXHpHH3H$H23҄t86%u .3҃}3HcH t%sDŽ$HH$vL&ADDHυHf9/Hc~uXHcH~3҅tHHo~uAHHV~uHHDmHH#~HHEHIDt5Gt*OtStdt!gtot suPAA AAfuHbH $nrD$tHHL$t'H1nH #ArD$|HHL$|H4bH #rDŽ$HVH$HbH #qD$XH&HL$X̃}3HWbH `#qDŽ$HH$b̋%}ȃ~-HbH #hqD$`HHL$`!̃u4t/HH "1q$HwH$]H 3HT$8HHT$8HT$ L$DIPE3y$H \\$hHHL$hELd$@HL$8HLD$@HR؅y*H ϗ[$HH$5DŽ$($f$HL$@HL$؅y$H O[\$pH`HL$pHL$@HtHPh|HH$HHL$8HL$@HtHPHD$@HD$HHHCHD$@HCHL$@HtHPKLc8Lc@LcHfDcPDcRDc`Dd$ AE3H${yHL$@HtHPLd$@IH$Ht HHPHHPDd$0HL$8HADy$H :!ZDt$PH1HL$P~FHL$8HLFHP Dy$H 0YDt$xHHL$xcHELd$HHL$8HLD$HH"Vy)H `Y$HH$HL$HHAhy$H 9jHY|$THYHL$THL$HHtHPHL$8H y#H tX|$\H HL$\HL$8HHy#H X|$dHHL$dFHL$8HP8y#H gX|$lHHL$lD$0HHt HHPHL$8HtHPH$H3L$ I[0Is@IA_A^A]A\_@UHH@HEH\$PL‹HM贐HeHeH]3xHeHMxHeHLMLEHU(H؅y"H W] HHM $̋U(H r=wuHH &lHM'xHeHMxHeHMHtHPH\$PH@]@UHH@HEH\$PL‹HM踏HeHeH]3wHeHMwHeHLMLEHU(H؅y"H V] HHM (HzSHEHHEH 7k=luHH kHMwHeHM wHeHMHtHPH\$PH@]@UHH@HEH\$PL‹HM谎HeHeH]3vHeHMvHeHLMLEHU(H؅y"H "U] HHM HrRHEHHEH /j=duHH jHMvHeHMvHeHMHtHPH\$PH@]@UVWATAUAVAWHH0HEH\$xLD}+HH GiE@H HM@QHHMP^IvHHtHIE3HuIHfD9,FuHu H>mIXHF(WH*,HyXIWH*HyX^Y;,H,HITIXH~HTH3IVHM``NataPD8=u-dtjft IIETHI6TF`p]E3E3U^HNHPH؅y"H O.?]HH@HMH赹D8=udtjft IISH`qcD8=yHNL}PHHUPPx؅y"H x>]HHHMH.ift IIFSHMPHMHtHPHUHMPF`HNL}`HHU`Px؅y"H .>]HH@HMH赸HM`HLEPHUXP؅y"H =]HHHMH{HNHP@D8=u-bthft IIwRH܆IhRHM`HMHtHPHUHc]P[L˺Ah\HM`HtHPHHA_A^A]A\_^[]H\$Ht$WH0y)t$ Hv APryPu%HL$@)ZHD$@HgHHG8HG(GPHG@HL$@ZHw(H\$@wHWWY5(HH+G@H*HH+G8H*^(Y (X7\t (*\uwHHw@H5HwHHH_8"QHY5(t$@hHمHHPHNhHT$@HhHW HBHwkH+W@W(WH*^wH^5J(f/vDH9HPHt$@gHHHPHgHT$@HI5yfD-V>H5HOaHHŁHAJHaIH.JHEtHJHUHHJDMXL~I4yfD-=H`HHkHIHaIHIHEtH9IHUHH IHMULmHM~ULmHM`pULm`HMbULmHMHtHPLmHHtHRHL/HXA_A^A]A\_^[]@SH Hمu H!u HƀHʀtH1HHH [@SH HمtqtdtWtJt=t0t#tt H1OHGFH=H4HԀ+Hk1"HHH`HG>HHH [@SH Hمt0t#tt H1"H'5H5H4H4GHH [@SH HH HtHPH#H [@SH HaxHhHǁHApL3ҹP3HDB`HC`chHH [H\$WH HHI`Ht POHc`39~HCxH HtS;|HKpH\$0H _H\$WH HHI`HuA%{h|3Pt3ChH\$0H _H\$Ht$WH IH3uFO؁NLGAAzMt?HL$XAL+HHtAt HHuHuHALG Mt=HL$h3IL+HHtAt HHuHuHAxQHW(Ht9HL$x3H+IHt t HIuMuHAxOHL$PW8Ht$8H\$0H _H\$Hl$Ht$WATAUAVAWH E3ALAHpuMG8 wG8HOwDo8Ht PLoHO Ht PLo HO(Ht PLo(HO0Ht PLo0HO@Ht PLo@HOXHt PLoXLoPO8LoHG@t G8Lt$xHAMHHE8,6uHHCQHHGH)HFI;ǸWG؅x;AHt)IH+L+H2HtAt HHuHuHɻzHtD)OL$MHHE8,6uHHPHHG HHFAI;ǸWG؅x;AHt)IH+L+H2HtAt HHuHuHɻzHtD)L$MHE8,.uHuHPHHG(Hu}HFAI;ǸWG؅x8AHt&L+L+I7HtAt HHuHuHɻzHtD)x#IHu`K؁NHl$XHt$`H\$PH A_A^A]A\_HHXHhHpHx AVH03MHMHHu HH uJ؁NH9~9HExL$(HAMHT$ AQ bKt;|ǻ HtHt HHHl$HHt$PH|$XH\$@H0A^H\$Ht$WH H3HHuXHH uJNHdzH @HHtHt H8HH\$0Ht$8H _HUWATAVAWHHPHEHXHpLHEHE3H]]H]H]E0<u lILHupTLOMtA8uL |GHHMlt ] A9]t:EHU0HM9]t%EHWHM9]tHWEHMHWHM(HW HMHW(HM9]tHW8EHMYHW@HM9]t(HWLAHM49]tHWTEHMD9_Tv%AHGXH9]t EHMAD;TrHW0HM9]tHWHEHMItIt IPFHO`HtaHGHM L\$PI[8Is@IA_A^A\_]HUATAUAVAWHHPHEHXHpHx MLH3ۉ]DcLeH]]H]H]D]0wu dMtA8u EL5zILHup8A`E3H0D'LgA$IHu FMIHM uDMD+M9]D@HU0HM}0<DMAɋE+ȋUu HWDAHMDMEUD+ȅuDBIHMHWHMY HW HML HW(HM? DMD+M9]uHW8AHMwHW@HM DMEED+MuHWLEDAHMBDMEMD+ȅuHWTDAHM 9_TthOTHII@HIHGXHt:D9_Tv=AHGXHDMD+M9]uAHM AD;wTr GIHW0HMJ DMD+M9]u)HWHAHM `EtA $IM;tIt I=CHO`HtNEDHM L\$PI[8Is@I{HIA_A^A]A\]LUHHpHEI[IsI{ HHe3EEH!}!}HEICAE3HvHuBu:HEHD$(HEHD$ LME3HvHM/BHMSBt C6}t )9}u$3CHuH m:HUCeHeHeLEHHMHH#]HMHt FHeHMHtCHL\$pI[Is I{(I]H\$Hl$Ht$WAVAWH 3LLHt.LDËA8tIHuWHuH H+WDEHHyAAADHu HHFHIGHuxvHFDH;DGEx9DHt&H+L+H2HtAt HHuHuHAzHtEyAAADAHl$HHt$PËH\$@H A_A^_H\$Hl$Ht$ WAVAWH 3LLHH8uȋEHHu HAEHGH;w0H+HL+H:HtAt HHuHuHɈHtHt$HHu +AIOpHT$H AHt$XHl$PËH\$@H A_A^_HHXHhHpHx ATAVAWH Hc3LL%uHrI7~XI_xHrI7H h%IH7HrI7;}HrIo7HH;|HڮIH\$@Hl$HHt$PH|$XH A_A^A\87H\$Ht$ UWAVH$pHHH3H3LHHL$hHrAHL$ E3HȋH\$h\$`\$pD$d> HL$hH\$XH\$PH\$HHD$pE3HD$@HD$`E3HD$8H\$03H\$(H\$ =9\$`HL$hH\$8H\$0LL$dLEH\$(D$d]H\$ x=utL$(AHqLEAQ HD$ ?t9L$(AH7rLEAQ HD$ ?t HUI;t$`UHL$hHt <H\$hy>ËHH3cL$I[0Is8IA^_]@SH HHIHt LAHcHKHt `>HcH [H\$Hl$VWAVHHH3HD$pLq3HHoIfD$lH\$`\$h;?u?HoI?u#HoI?u`=t N=H o=HHtHoH2=LHtIDHD$`HL$hHD$P\$H\$@\$8\$0E3ɲ\$(\$ M;tHL$`HVAօu<H0=<ËHL$pH3謓L$I[(Ik0IA^_^@SUVWAVHpHbH3HD$h3MHHH\$PHu I aHUnH=usHn 3HD$XnֈD$`s<HHEHt;LD$XL+HHtAt HHuHuHɺzyfHu ;PHUH\$@HD$PHD$8H\$0E3E3HD$(\$ 9t N;IHL$PI?;ËHL$hH3+HpA^_^][@SH0y Ht6yt0HQ Ht'HIHtCAE3D$(HL$ H  9H Ht59HKHt =HcH0[LI[MCUVWHP3E3HIHHmA[9Yt2LI IKL jIKI{I[HD$(\$ 8HL$ AH8Hw9_u"HE3E3HHt$(H\$ ;8t9t>HGHuX?9_u7t1HD$pHD$pHD$(HGE3E3HHD$ 7t_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=w8M?t}tHY}HE=zuHH-HMY=YuH`}H HMpu$؁N؅yH}HL$I[I{ I]HS H \HHMEfH{H 1^$HǿȁNȉMHM+H H EHHMEH |(HlHM]ހH\$UHHeHƒ2ۃuHH_}&fIHUHMYO }>ruhuh#؁N؅@H~H [g}jkru!#؁N؅yHH H$HĀ]H H H<HMEHl|H uHHMEfHA H JHHMET_"HȽȁNȉMHM,H|H FHHMEfH }'HmHM]~H |&HKHM]~H\$UVWATAUAVAWHH@H;VHH~#tHH~#32GBHUXE4ZH}XH@~HO!ALHu"H!"!A N8H~H!LHu"H^! A N H~H LHu"H$! A NH$H HHu"H t A NHbE33AAE3HHEP3HD$(HEHHD$ E Aׅu A ݅N؅9]t{LME33Hω]AօuA ݅N؅3HHuA ݅N؅H at HƀH-H Dt$HH$H@A_A^A]A\_^]HHH THHM@]@|HxH -HzHM@E@f{H {#HTHM@}@{H {#H2HM@u@{H F|#HHM@u@{H |#HHM@u@`{H }_#H̹HM@}@>{H }=#HHM@]@{HHM@]@{H ~#HtHM@]@zH`HM@]@zH t~"H>HM@]@zH*HM@]@zH^H gHHM@]@uzHAH :HHXHhHpHx AWH H- H3HOHċH@L= HvH H=IEH/HHHHqHw HIEH 0HHHH1HH\$0Hl$8Ht$@H|$HH A_@UHH0HEH\$Ht+H~H ^E HHM yH *EH dHe(HLE(Hw؅y"H . ] HOHM xHM(HUP@؅y"H ! ] HHM x=U uH*H SHM(HHUP8؅y"H ` ] HʶHM ?x̋MHM(HtHPH\$HH0]@UHH0HEH\$Ht+H3H E HYHM w̃eH cHe(HLE(H3؅y"H ] H HM wHM(HHUP8؅y"H k] HյHM Jw̋MHM(HtHPH\$HH0]H1H 9HUHH`HEHXHxHH3HEHHMHeH HHUP؅y"H ]H$HMvHHMHeHHUHP ؅y"H ]HݴHMRvHUH HHuH]HUHQHƇHBHMCHeHHtHPH'HMH3pL\$`I[I{ I]HUWATAUAVHHHEHXHpHH3HEHHMHeeHeH HHUP؅y"H ]HݳHMRuHHHUP8؅y"H ]HHMuHHHUP0؅y"H a]HsHMtHHHUP(؅y"H %,]H>HMtHHMHeHHUHP ؅y"H ]HHMltHHLEHUPH؅y"H ]HHM3tHHP@؅y"H l{]HHMtE3AL%˿I%HHHHY%HHUL-fIH I$HHH H%HHUH IH Av H=jHaH=jEHEIs$HHyHe H$HHHO IHD I8$HHVH* H~$HHUIH I#HHEH HE$HHUIH I#HHDH H $HHUIH I#HH#H H#E3D9uvVEtHIZ AHHUHI(HHH2 HUHTHAD;urII HMHeHHtHPH&HMH3kL$I[8Is@IA^A]A\_]@UVWHH0HEH\$P@3H!}8H P]H!}HLEH؅y"H |L](HHM(+qH]HM8HtHPHe8HHU8HPH؅y"H ؇W](HiHM(p3HM0H]8HtHPHe0HE3LE0AQHPuSHM0HM(@t)HtHPHM(H-H V HtHPHM(_HHM0HM0HtHPHe0HMHtHRHeHM8HtHRHH\$PH0_^]H\$Ht$H|$ AVH HcL 23H~$_I H .HH;|=Hu1H'H ` H TH H͆H H\$8Ht$@H|$HH A^H`H h HHL$0\$0 oHH : HHL$0\$0nH1H º H^HL$0\$0nHUWAWHH`HEHXHpHH3HEHAAA;l u(HH BD}HڬHMOnHUH؅y"H ;]HHMn2ۃuHU,HNcۅADH YHeHLEHby"H y}H:HMmHeHMHLEHUPPy"H }HHMpmHMHMtHtHPHMHtHPHM7HMHtHPHeHMHt0HP(HNH ߸.D}HwHMlHMH3fL\$`I[ Is0IA__]@UHH`HEH\$pHH3HEHڃt+HH bEHHMllu+HH .}EHêHM8lHUH t؅y"H $]HHMlH WHeHLEHl؅y"H #w]HDHMkHeHMHHUP`؃u'HуH j]HHMxk̅y"H ܃]HݩHMRk̀=u3HH cHUH  HHDHMHtHPHMH3eH\$pH`]@USWHH0HEHt+HH E H,HM ju+HH cE HHM mjIH IVHe0HLE0H؅y"H uD] HHM #jHe8HM0HHPh؅y"H ӂb] HtHM ì=Ku H H؂tHHM0HtHPH0_[]@SH0HD$ t-HH [D$@HHL$@ci?H ?UHd$PHLD$PH؅y$H t8\$@HHL$@iHL$PHPX؅y$H |[\$@HlHL$@h̀=BuHH HL$PHtHPH0[@UHH0HEH\$Ht+HH XEHHMbh>H >THe(HLE(H؅y"H s9]HHMhHM(HHU P؅y"H []HmHMg̋U H HHHM(HtHPH\$HH0]@USWHH0HEHt+HH SE0HHM0]g9H 9SHe8HLE8H؅y"H }r4]0HHM0gH$E HM8LAP ؃uHVH y"H ́4]0HFHM0fHM8HHU P؅y"H ]0HHM0f̀=u2H΁H GU H 8kHHxHM8HtHPH0_[]@UHH0HEH\$Ht+HKH ܱ+EHqHMeH QHe(HLE(HO؅y"H q ]H'HMeHM(HHU P(؅y"H ]HHMfe̋U H 5hHvHuHM(HtHPH\$HH0]@USWHH0HEHt+HFH װ&E HlHM dH PHe8HLE8HJ؅y"H p ] H"HM dHHM8LAP0؅y"H L] HHM ZdHM8HHU0P(؅y"H .~] HHM $d̀=u2H5H 5U0H ׯ H#HHM8HtHPH0_[]@UHH0HEH\$XeHe HOHM HtHPHe HLE HH؅y"H 3r ]HܡHMQcHM HHUP8؅y"H 5< ]HHMc̊]HM HtHRH\$XH0]@UHH0HEH\$XeHe HNHM HtHPHe HLE H/H؅y"H [ ]HHMybHM HHUP8؅y"H ]d ]HΠHMCb̋]HM HtHRH\$XH0]HiH 1̈L$USWAUAVHHPHE3H!}H!}@H MH!}HLEHG؅y"H ]0HHM0aH]HMHtHPHeHHUHPp؅y"H Ax]0HҟHM0GaL5L-:H]HM@HtHPHe@HE3LE@AQHP@HM@HMHHt HPHMHHEHHEHeE8E0HHUPHMHHHU8P HMHHHU0P(H IHEHHHEIH+rIE0v Hl HsIEHIzHIoHqI`E8v H% H,IEHI3HI(HqIHqI HMHHtHPHHM@HtHPHe@HMHtHRHeHMHtHRHHPA^A]_[]H\$Ht$WH H3Hc~!H HHH;|]tR$=Hu1HH ު-H ҪHH3~HH\$8Ht$@H _HTvH H9HL$0D$0^HgH pH HL$0D$0x^HH CHߜHL$0D$0K^@UHH0HEH\$Ht+HcH CEHHM])u+HruH EHPHM]H IHe HLE H4؅y"H |]H HM]HM HPx؅y"H 1}]HڛHMO]HM HtHPH\$HH0]@UHH0HEH\$HHe t+HJH ۨ*EHpHM\u+HYtH EH7HM\HHHM HtHPHe HLE H H؅y"H {w]HHMV\HM H؅y"H #|]HHM!\HM HtHPH\$HH0]HHXUVWAVAWH 3LHxHx xHH3H3uwHT$PHDu I?HHup|T$PLEHtLL$`LD$hH>Hu ?/HL$hA fAAfAFAfAFA fAF Ht H&H\$X@NjH A_A^_^]fxgfxbf;tHHfxILIfExHl$ tlH5HfH;HH,HHHjHHeHHHHSHHL$xHt1Hl$hHt$pËH\$`HP_HHX L@HPHHUVWAVAWHH03MH]0D]@Mu HuPIHtHE0HڍAE3HHD$ usHM0HE@LM8HD$(HE3H\$ uuIM@LHuxZHtE@HM0HE@LM8HD$(HJE3Lt$ ,t }8uM7tMtIHtHM0Ht H]0gË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 LML+MtAftfIHIuMu Hzf%=IAHAWHBI;AGȅxNLƋHt2LyL+L+IHtCft fAIHuHu IzfAmHdf\IHAfB\vHL$hE3D|$(Ht$ vtZH-HaHHYHHHH+HHlaHHH9\$pt HL$pHt H|HL$hHt H\$h?ËH\$`H0A_A^_^]H\$Hl$Ht$WH HHHH3Hf94Au0HH.t:HHf94CuHCHHHf94CuHuH\$0Hl$8Ht$@H _øHHXHhHpHx AVH IHHH3IHf9,Au/HH7t3IHf9,GuHww3oE3LD$PH (]AQuDH\$P|H]H DHH 1H]H πHT$ H u H{]H HL$PHtËH\$XH@_H\$Hl$Ht$ WH 3HHu oHuHHuHBHuHBHuHBHuHB HuHB(HuHB0HuHB8HuHB@HuHBHHuHBPHT$8u LL$8AH-UuEAHkXIHT*x EIcH rA ABILcMkXIT*xxIkXIHT*hycI*HID*HFID*HFID*HFID* HF ID*(HF(ID*0HF0ID*8HF8ID*@HF@ID*HHFHID*PHFP Hl$@Ht$HH\$0@NjH _H\$Ht$UWAVH$H HsH3HL3H3DËf3HMD3f}3Mu HH xA>H߃32usHT$0Hqtv|$0tYHkzL yHMHD$ buwa%HMfu߃3uA>3HUHMu HUHL$@υAq@NjHH3Z+L$ I[(Is0IA^_]H\$UVWAVAWH$@HHrH3HHL3HM3DDfu,2HD3f2HOrHUHHIrH :wHGH?rHGH H]L ]L]HD$(H]HpIHD$ xHpH y:L~DII9HHT$`HT$XHL$`LD$PHL$`ltyD$PL$^T$\DD$ZDL$XD$@L$8T$0DD$(DL$ L$]HpLL$`IxHpH 6yAHIcHAMKËHH35'L$I[8Is@IA_A^A\_]HHXHpHxLp UHHpHmH3H`3AHL$B3EƋf|$@-HRE3fP-L5^xHW\IIH\uH\H\IzHtL (tHL$@HD$ u%7P H\IHT$@IfH H=IHPHL$@tHT$0HPu HO\IHPIH)\IT$0IL59\IHHT$2HbIHHpT$4HGIHHUT$6H,HfHMP'L 2HLHM@NI΃}@HYL RLHM@I΅t}@t HYHAZHZgL LRLHM@tI΃}@t H [%Hs[H[HQ\ H\IL qPLHM@I΅t}@u H\H0]H]L OLHM@KL=]I΅t$H]U@IIH H]L PLHM@I΅t$H^_U@I8IHQ H^;L OLHM@I΅t$HF^U@IIH Hb^L OLHM@fI΅t$H^˿U@IIH H^觿L OLHM@I΅t$H^聿U@IZIHs H_]L ZOLHM@I΅t$HH_7U@IIH) Ht_L 8OLHM@I΅t$H_U@IIH߿ H_ɾL OLHM@>I΅t$H`裾U@I|IH蕿 H@`L NLHM@I΅t$Hz`YU@I2IHK H`5L NLHM@I΅t$HaU@IIH H,aL NLHM@`I΅t}@u HpaHaH>b譽L NLHM@"I΅t}@u HbHbHPcoHMXHHU@PH =苨HcIDU@IH.=H*HMXHHU@P(H o>FH{cIU@IL=i4IHL 7NLHM@WI΅tH]c輼U@IIHHc蝼L *LHM@I΅tHcwU@IPIHHcXHMXHtHPH=dI9L hMHM@uE@E@I΃wHxdL LjMHM@\u HxdI贻]@IHȋ胿HH,dH舻L }jMHM@tL jMHMHtHeIKU@I$HHdH.UHHHHdHL qhMHM@uE@E@uAL gMHMHMHdI论UHI臾HdH"H\eI舺HeIHbpH%fIaL gMHM@u%(wDM@HbI%}@t)HTfIU@IH"fH@NjH0A_A^A]_^[]H\$WHPH`H3H$@3HL$23Af\$0 HhL hHL$0HD$ uSwLAH0iLD$0DL$(AQ HD$ uHNiH j&?uËH$@H3H$`HP_H\$T$L$UVWATAUAVAWH`$3MH iA@3ɋDD8LHu'jH iЋNJ,HbiAHHHu%H NirL$E33Hȉ$z$HHuxD$L$HHuH i9$t*~u$HYiH Bi葷DŽ$AMtNHiH ihHN(HjH hLIpHN(IuMDpEL5hHjID$H\$PH\$HH\$@Ld$8H\$0HDH\$(H\$ u$H jЋNNHjI蝶HbjI莶H+jIIItH-IeIHt H۽Ht HEËH$H`A_A^A]A\_^]H\$Hl$Ht$ WAVAWH03LHu 5HDf3DiLHu'H tyD$0|~,t t"ukH aɧQRH 2`efH$-tH$WHu l H^@NjH$H3FL$I[Is I_HHXHpHxL` UAVAWHHHYH3HEH d33HEd3A?fELHu HUAHfHHu WHUH\9HE}HEHEHEHEHEE؉E L%dHhDIHHUI5=0tH fN؋HgH `H>=$tH kgN؋żHgH `ЮH[y%=uۋHl$8Ht$@H\$0@NjH _HHXHpHxUATAUAVAWHHH+UH3H3HM3A\$pf]ZHEgH _H\$xHL$pu 33A?HHEHtHL$x_ADD$pAEEA;HgH igHDHMA+tt L=gL=gL=g3HMDB(HEDuHE`DuLt$xEXH]EHEԉEH]EEt!LEAI'HEuHgHEDH hH ^AEH ^ЉD$xHgHͬHELEH\$`H\$XL|$PH\$HH\$@HD$8D$0H]AHD$(D$ HHuXOHgH ^D$pTT$pH ](H#H5D$p=0u$AsDl$xHuHuHtgH ]Et!͟LEAIڵHEuH[gLEHHE]tLEHGt udH HMMt IAËHH3+ L$I[0Is8I{@IA_A^A]A\]H\$Ht$H|$UAVAWHHHQH3HE3L3ɍSH]H]H]H]H]H]Dȅy6%=tH5M\H&hH蒪Hl H5(\HQhAHgHhHXHEL ـEGH 3HD$ 9Ѕy%=tH ixHjHAHMHULMHHT$ HE3PGHjH輩HMLEHHЅy%=tH jHzkHvAwFHMLEHHЅy%=tH kHilH%AwCHMLEHoHЅy%=tH lLH{mHרA A;wHHMLEHHЅy%=tH muHnH脨HMHP@uHM]Zt9]E}HMHt HPH]HMHt HPH]HMHt HPH]HMHt HPH]HMHt HPH]EtհËHMH3L$I[ Is(I{0IA_A^]H\$ UVWATAUAVAWHH033ɍSDH]PDDy4%=uH5YHdHTH.AH5XH eH)HeH3HEPL }H }DBHD$ Ѕ%=tH AmE譴A;"$s,3;}t HyHM@]@_uHqHXDENDu@EyA%=uEA5AAAAt[ATt AiDEH{tHǥHuH踥HuH詥HuHDE菥HDvDE7tHvHdH)wHUHwHFH xHbqH.=%HrH@ HlHLM@DH]@H\$ 2tHM@HUu#au DHZH蟤H9]@t HM@ArHfnHrHMHtfEH3-tt L^GL^>LW^5HjH* HmH E3A#DDEtEEtKHwHԣHxHţHxH趣H;yH解HyH蘣u%HM@]@xtE@tNHMPHt HPH]PEtq1ËH$H0A_A^A]A\_^]H(MZf9 t3OHc H Hȁ9PEuA= t= u3v93ytv 9\N7H `HH͘HΘSH GS6=3Iu H &3H(H8rSD gSLMMHMHMH MHD$ MH8H\$Ht$H|$AWH0eH%0HX33HtH;u 2ػ՗;u O]uML=H=wH|$(D$ I;suHHtщD$ HH|$(ޅtLb;uHH Au 3H,H=Dt"H ;tE3AP3H"LqLHbL TL胛AL=ZLu0=-Lu 9L-L=,Lu ̃=Ku  KH\$@Ht$HH|$PH0A_H(H(:ffH; FuHfuHB@SH H3éH©ħ HH [H%xHL$HH KoHLHD$HE3HT$PHL$HXHD$@H|$@tBHD$8HD$XHD$0HD$`HD$(HKHD$ LL$@LD$HHT$P3#HLHHpLH LHHKHWLHJH$HKJ JJHkH JHHkH JHtEHHkH hJHaEHHkH EEHLhHkH 8EHLhH [HĈH\$WH HtH"HH\$0H _@SH HH8HD$8Huר]HHD$8HHD$@LD$@HT$8HrHHT$8HHT$@H͓AHH [H(kHH(H(H8csmu#xuH lv@u#3H(H(H 3H(%pH3HAHwNHH,NH@NH0NH`MHXMHMHHMH MH@颀H0門HT$UH HHzH GbHH GOHcH F H H F)H H ]H8:MHT$UH HHVH FHKH F۔HcH yF謘H= H fF赔H:H SF袔HrH ]HPLHhLH`LHXLH qLHheLH`YLH(GLHx;LHp/LHXLH LH(KH KH(KH KHXKH KHX~H(KH KHh]~H cKHWKH(3~HX9KH8-KHKHxKHpJHhJH8JH0JHx}HT$UH HHH ,D{H؇H DhHcU,H D?HH >,H?H ]H7EH8+EH xHwH0wH(wH(ZHPSWHYEHT$UH@HHHtHHttHHtbHMxHtSHHtAHHt/33HDHT$UH`HHHtHHtexH0HMxH8CH(vHXCH(vHhCH CH`CH(uCH8iCH`WCHhKCHh9CH 'CH(CHCH@CHT$UH0HE0H-H0]HB@UH HHHыH ]@UH HH ]@UH HH3Ɂ8H ]H(H HtHPH%H(Bp ` P 0201"4p ` PHpRl)R0t d42d T 4Rpd 4 r p  4 2p T 4 2 p `d 4 R p P4 p ` pLpDP8Ŋ81  2P p&p`0opDP98L|9F  2Po1 d T4p d T42p0 XBd4 popDPhĖƖ  P0o4d T42p) 5 t d 4 3rP 0#d4 p P ` 0 *T4 p`qb7 4 p ` P p`0Pp,8 %#4p`P `&d4p `  4 2p  4 2p%td4P P 4 p @+4RN P `/tS4RNP `!T4 r p ` 0) dT4p ` d T 4 Rp4rp`PrJpȷ2Pr p`0Pr̹й"cҺ *>U '4 p`PrR _ռۼ-td4 P`{b 2Ff4 Rp@s(ϿYR0x|A5 't#d4 P}b:F` Rp0PHzXdHu$9 'd!#4  pxrvX lpD8pD&8D7<Gl ) 3   2Pxr4Rpvt  Rp0Pz,YsRfz b0PyB1E rp0P(| %dBr=QeR0t7R0t'pR0X~R0u/xR00yI4 rPPw[g8]Oc4 Rp`Pw*=0`vRy`0sR N0wRu0|R50uR`0zR N0{R4 RP@xAUR0(wxR0hs;AR0z 4 Rp0tuR0~9J4 Rpyh4 rPs(M3BVrp`0Py x$Yt4 Ps' 6Xl4 RP{h| 4R p`Py9E9(yRp`0PHuWc t d T 42 Rp0Put*>4 rPh}\0puul pD,88WBJ0F  2Ppu Rp0Pxd=Q$4 Px|Z#p=-A4 P0~5ApB4 rP|S_$I6J Rp0Ptl4 rp`Pt Rp0Pw4a&:R0xXw4 Rpy/R0vQ4 Rp|pR0|8W4 Rps ;R0}]R08v|4 Rp8{$S4 rPhx4 rp{q}$pD08+6  2P{R0Xy; d T 42p4 rPv  Rp0Pxwy,d4pPPrjP _ ) dT4p ? .t;*d:&492 P(r $0<H T ` l x  N T X \ ` e i m r        ]r      ,?M[Rp`0P}WRp`0PrT 4 2 p `T 42 p `4rp`Pt"{##T$d$$$8 &d,"4*$ ppz   , 8  ) )DD HpD[ HpD H$%((3)X)))**%**:+,,D Q [ h      RPpz4 rPP|   T,y,~,,----4 rP uP-u-z--.).8.4 rP{  ' X.}..."/1/@/ 4R p`Pw9 E `//000013R0xW c L3k3333 t dT42 Rp0P z 5M5X5554 rPv6-6664 p`P@}u   6?77q:::4 rP}  ::;; rp0PXt   ;;<<===p`0P bq.pD HX@e@n@s@    BP0qt d 4 Rq.pD$( H@@4A9A6 T   BP0q  p`0Pqi u  XAADE FF Ghd 4 R p%td4 P H'd4p`q[ /pD8 8$KZK`KKK     2P`q% p ` 0 P8q ) 5 A M Y L,L3L7L;LVMZMMMMMMMMOOOOOOd42 p d T 4 2p t d T 4R" "d4 pP~k pXX\Z' 't#d4 P~ZZo]td4 P~} ]^^ d T 42p t d T 42. d4 p P $T4 p ` p p`P0 h4p ` Pd42 ptd42& &d1"40* p  <3pD@ XLmnnoo!oop}pplqzqqsssFuTuuvBv    rP 8 &d"4 p~;! d4pD0- xhv^ww`xnxzxA{O{- :   P~t4 P4P 4r p`P4 RPpц4 RPHCƇ)t4 P(Ry  493 %d!4 pPr  8rw(74 Rp`P؀   x/Ž֎,d4pPRDXΑ$4 PR  D S Rp0P`   GR08dD4 RP`D Rp0Pd4 RPܘ' Rp0P,4 RPȁ<[4 RP3̜ p0P-9EQ ,0!+BVjd42 p4 RPxĠB4 RPPء4 2 p `P6 $d{ 4zr p 9@cHCcpw  RP 4R p ` P4rp ` Pd 4RpdT 4 p!!4!Rp`P4 Rp`PdT42p t dT42T42 p 4, *p @$d.4-* p @  4 rp. d4 p P , 4 p`P 2 !d!4! p P 3 ""t"d"4"P `4 2p ` PR p`0P@ 4L Jp @ 4p`P d T 4 Rp$dZ4YV p 0 ""t"d"4"P p( tdT 4  @7 &t&&d%&4$&P , td4P x 4R p`Pb t d 4RQ  20^ "X  4 2pm  4 2P=pD=D==>2-+] fP@`@p@@@<empty>*@*@O*@+@H+@( *@+@P+@( R*@+@P+@,*@+@X+@*@+@`+@+@X+@*@+@`+@+@( *@+@`+@+@+@,@( *@+@`+@+@,@ P,@*@+@`+@+@,@X,@,@,@ -@c@.?AVAbortException@@@.?AVJobErrorException@@\``ȃB@HdPlXV\=DEL!(P~<pPx`ݖh`+@45</8(XP`DXȟP q`xɥХ5PLP7@i4pL<PDX 6L<ǭPЭ9`@rdx*0PPT\AH$·Pȷl #,}`ht|W`AH;tDlt&8,l[d|D (0P8}Y` 0\X`  o8x|$`Ph (px pD ntU\/8\ dh pg$!pt!$d!l"-8"4Qp"X""g"p2 #8L# |#s#|#$#$$X$%,%D%x% % % `,  P   & ,&'( h( "|("$($N,(T,G-*P-R.*X.Z/@+`/F3+L34 ,45T, 56l,66,6:,:;<-;=-=?-???Q@`X@y@-@PAp.XA)G.0GHh/HXIL`IK|/$KK/LPD0 PePPlPPPQZQP`QQPQQPQORXRRRS41SVD1VW`1WjX41pXZx1Z]1]^1^C`,%L`'a020aaH2bcd2cdPde2eg2gug|gh2hIi2Piih(ij,%jjjk`kk2kl8lEmPLm_v2hv{4{)~40~J4P4T, 5852d58q5x6>D<t6D6 ^7dZH7`^p7dԘ7ܘڙ757<(8T8 88Ġҡ9ء49;`9 t9::L,:T<:P:d:x:X:`:::?:Hs:|:<@:; 4;7X;@:|;];dQ;X";(;<+0<4ZT<`x:t<{<<`5<<<`DxP=(0=``4`H0=P`P=t= =`DP?:=39Jpddd(&( $D [ *[  *  * " \.( c .  40  4- s 4c9ddd;`«ԫ.HXhzĬ$\l~ȭح.FX|Ю ,L^xί(:Lhxʰ*B`n|ʱ&6DTj~̲޲D.ڶlRF:&ε&8@J^jĴδܴjT&2:Dسгij~tf\N(~FZl(nP (Щ0<Xĵ0h`@X0ζ«ԫ.HXhzĬ$\l~ȭح.FX|Ю ,L^xί(:Lhxʰ*B`n|ʱ&6DTj~̲޲D.ڶlRF:&ε&8@J^jĴδܴjT&2:Dسгij~tf\N(~FZlLookupAccountSidWkGetSidSubAuthorityOpenThreadTokenLogonUserWlGetSidSubAuthorityCountoGetTokenInformationCopySidImpersonateSelfImpersonateLoggedOnUserRevertToSelfJGetLengthSidRegSetValueExARegQueryValueExARegQueryInfoKeyW\RegCreateKeyExARegOpenKeyExA AllocateAndInitializeSiduRegEnumValueATRegCloseKey]RegCreateKeyExWRegQueryValueExWConvertStringSecurityDescriptorToSecurityDescriptorWRegOpenKeyExWRegSetValueExWCreateServiceWeCloseServiceHandleDeleteServiceOpenSCManagerWOpenServiceW[ChangeServiceConfig2WStartServiceWLQueryServiceStatus]ChangeServiceConfigWMQueryServiceStatusExjControlServiceGQueryServiceConfigWADVAPI32.dllGetCurrentProcessGetCurrentThreadWideCharToMultiByteMultiByteToWideCharGetThreadLocaleSetConsoleCtrlHandler#DuplicateHandleCloseHandleGetDateFormatWGetNumberOfConsoleInputEventsLoadLibraryExWSetConsoleTextAttributemGetModuleHandleWGetSystemTimeAsFileTimeWriteFilePInitializeCriticalSectionGetSystemDirectoryWGetConsoleMode_SleepFormatMessageWLeaveCriticalSectionGetTimeFormatWSetConsoleModeSetConsoleCursorPositionWriteConsoleWnTerminateProcesscFileTimeToSystemTimeGetConsoleOutputCPGetStdHandlefFillConsoleOutputCharacterWVGetLastErrorSetLastErrorGetProcAddress9QueueUserAPC)EnterCriticalSectionGetConsoleScreenBufferInfoLocalAllocEGetFileTypedFillConsoleOutputAttributebFileTimeToLocalFileTimeLocalFreebSleepExGetCurrentThreadIdKReadConsoleInputWFreeLibraryWaitForSingleObject 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]RtlLookupFunctionEntryiRtlVirtualUnwindntdll.dllCoCreateInstanceCoUninitializeTCoInitializeExStringFromGUID2CoTaskMemFree~CoTaskMemAllocCLSIDFromStringole32.dllDispatchMessageWwPostThreadMessageWYMsgWaitForMultipleObjectsExpPeekMessageWGTranslateMessageKillTimerSetTimer4LoadStringWUSER32.dllSHGetFolderPathWSHELL32.dllGetFileVersionInfoWVerQueryValueWGetFileVersionInfoSizeWVERSION.dllUnhandledExceptionFilterPSetUnhandledExceptionFilter0QueryPerformanceCounterGetCurrentProcessIdGetTickCountL_CxxThrowException\__CxxFrameHandler3@floormemcpymemset(@Xp   PMUI BITS administration utility 4VS_VERSION_INFO@%@%? StringFileInfo040904B0LCompanyNameMicrosoft Corporation`FileDescriptionBITS administration utilityr)FileVersion7.7.9600.16384 (winblue_rtm.130821-1623)<InternalNamebitsadmin.exe.LegalCopyright Microsoft Corporation. All rights reserved.DOriginalFilenamebitsadmin.exej%ProductNameMicrosoft Windows Operating SystemBProductVersion7.7.9600.16384DVarFileInfo$Translation D$Wt9QRN'gjyh MUIMUIen-US (@Hp(xȪЪЫث (08@HPX`hpxȬЬج (08@HPX`hpxȭЭح (08@HPX`hpxȮЮخ (08@HPX`hpxȯЯد@ (08@HPX`hpxȠРؠ48@HPX`ȥХإD08@HPX`hȫЫث (08@Hpx@ ( Ȣ@p 0@P`Xhpȡ `pxȢТآ (08@hxУأp