MZ@ !L!This program cannot be run in DOS mode. $h{;,U,U,U.U)U9U=U,TU U-U-URich,UPEL^EPT  @Gj@ "@P!0Xd\ .text `.dataJ@.idata  @@.rsrc@ @@.reloc!P"@BB0fAPfAfABpB0fPffuuuv0vx0@ p0p@P@`Pp` @0    ````00@pP @p@0P p  @   `2204:?@A0CF0G@HHNOQRST@UpV0W0Y`Z \\{0 pPе^EPT&dXB B0B 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~@2BޜeH VRQ|@uAn'Leq5 @@HBޜeH VRQ@FBUSAGE: BITSADMIN [/RAWRETURN] [/WRAP | /NOWRAP] command G躻WFmHJ+yK6p Pf9TohE֩@0YBHp@uATp@uA\p@uAhp@Atp@Ap@pAp@Ap@Ap@Ap@Ap@Ap@Aq@0AHq@@A`q@Atq@0Aq@Aq@Aq@Aq@Aq@Aq@pAr@@A@r@A`r@Ar@Ar@Ar@PAs@As@@A,s@`A@s@A`s@As@PAs@As@As@As@ At@A8t@A`t@`At@`At@At@`Au@`A(u@0APu@0Apu@Au@Au@PAu@ Au@@Bv@@A 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#A#A#A#A#A$A $A<$AX$At$AMaxBandwidthValidFromMaxBandwidthValidToServiceDllSYSTEM\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|ڡ|333333??ffffff?N@Y@@ @@0ACAcAAC\BdAL"D(@5RSDS6Jr{w[bitsadmin.pdbҤLǥ"m٦ HߧIͨ<vݩTتLΫE((X3m&hݰ5jıFqԲ@z3mEohеB7Yj!D%XBPBTBj!D%hvC`vCdvC̋UE Vj^t=vWx7S]3WxEPuWSx"Dx;wu z3f{_[ tM3f^]̋UE]̋V6"D&^TBj,B;ډ]Ћ!PBt%ft ht@Shx@EjP Vh@E؋Pht@ee DE3Et=uVsQuԋ=LB"DeEԋ7PtuЋNW"DVyCuԾPBht@u"Du:̋UQQVx^]VMhBEEP:̃=LBu*RhLBhcAjjhcA"Dй@6 ̋U B3ʼnESVWڅtXu6P3<"DYYt u(vCPGP"D֋M_^3[2]@PBESWp"DjMhBEEP%9̋SW3PPjSPj Dt7V3jZ @WVjSjj Du V"D3^_[̋V3tFSPPPPjVPj D؅t.W3PPSWjVPj Du W"D3_[^̋SV2 t uVl"DYu VP"DYY^[̋VVl"DYV t P"DYY2^l"DY tV^̋U SVMWE197uV3ubw]^;rVȉMtbE0EV0QK9E 70"DEMME  B_^[]hWMhBEE&@PBjMhBEEP*7̋USVWjdYM[e2ۉEVl"DYtl t t( t "u uTׄtBPEPUMt'PBh8@cjW^h@MVj VP"DYYjMQUM|UM_^ []j,ҤB!7ڋE 3uuu0E0t 2=6W@"DYuEPuE@PBV3x@qhWM=hBEEP5KuA@PB7V3U@!hWMhBEE뮋EPAuD@PBV3@hWMhBE܍EYMȋE MMȋEu"Du"DE 90tiE90tbu W@"DYtV3@PB7X@$hWMhBE؍EV3d@PBH@hWMhBEԍEjuYuYM #M 3VVu 6h"D=Bu3ۿPBS,TB9]ttftt@|̋UEtHtHt 33@]̋UQB3ʼnELBtVPq"D^M%LB3"]̋UQSVW3ǻWuuvÅx3Mu@Džuf99t%#QQEP\ t3f_^[]̋UQVW3ҋ…uuvWxtEPM3ʅx>S+OMu@ƒwf9t#WQQEP[_^]̋UE V3t=vWx7S]3WxEPuWSx"Dx;wu z3f{_[ tM3f^]̋USV3ۋWtf9tJuuWEt x+8_^[]̋U3Vt-SW} +tft fKFJu_[jXu zN3fMt1^] ̋USVW~tU }u@3f9j Zf;u&Fj YjfF FFfF FAj Xf;uSNffN FFfF F~r Sj Zf9u_^[]̋UQQB3ʼnESV3E9utiUJBu+эZ] ;v3=w't#P\"DYt 3SVjujj DEVe^[M3 ]̋U(B3ʼnEV~SWb =@Bt jEPv3EP6 !DE+E]HȋFxuj;| MQP )EPQ P6 DtjEP jxP6 Df_[M3^A]3ɍ^ QQhSv PQ!DP Dt|> uOtjEPWS6 Du+ !D=t( !D~ й(@ +}ui !D~ PMhBE܍EPs$̋VR^̋VR^̋UVWu Duhp@hW xW_^]̋U\B3ʼnEVj(EPR"DtEPM3^]ú@PBGjMhBEEP#j,LB$392u9ruh؀@$EPR0!DEPEP DVVVEPVh Du h@3ɍFjZ i}ȃeEVW3VPVh DtVVVEPVh DE؅uh@b3@jZ uu؍EEVjPjh D˅uh@W=h@1V)V"DW"D"̋Vt%JtJtJth؀@h4@h @ h @h@^̋UQQVh@V<"DYYu@h@V<"DYYu^]úL@PBdjM3hBEEP!̋UQQ@PB+jMhBEEP{!̋U8SV3ۋuЉ]]]܉]W}j ZU9]jS^f;tsu j-Xf9At h9jxqEXYj0XMf9uFf;tjXYf;ujZUREPVX"DE E;tj-Yf9upf9tQVd"DYYj0Xf9uFjxYf;tjXYf;ujXEPEPV`"DU U;Qj-Xf9Ef9Z;ME̋j:Zj-Mf]ȈEYf;u0f9Nt*j0Xf9FuFf;Etf;Euj-YFFu;f) f9VuGtzOtujSZf;tmPT"DYt.f>Du j:Zf9VuE3fËEu0Yj-Yj:Z끋E09u4!DEtMfW!D3f9Nu 9}ËE0uttEPj@$!DEtntOUj0Xf9uBjxYf;tjXYf;ujXEPEPR`"DM UAM;r} Pj@$!DȋEЉuj_EEȉAfEfAPuAYP  jW!D3_^[]̋UQQSVW3EEt[tWEP؅tHύQff;EuE++;th9!D64!D3 3P!D jW!D3_^[]jBًMU3uWEuPEuPVEPVuV D !DzE3j_ ue3ɋE }܍EEPEPWEPVuj Duu 4!Du4!DWh@VW"DV"Du4!Dut̋U VV"Dt^]jV@PB6@hMhBEEPŐUu"D]̋VWW"Du(SPBh@VWh@[_^̋Q"D̋UQQ=zDu]h:M+hBEEP̡BzDVtjPhA!DV Dh: DP D^̋U B3ʼnEVWSPBtft ht@Vhx@EjPxmWh@EPht@3EWWP} DPVWh DtuYht@Mu4!D[M_3^]̋U B3ʼnEVSWt@PBtftWVhx@EjP"xmhlYAh@EPW3EWWP} DPVWh Dtuzht@nu4!D_[M3^]̋UQQVx^])VMhBEEPe̋UQ=Dt{DEV5PBV(!Dt {D2EPV Du{D {DD^]̋UQ=~Dt|D/j!DMQP Dt 3@~D 2~D|D]̋UQtqVWj!DeEPV Du !D~ Njй@EPVE Du !D~ NjйH@_^]̋VWBW Dt3hHBj!DP Du !D~ Ƌй@:oPB(Bu  !D~ Ƌй@(BSh0BP !DȂ@u !D~ ƋЋh,B5(B Du !D~ ƋЋW}D!D=@B,B[tP5(B Du !D~ Ƌй@RW D_^̋VBV!D=@B,BtP5(B Du !D~ й@V D^zt5HBj!DP D=}Dt1hB!D8BP5(B D5,B5(B D̋U$B3ʼnEVWBW!D3EEP5(B !Dtbu3fEEEPuVj 5(B!Dt7EPuVu5(B,!Dtu5(B Dt W D%W D !D~ йD@M_3^j]̋UB3ʼnEWBW!DEP5(B !Du)W D !D~ йx@V3VuW Df^M3_ ]̋V^t3WjBW!D8BP5(B DW D_^̋Vt2Wj|BW!D8BP5(B DW D_^̋U<B3ʼnEHdAݕ0dAݝdAݝݝEDž@VDžЃ@Dž@3Dž@ ܔAuܔAz ݄QQ$hPPM3^l ]̋U<B3ʼnE(dAݕ dAݝdAݝݝESVщW3Dž @Dž$@Dž<@DžX@ ܔFuܔAz ݄QQcA$$PdAYYAzAu RPhPPM3_^[1 ]̋U B3ʼnEES3ۉMCEWP\"DEY3ɉMVE MEyIAMˋDwI$Aj0:j16j22j3.j4*j5&j6"j7j8j9jAjBjC jDjEjFXfAvMAM;lE3fM^2ۋM_3[ ]8A蜄O PjV"DW zeEuj"DeMQVpH"D֋й@qMEff;uftfPf;Qufu3u3}CtQp"D֋EtPq"DEu"DuMej>O PjV"DW $u/M]NEEtPq"D֋E ÅtfjPB@STu@AU7@+ @jMhBEEPo@PBU@j$mBuԋكe]'eE3PGV}"Dy֋}B5LBM܋>荂OPEPV"DW˅y Ui EPЁEME̋UeVuUA^]@PBjMhBEEPT̋UQQ@PBjMhBEEPj B] 3E؋uEEYf8/uUh@P<"DYYu E2hЇ@3<"DYYu Eh@3<"DYYun!ENt2y5LBM؋>O PEPu3V"DW й(@ =BEQt>P<PBza@PBjMzhBE܍EPePPBEhX@Ezh@|MM j٦B-}tA} M:eEwwPq"D֋йt@PBhȈ@wh@wh@MMa>̋Ujh BdPB3ĉD$VB3PD$ d}tfu L$^d$(D$ NT$P|$ u h؈@PBMD$t$t$Pq "D֋й@PBhȈ@jt$hL@L$(L$n~L$ d Y^L$3]̋UjhHBdPB3ĉD$SVWB3PD$(d}td} L$\3ۉ\$0\$T$D$0L$7йx@@O D$PT$\$u.@PBSL$hBD$D$P5t$D$t$w0wP"D֋йt@PBhȈ@St$h@wh@yL$\$0}L$0L$|L$(d Y_^[L$3]j B}tu M eeUEMйx@EvvP"D֋@PBuh@h@ME0|MM$|jXߧBMEUEeRPq"D֋й`@M3E3E}PBMMtPq"D֋MeEȋ1jPjQN "DV 3ɍ}؉MЉMԫMMMME9MEUЋERPq"D֋й@uu"DeMQVp "D֋йЋ@{uċu"DeMċQVp"D֋й@KEnPBh@@#h@E˙RPht@dAEPB$h@h܌@h @eUEMEMEQMQ0PN"DVйL@EURPq,"D֋йL@lMPBh@Kh@?E˙RP7ht@&h@HAûPBE}t h@}@u@u܋uh@EЋ#Eԃt uu h؀@h@Vh@uh@suċiht@]}}t h@Ah@539}vx3}t h@h@@Et4h,@ELT #ƒu hT@RQht@G;}r}GEE}tPq"Duăe"DeEu"DeE>MEwEEtPq"DփeMMw̋UjhBdP VWB3PD$d}t'u UL$sd$ D$ QPw2;=Bu'PBh|@jVhd@L$ L$ wL$d Y_^]jIB-}tAu M:E3P]h|@vD"D tEPUMxE}u,@PBjM薿hBEEPN]UEMй@EVPq$"D֋йH@EEtPq"D֍M]]uMMujB }t!u M܋E3P]h|@vD"D tEPU܍MXE}u,@PBjMvhBEEP]UEMй@蝿EU]RPq("D֋й@wPBh@XMPH=Bu ht@3EEtPq"D֍M]]tMMtv̋UjhͨBdP(B3ĉD$ SVWB3PD$8d}t} L$(d$@D$Ph|@wD"D3ۃ C;t t$d$$D$$Ph,@wD"D ;t.@PBSL$0hBD$D$Ph|$$}Bj޺4@VPB@SL$0蜼hBD$D$VT$,L$ <\$@|$u-`@PBSL$0YhBD$D$kd$T$D$@L$й@zD$T$ d$ RPq "D֋йx@PPBhԐ@1t$ &hА@=Bu ht@\$@D$tPq"Dփd$L$D$@qrL$@L$(crL$8d Y_^[L$ 3]j٦Bmu UM%eEPq"D֋й @mh8@PBPMMqj٦Bu UMeEPq"D֋йX@h@PBMMoqLj٦Bu UMEeEPq "D֋й@荻h̑@PBpMMpj٦Bu UMeEPq$"D֋й@h@PBMMplj Bu UMeeUERPq,"D֋й<@詺UPBn=Bu ht@wMMpjVeht@YEuEʢh@9 uϋVht@ D;LsRh @h@L/Pӏh@耐P踏h@eht@蠏0}ht@lEuEh@YuWEt@W8(#EuE蜡h8@ uСW,w8${Ah@/h@(h@!h@h@h@ hx@h(@誎hp@螎葎W艎$P诣˄th@[VSWhН@DtVP"DYh@@,4h@8EttPq"Dl3ۉt"DPlE \0@E M0u"Du]"Du]"DT]E0d"D\d"DM\E/h"DE`htPq"Dx`"Dpx"DMMp/auA|AAAAAAA̋Ujh(BdPSVWB3PD$(dut9t4t/@PBJjL$ xhBD$D$P藳32G;~E h@4<"DYYu2G;|E L$d$0D$QPY.t53@PBɎjL$$whBD$D$zyL$0L$U.L$(d Y_^[]jXBqM3tG3!]MLB!]QW0PN"DVй,@kx!]E.QEP-}tht@PB.CuMj>-O PjV"DW tME-MMtQr"D֋R̋U SVuW223~9E h@4<"DYYuE hT@4<"DYYu{G;|wӊ=Bu'PBh|@EjV@hh@/_^[]@PBjL$uhBD$D$)@PBɌjL$uhBD$D$P̋U SVWj[D$茗u/@`vCkjL$9uhBD$D$P踰=Bu @BǙ}3~kE hT@4<"DYYuD$H] hع@4<"DYYF;}D$Ph|@4D"D t 腎\$F;|vPBh`@jS輋h<@諈T$2ijP8!D븺@PBXjL$&thBD$D$@PB*jL$shBD$D$@PBjL$shBD$D$̋UjhBdP B3ĉD$SVWB3PD$0d329u~#} hT@4<"DYYF;u|t3D$D$D$8 LBD$ D$ P3ۋ1PQN"DVй,@Pt3ۉ\$D$8L$t$ S> *O PjV"DW PBD$D$Pq "DQ̍D$xdP4)#h̺@ΆD$x@PB薉茉@耉jL$ NrhBD$D$Pͭd$(P(h@D$@hD$<k#h@Pt$ L$S>%)O PjV"DW PBSt$ h,@ St$h@L$\$8(L$8D$ tPq"D֋L$0d Y_^[L$3]jpBu st=Bu3ۈ@Bܕ3ۋ}},@PB0jMphBEEP耬ˉẺME]Ȉ]Wf8/h@P<"DYYu3Ah@6<"DYYuˉMh@@6<"DYYuEMOuĉ}QhT@6<"DYYuOlEhh@6<"DYYOftIdtDtGt+Ot SMуgtot su=M뼃M붃M밺@PB߆jMohBEE@PB贆jMohBEE@PB艆jMXohBEET@PB^jM-ohBEE)Mԃ}+@PB+jMnhBEE%yH@~+@PBjMnhBEEu0t+@PB蹅jMnhBEEp]Љ]MЋ5LB>%O PEPuuV"DW йԻ@o}t}EMԋEQ]h{@0P"Dй@]oEԍuEjP"D֋й@&o]EԅtPq"DjPY葌uEtQEЋP0$]u̅tVx"DEVx"DuEEP]ۋyT"D׋й@nUċE~8Er2Py"D׋й,@XnUċEUĉEË}ȅtM]čUEMйx@nEWP"D׋й@mME}#Ej Py\"D׋йX@mEVPyd"D׋й@mEPy"D׋йX@mE]tVp"DփMM"3SSE3ۉeSPqd"D֋EPq "D8]t8BuSPBE^kM"MS>"OPV"DWA3Esj3B}u UM53ۉ]]]E}S"Du]"DE]7PEPEPW"D֋й@MlUPB"8Bu ht@u"Du]"DMM]!pj3B警u UMe3ۉ]]]E}S"Du]"DE]7PEPEPW"D֋й @}kEu@PBPV~=Bu ht@A~u"Du]"DMM] 蕥j3Bݥu UM蕞3ۉ]]]E}S"Du]"DE]7PEPEPW"D֋йX@jEu@PBP}=Bu ht@q}u"Du]"DMM]ŤjmB jX9E},@PBjMhhBEEPF] M3u[h@SL"DYYuˍQff;u+Ejjj8P"D׋й@@hPBh|@{3Bh4@V<"DYYuAEjjj8P"D׋й@@hPBh|@r{jZ/h @V<"DYY}t@PB~jM!E h@xX W<"Dh@#SE<"DM9#Ë]PSjEXPQ"D׋й@@gPBh|@zjXЋh@zu@h@zSzh@z]u@h@jzSbz)0@PB)}jMehBEE.j Bu UM襚eEP"D֋й@fQEeP PBEh<@yEh@yMM0 ̋SVWPBhd@pyt@Scyh@Wy΃ PEyS=yh@1yPySy=BuSy_^[jB轠}tљu MʘE3P]h|@vD"D t @~}]UEM:й@eEWPq "D֋й@me]EtPq"DփMM]觟jBu UM襘3ۉ]]UEM蚒й@dEURPq"D֋й@dM,]EtPq"DփMM]&̋UjhBdP(B3ĉD$ SVWB3PD$8d}}/ @PB zjL$$bhBD$D$PX} L$3ۉ\$@\$T$D$@L$蓑й@c\$}D$@D$L$Q\$h@0P"Dй@cD$j@Sj0jSSNSt$,P"DVй @xcD$Pq"D֋йd@Xch@PB;v}t. @PBxjL$$ahBD$D$D$$\$$PSjwSw Du= !DSP@PBxxjL$$rahBD$D$t$$ Du= !DSP(@PB`xxjL$0'ahBD$,D$,ID$\$tPq"Dփd$D$3Ph@S"Dй@'bD$j@Sj0jSSNSt$,P"DVй @aD$Pq"D֋йd@aPBh|@twt$ DD$@D$tPq"Dփd$D$@D$tPq"Dփd$L$\$@L$8d Y_^[L$ 3衔]j&Bu UM赔3ۉ]]UEM誎й@`EU]RPq"D֋й@`9]u h@PBPBh$@sus]EtPq"DփMM]̋UjhhBdP8B3ĉD$0SVWB3PD$Hd}t} L$ d$PD$Ph|@wD"D3ۃ C;t xt$d$$D$$Ph,@wD"D ;t.@PBuSL$$Y^hBD$D$Pؙ|$$}Bj޺4@VPBPuqu@=uSL$$ ^hBD$D$VT$ L$,謎\$PD$(u-`@PB uSL$$]hBD$D$jD$PL$d$0Qhz@P"Dй@^3L$,D$,D$0D$4D$8D$QL$8Q0PN0"DV0й@^PBh@qt$0t$0{th@hqt$8t$8^tht@Mq\$PD$tPq"Dփd$L$(D$PL$PL$L$Hd Y_^[L$03Z]jB脘E3ۉ]NP~@FN SPPSE؉^(P^8^,^0^4f^@^B^H!DMMޗ̋U4SVW3ۋ!]!]j!D8Bu~t~E}CEEjhjPS!D=u{{;jjjjEP!DEtE-t$-HtkEP!DEP!D*E;FDu"Pj!DfD~BFAt FBejjjjEP!DuJuQ :}ut1 !D~ PMZhBEE_^[]ÍMZhxBEEP^̋UE3ɃAA]̋UVuWF8OutN~@^V"D_^]̋UQB3ʼnEUu@USV3ɻ@W} ;uFu@;uAuM Qp"D3@_^[M3蓎] jB(Mew 3"ujhih@2ijjhGHt6H D9~t v"D~_^̋UQQVW3u9wt%EGEPWVjVh@Vh@u8 DWjVh@u< DtiS_9wuSVVVu70 Dt3 tVGuj^-9wu%tEEPwVVu70 Dtw [_^] ̋UQQV3W9utOMEPuȅxEEux9jEP}t$uuujEuPv_^]̋UQQSW3jMEQ؃u/Vut&sNUtMVW^E8_[]̋UQV~u3oF+F S] W;sF G ~uUEtDWjPIsvvu/sv"DEF~NN SuQ s ^ _[^]̋UVWw+w t3$9u su tOO VQur w _^]̃y~@t q"D̋UVW3GN ;NsEVF hFS3jZ T؅u j!D3h@V<"DYYuB%>tdPB@K@KjL$3hBD$ D$ g@PBJjL$3hBD$ D$ <^]þPB@@J@JjL$w3hBD$ D$ Pn̋Sكuh @PBG[VPBt h@tGt h @cGt h<@RG^[̅tf9uDBhqB5ou},X@PBIjM2hBEEP3nE 8ϋ@}̉E3ۋϋÉEE܉EEЉEȉE=5ME25Eԉ}ĉ}]9]D<t tu[E hX@t<"DYYuCE L4}ĉ}u+h@PBIjM1hBEE4@Et5@9t@9uu荍@"Wu荍@rEyJ3@PBH֋Ht@uHuMC1hBEEh @u<"DYYuFSSSQjWu荍@йH@RPBh@5Eű+Eh@h4@u<"DYYuFSSSQj Wu荍@RйH@RPBh@DűDhD@hp@u<"DYYt0t+@PBsGjMB0hBEEE h@px V<"Dh@#WE<"DM#u2Ή}}2SPW}QjWu荍@EEiйH@QPBh@CűCh@@Ct 1@h$@CSCh @ChX@CuCt@SCh@yCM'PiCSaCh@UCMPECS=C@gM8,h@Chh@ Ch @u<"DYYqt0t+8@PBEjM.hBEEE puf9h@V<"DYY1PSSQjWu荍@EȉEйH@PPBhH@PBMP@Bh@4Bt T0@h$@BS Bh @B@*u"Du"DEtP"DEtP"DEȅtP"DtW"D i@PBtDjMC-hBEE@PBIDSM-hBEEb@PBDjM,hBEE7}t u"D}t u"D}t u"D}t u"D}t u"DMt*L3SShBi}u }5@PBpCj<,hBPgȉ3ۍhSP8ihSP ihSPi$.]u4@PBBj+hBFu\hX@v<"DYYuHN.؉u4h@PBZBj&+hBl6EtI@3t@3u'lWSl;PB lSWyat ,@@PBA֋At@AL*hB QPQPQPPPSWlйp@KPBh@.>!>h@>t5, Dž@h$@==h @=h$@=ht@=tdhD@=+2Pt=ht@h=hd@\=|+PB=ht@6=t2h@!=A+P=ht@ !D~ PL$'hBD$D$@PB>jL$f'hBD$D$k=BPBuh@D$};t$Mt$g;Bu D$t$Nh@C;B|$u hH@;L$y7=Bt@uW:L$9T$D$<(t|$t h@:=BuW:L$<=Bu h@:L$*Qu  !D~ й @"H h@c:_^[]@PB(=jL$%hBD$D$Pua̋U8\@PB*8VM hBEEP{\̋UQB3ʼnESLBVWtQp"Dփ'Wh{@S0"D֋M_^3[9U]h@PB4̋SVWPBhA4t@W4hX@4΃:PPr4Wj4h@^4PPJ4WB4_^[jԲB[}t,@PB6jMhBEEP8[E MQh|@0D"D ti9EE!eeUй AUAEuPq "D֋4A1AU uh`APBi3EURPq"D֋йA@MMMZjBZ}t,@PB5jMhBEEP(Z3u uUuй Ak@EURPq"D֋йAH@MMMYhAPB]2j@B&Z3}}EUERPq "D֋й( A(u܋u"D}܍M܋QVp"D֋йX AUPB#5h@1u܋1ht@1u"DMM}=YjHzBfY3ۉ]]EU܋E]ȉ]RPq "Dֿ( AЋ`EURPq"D֋й A=EURPq"D֋й AEURPq"D֋й AuЋu"D]ЍMЋQVp"D֋йP AEMQMQ0PN$"DV$й AEPr "D֋ϋEuԿPBEBh AL0u؋CU܋}3ht@,0EuEBh A 0uԋBuЋ/ht@/EuE[Bh A/KuԋϋBV/ht@/EPBuE Bh A|/uԋABU!3t@W[/EuEAh0 A;/uԋBU2W/EuEAhd A.uuuA1W.EuEQAh| A.uԋA39]vW3th@PB.E̹PBt41h Ax.Mt tk1C;]rt@WPBM.u"DeMMUjBUM3EEEUEй A;E]tPq"DփeMQSp$"D֋й A3EE]tPq"DփeE3jPjN S"DV u]}EQ̉Et*tPq"Dht@PB=-tPq"DEGmMEMEMMtQr"D֋\T̋U SVuW 23~3CE h@4<"DYYuLG;|K=Bu'PBh|@V,jVQ/hA@,_^[]@PB/SL$hBD$D$T@PB.jL$hBD$D$) APB.jL$~hBD$D$PR̋UjhBdP0B3ĉD$(SVWB3PD$@du} FFEu/8APB&.jL$hBD$$D$$PsRD$(P7"DйA82ۃuh@w<"DYYu6d$d$HT$й A8D$HL$D$d$QL$,0QPN("DV(йAD$Q̉D$ttPq"DtPq"DL$D$HL$HL$L$@d Y_^[L$(3J]@PB,jL$(hBD$ D$ j(3BQu 3C9]t+@PB,SMchBE܍EPP~u8AʍEP6"DйA#7eeU2й A7e]UERPq0"D;u*APB+SMhBEԍEeйA=Bu'PBhlA(U,hLA(MEXMML)PjmBmP}t,@PBX+jM'hBEEPOBu(8APB#+jMhBEEpeeUй A5eM EE1Pr4"D֋|A=BuPBuhAhA'MEIMM=OjB]O}t,@PBH*jMhBEEPNeeUй A4EPq,"D֋й(A=BuhTAPB&MMbNjBN}t,@PB)jMghBEEPMeeU^й A.4EURPq "D֋йAhjuPBP)hA?&MMMjԲBM}t,@PB(jMhBEEP(M!eeUй An3E MQh|@0D"D t 8+UEURPq"Dփu hAPB\йAoEURPq "D֋йAL=Bu)PBhA$%ju(hA %MMxLjBL}t,@PB'jMwhBEEPKeeUnй A>2EURPq"D֋йAxjuPB`'ht@O$MMKjԲBK}t,@PB&jMhBEEP8K1eeUй A~1E MQh|@0D"D t H)UERPq"D֋й`AEURPq"D֋йAp=Bu)PBhAH#juA&h@0#MMJj BJ3EEECUйA0EURPq"D֋йAu0]MMM(Jj BvJ3EEEUVйA&0EURPq"D֋йA0]MMIhpAPB"jBI3EEEEUEй(A/E]tPq"DփeMQSp8"D֋й AE]tPq"DփeE3jPjN S"DV u'EQ̉EtPq"D G렍MEMEMMtQr"D֋H̋UQQVW}wx3~S] h@4<"DYYuaF;|[ u8AK=Bu'PBh|@ jV#h\A{ _^]@@PB:#jM hBEEPGjB HeUEeMMRPq "D֋EURPq"D֋EURPq"D֋uut@PBhtAVt@Vh|AMS;PVhAwM/;PgV_VWMMFjԲB G}t,@PB!jM hBEEPHFA u(8APB!jM hBEEăeeUй(A],EPq<"D֋йA MMEjEB=Fee}t,@PB !jM hBEEPpEi u8AčUй(A+EPq@"D֋йA MMmJE̋U3tvWx QuQu t3f]̋UW3DžtvWx3Vtf99tNuuWMt x+։9^M9_]̋UW3t)E SV+tft fNJu^[uz3f_] ̅y%=t̋SQh!D3ۃj!D[̋USV3EډuuuW3suj^EPu!DEu  !Dy&ujWuuu!DtEPEPh@W!Du  !D'MfA ffAfCfAfCfA fCj ^tW"DV!D3_^[]̋UEfxTMfxLf;t@Afx7fx/f;uE fx"Mfxf;ufx fxf;u3]h< oB~C3ۋ>63ɉ]jZ %uj[h3Pffx!Du !DDž0jYA3jYjf@AYjf3Dž Yjf.dAYj f3DžLPYj ZjlA󫉕YjYADž/j Y󥍽Aj Y3Dž󥍽LʫA3Dž\#`f,AjYj Zj f3Dž󥉝Dž.ʾhAfAf3Dž(,fZAf3Džlp󥍽ʫA3DžYf$Af3Džf"fDž8-ʍAYjf3hDždY}jYE$}Aj Y}󫋽RwVd"DYYj%Yf9 +VB:jQjVjh l!Dt&@D*rkDVSSS!DyJff;u+ыAff;u+B;rjo[iQPxQ+Q Fy5pW&DžhBËtW"DS!D3?:̋USVWEUP33CuSVhAhu]X DEPVVVhtAuP DM[uj^uVW'; EPWVVhtAuP DtUω}Yff;u+ˍ:_K;sg{BtSu-U!EˍAEff;u+MKˉ]AEff;u+M:K;r]3CEt}t uH DtW"DV!D3_^[]̋U SVWj3u[]]tM9utH9u tCEPjVuhX DuEPWEPVu uP Dt9]t }t uH DV!D3_^[]̋UQQVW 3PuVWEr9 EPjVu hX DuEPWVVuuP Dt}t uH DV!D3_^] ̋UQSV3EVPVh?VVV=AuShL Duj>h>AjVh=Au\ DtWWPBhASh@h=AhAh>Ah@s_}t uH DV!D3^[]̋U E 3ɉMMSVu W}tEPjQhCAhX DuWEPjEPjh|CAuP Du9M؅uj^KtEEPSEPjh|CAuP Dt }uE ttS"Dt'}_t uH DeV!D3^[] ̋UVWE3!u3!}!}PhVhCAhX DtsEPEPQu  !D:S]C sC ȉEuj_ujV6 rKSuV6ÍUHR FE+ÉMЉExQEUQhtD>u?hjh>AjPjh l!Duh`>APBQQu !DV!DM3^3]̋UM3VWh@h>APMEEl DEu( !D ց>ABShhAjl DEu( !D ցBASht "D׃;u r_M3^ ].; Bu@̋Uj!Du!Dh  DP D]̋U$B BBB5B=BfBf BfBfBf%Bf-BBEBEBEB BBBB BBjXkǀBjX BBjX BBjXk BLjX BLhh@]̋UV"DEtVY^]jhB!eDEuu5"D"DYTjYeDEDE܍EPEPux u؋M DM܉ DE Ëuj4Y̋UuUYH]̋UE8csmu+xu%@= t=!t="t=@u"D3]h B!D3%!Dj hB3ɋEtKtFMMZf9u2P̍M:uM2uM*uT$B̋J3 J3|B̍MtT$B J3J3B̍MtMtT$B J3sJ3iB̍MtMtT$B J39J3/BS̍MOtT$BԋJ3J3LB̍MtT$BԋJ3J3xB̍MsMsT$B J3J3B̍MsMӼT$B J3[J3QػBu̍MqsMisM鑼T$B J3J3 B3̍M/sM'sMOT$B J3J3HB̍MrMrT$B J3J3B̍MrMrT$B܋J3cJ3VBz̍MvrMnrT$B܋J3& J3B=̍M9rM1rMYT$B J3J3 B̍MqMqT$B̋J3 J3B̍MqMqT$B J3jJ3`ĽB̍MqMxqT$B J30J3&BJ̍MFqT$BJ3J3,B̍MqM qT$B J3J3XB̍MpMT$B J3J3}B̍Mpp¹x鷹`|ph项Mip\鎹d郹THpMpMhM`@%pPpl?tpT$B 3J3B̍MoT$B܋J3B̍MoMoT$B J3WJ3M̿Bq̍MmoMeoM]oT$BԋJ3 J3B,̍M(oM ou~YÍMoMoT$B J3J3@B̍MnMMT$B J3|J3rB̍MnM麷T$B J3BJ38DB\̍MXnMPnT$B J3J3xB"̍MnMnMnT$B̋J3 J3B̍MmMmT$B J3J3B̍MmMmMmT$BJ3G J3:B^̍MZmT$B J3XB6̋T$B J3B̋T$B J3B̋T$B J34B̍MMlMlT$BJ3z J3mB̍MlT$B J3EJ3;B_̍M[lMSlM{MsMkMcT$B J3J3(B̍M|T$B J3|B̍M|T$B J3B̍M0yT$B J3iB̍@ mT$B 83;B_̍llT$B d3 J3`B'̍M#kT$B J3J3B̍MjT$B J3J3B̍MjMT$B J3oJ3eB̍MjM魳T$B J35J3+LBO̍MKjMCjM;jT$B J3J3B ̍M jMjT$BċJ3 J3B̍MiMiT$B J3|J3rB̍MiMiT$B J3BJ38$B\̍MXiT$B J3J3XB*̍M&iMiMiT$B J3J3B̍MhT$B J3J3B̍MhT$B J3jJ3`B̋T$B 3=J33BW̍MShT$B J3 J3pB%/"BB"(B8BLBpBxnA"BBBpBpA"ضBBBpBcxA"0BB"$BB"B̲B"BB",!AH!AOP!A!A!A( P!A!A!A( RP!A!A!A,P!A!A!AP!A!A!A"A!AP!A!A!A@"A( P!A!A!A"AH"A"A( P!A!A!AH"A"A "AP!A!A!AH"A"A"A#A8#A p#Acp@.?AVAbortException@@p@.?AVJobErrorException@@(&<&R&d&r&&&&&&&& ''2'D'T'p'''''''( (6(F(X(h((((((( ) )4)J)`)r)))))))**6*B*^*t********++4+J+Z+x++++++++ ,*,D,P,Z,p,,,,,,,,,--4-F-\-n--111z1\1@10^0H0004000|0101......... /$/GetFileType^FillConsoleOutputAttribute\FileTimeToLocalFileTimeLocalFreeUSleepExGetCurrentThreadIdHReadConsoleInputWFreeLibraryWaitForSingleObjectGlobalAllocLoadLibraryAOpenMutexAReleaseMutexVerSetConditionMaskCreateDirectoryWGetVersionExW5GetFileAttributesWCompareStringWVerifyVersionInfoWCompareStringAUExpandEnvironmentStringsWLoadLibraryWKERNEL32.dllOswprintf_s_wcsicmpfeofPswscanf^ungetc__doserrnoH_wfopen_vsnwprintfwcstoko_wsetlocalegetcexitrwcschrwcstoulmallocwcstoliswxdigitfreewcsstr_finite~_stricmpq_XcptFilter__p__commode_amsg_exit__wgetmainargs__set_app_typeu_exit&_cexit__p__fmode__setusermatherr_inittermmsvcrt.dll??1type_info@@UAE@XZb_lock_unlock__dllonexit _onexit7?terminate@@YAXXZ9_controlfpl_except_handler4_commonntdll.dllCoCreateInstanceCoUninitializePCoInitializeExStringFromGUID2{CoTaskMemFreezCoTaskMemAlloc CLSIDFromStringole32.dllDispatchMessageWsPostThreadMessageWUMsgWaitForMultipleObjectsExlPeekMessageW?TranslateMessageKillTimerSetTimer0LoadStringWUSER32.dllSHGetFolderPathWSHELL32.dllGetFileVersionInfoWVerQueryValueWGetFileVersionInfoSizeWVERSION.dllUnhandledExceptionFilterCSetUnhandledExceptionFilterdGetModuleHandleA-QueryPerformanceCounter GetCurrentProcessIdGetTickCountf_CxxThrowException{__CxxFrameHandler3_ftol2floor memcpymemset(@Xp   @GC@MUI 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-US00 000 0h2l2p2p; ;$;(;@;D;\;`; <<<< <$<(<,<0<4<8<<<@>> >>>>> >$>(>,>0>4>8><>@>D>H>L>P>T>X>\>`>d>h>l>p>t>x>|>>>>>>>>>>>>>>>>>>>>>>>>>>??? ??? ?$?(?,?0?4?@?D?H?L?P?T?X?\?`?d?h?l?p?t?x?|?????????????????0 =$=(=,=0=4=8=<=@=D=`444416T6Z6`6f66666607@7N7l777777 88+8?8K8[8888888889*9D9I9^9o99999:':S:c:{::: ;B;Q;V;j;;;;<#>8>=>N>g>>>>>>?%?C?L?t?y????????pL0#0T00000001Y1c11111122$282H22222283V3333333344404W4^4g4u4444444445 55/5;5G5[5g5555556<6Q6\6d6j6r66666666666666666777,737<7E7N7W777777777777788"868<8K8Z8w8}8888 99(949{9::y;!>l>v>>>>>>?/?D?R?e?p????00 060=0b0i0p0w0~0000000011111$2233G3333C444444"5055555555666,6E6g6{6666666 777%7,7<7C7W7u77777778878S8X8t8888888/9O9W9`9g9r999999999999::.:>:T:^:n:::::::::::; ;;;;';>;D;J;T;m;t;z;;;;;;;;;;;;;<>>>D>K>R>Y>_>f>>>>>>>>>k?v???????T0000411111111111111111R22/33373;3?3C3G3K3`3333 44445!5.595\5|5555555626?6J6m66666667&7,727G7N7^7e7s7z777777788+848D8I8\8~88888888 9(9@9a9r9|99999B:[:j::::::;;%;8;=;Q;a;;;;'<,<@<`;>D>N>S>i>>>>>?#???H?R?W?p????d!0D0I0]000000031n1111111 22,2D2a2222222 33)3.3:3S3_3l3s3333333444+474C4I4[4k4r44444445575C5`5555556K6\666667.777d7i7}77777#8N8W88888888899>9{999999:::*:J:P:a:w:::::;;; ;7;D;L;m;;;;;<3<[4>Q>Z>g>p>>>>>>>.?????????p00:0?0S0{00000000K1Z1f1111112*262o2x2222223?3H3X3e3m333344"434;44444445 5[5j5v55555555C6v666677%727:7c777777778,8A8J8T8Y8y888889 99&9S9|99999999(:1:;:@:V::::::::;#;+;;;s;;;;;<<$8><>@>D>H>L>P>T>c>>>>>>>>>+?:?G?|???l00'0,0K0b0v00000 11(1]1f11111112o2t222223-3m3t3{33333334&4T4k4t44445C5p5y5555555556&6/6;6@6L6e6q6}6666666666637n7777777 88R8[8k8p8|88888889989N9[9c9l9s9x99 ::!:&:2:8:G:T::::::::#;T;{;;;;;;;;^>>>>>>>>?/?8?E?R?Z???????T#0O0X0g0t0|000001-161@1E1[11111112202k2z222222333c333333344'444<4k4z444444555c55555555636]6f6666666677&737_7h7w7777777%8*8=8K8w888889C9n9w99999:L:c:z:::::::::;;7;d;;;;;;;< <<<7<>F>a>{>>>>>> ?&?C?f???????<0/0I0`0{000001 1W1111112222>2M2T222223%3C3r33333444R4b4w4444!595T5t5555$6D6Z6p66666667-7M77778-8D8h888888889*9?999999:7:>:R:k::::::;E;_;k;;;;;;=l=======>7>K>]>{>>>>>>>>>>>>>?%?b?g?|????? 0%0N0z0000001 1"171<1Q1b1g1|1111112"272@2Y2b22222222333/343I3{33333344>4F4d44444445%5-5H5`55555566L6S6c6k6}666666L7Q7e7w7|77777777888=8B8V8r8w8888888929;9X99999: :B:\:e::::::::,;?;L;T;;;;;; <5>:>N>v>}>>>>???+?7?P?W?w????????????d00+080?0M0v0000000000111C1n1w11111111 2I2s2222223C3t3333334 4%4:4{4444445 555-525G5o5y5555555556(616:6`6j6666666637d77777777 88(8]8f88888888892979K9p9y9999999:%:t:::; ;;;c;;;;;;<6<<<<<<=C=h=o=t======>>>6>E>S>z>>>>>>>??,?5?I?^??????X00+0R0g0000000 11111112292@2V2_2j22222223P3Y3x33333334 4w444445-5:5N5m5555576[6d6666677F7W7j7t777778C8J8n8888888889 9=9Y9{9999999999(:J:`::::::(;@;a;h;;;;;;;;;<%<7H>e>N?[?q??? 03001:22222333q44445B5|666666777"7@7Q7i7n777k888888869M9t99999999:/:H:q::::: ;F;T;;;@ >>%>Y>{>>>>>?0>V>s>~>>>>>.?6?T?Y?d?????????@0060L0R00000000111n1v1111111123282P2w2222222222 393U3]3h3p33333333333 44#4-444B4H4X4b4i4v4|4444444515=5S5f55555555555566686D6\6i6t6666666637C7H7\7v7~7777778 8C8S8X8l888888 90999J9_9h9u9999999:$:>:G:a:j:{:::::::;%;E;g;;;;;;>>/>p>>>>>>?&?+???P?U?j?{??????Pd0 00<0C0T0]000000B1G1\111111112#2.232F2Z2e2m2r2222223 3!3G3j3s333333333&4<4E4P4X4]4444444455C5S5X5l55555555 66 6(6-6E6s66666666737C7H7\7777777778 8!8H8l88888891969J9r999999 :F:|:::::::::: ;%;O;f;};;;;;;;#<3<8>??@?Q?X?b???`(00000141S1u11122<2d2222 333R3z33334;4f44445*5U5~5555,6>6f6666 7(777~8888889:9C999 ::b:|::::;$;+;\;k;v;~;;;;;;;;;;;O?>M>Z>_>k>w>>>>>>>>!?K??pD001711111111 2P2\2m2y2222223M3Z3o3~33333333333 44W4k4y4444445%55555.6_6666B7G7x77798>8C8H8g889?9H9u99999999:':E:}::::;$;;;;<<%<9=F===========>>#>*>1>8>D>I>b>i>p>z>>>>>>>>>>? ??1???I?N?a?v??????????000000E0S0]0b0u000000000001"1,111K1R1Y1c1}11111111112#2(2<2R2[2e2y222222233$303f3r333333334(4@4I4U4\4h4t4444444#5(5>5O5e5o5t555555666+6C6Z6h666666667 7D7I7g7q777777777777788H8P8]8u8888888899E9P9[9c999: :::(:I:S:e:::::::;;Z;g;};;;;;;;<<<<*<4 >*>6>;>G>O>n>z>>>>>>??/?h?v????0%0A0N0S0`0r00000000 1-121Q1X1t111111111'272>2Y2e2q2222222233$383B3l3w33333334 44/4G44444445/5O5_5f55555555,6C666666 7(747@7L7S7l77777777)858A8M8Y888888899&90999C9O9U9\9e9k9s9y99999999999999:':2:D:L:Q:V:x:~::::::::::::::;";(;2;8;A;F;c;;;;;;;<"<(<.<4<:q>w>>>?6666*7g777#8e8889X99996:p:::.;k;;;':>t>> ?O???0B000001T111202X2222"3\3334O4444/5a55556 66H6P6X6d6l666666677747<7H7h7p7|77777777788(8H8P8\8|888888899 9(9D9L9T9\9d9|99999999: :,:4:<:H:h:p:x:::::::: ;; ;@;H;T;t;;;;;;;<<<4<< >(>4>T>`>h>>>>>>>>>?$?,?4?