PeerDistSh.dll.mui BranchCache Netshell Helper 2790d353d8762f217e4b15807438065f

File info

File name: PeerDistSh.dll.mui
Size: 44032 byte
MD5: 2790d353d8762f217e4b15807438065f
SHA1: 1d3f57b6272ff3289da2cadb7b596cc24b56c5ba
SHA256: 67e948a9942032107b4026b9b9ef42140b3855401ef22721c4d2afbad6265bb0
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Lithuanian language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Lithuanian English
1000Displays configuration parameters.
Displays configuration parameters.
1001Sets configuration parameters.
Sets configuration parameters.
2000Displays the location of the hosted cache.
Displays the location of the hosted cache.
2001Sets the status of the BranchCache service.
Sets the status of the BranchCache service.
2002Sets the location of the local cache.
Sets the location of the local cache.
2003Sets the size of the local cache.
Sets the size of the local cache.
2004Displays the current status of the BranchCache service.
Displays the current status of the BranchCache service.
2005Displays the status of the local cache.
Displays the status of the local cache.
2006Resets the BranchCache service.
Resets the BranchCache service.
2008Generates a new content information key.
Generates a new content information key.
2009Exports the content information key.
Exports the content information key.
2010Imports a new content information key.
Imports a new content information key.
2011Flushes the contents of the cache.
Flushes the contents of the cache.
2012Displays the status of the local publication cache.
Displays the status of the local publication cache.
2013Sets the location of the local publication cache.
Sets the location of the local publication cache.
2014Sets the size of the local publication cache.
Sets the size of the local publication cache.
2015Sets BranchCache SMB latency.
Sets BranchCache SMB latency.
2016Displays BranchCache SMB latency settings.
Displays BranchCache SMB latency settings.
3000
Usage: show hostedcache

Remarks: Displays the location of the hosted cache

Examples:

show hostedcache

Usage: show hostedcache

Remarks: Displays the location of the hosted cache

Examples:

show hostedcache
3001
Usage: set service [mode=]{DISABLED|LOCAL|DISTRIBUTED|HOSTEDSERVER|HOSTEDCLIENT}
[[location]=]
[[clientauthentication]={DOMAIN|NONE}]
[[serveonbattery]={TRUE|FALSE}]

Parameters:

Tag Value
mode - Set the status of the BranchCache Service
DISABLED - Disable the service
LOCAL - Uses Local Caching Only
DISTRIBUTED - Distributed Caching Enabled
HOSTEDSERVER - Set as a Hosted Cache Server
HOSTEDCLIENT - Set as a Hosted Cache Client
location - Set the location of the Hosted Cache Server. This
tag is only necessary if the mode tag is set to
HOSTEDCLIENT and is invalid otherwise.
clientauthentication - Set the mechanism used by a Hosted Cache Server to
authenticate clients. This tag is only used
if the mode tag is set to HOSTEDSERVER and is
invalid otherwise.
DOMAIN - Clients of the hosted cache
must be members of the same
domain
NONE - No authentication mechanism
is used
serveonbattery - Enables the local client to respond to peers for
requests for cached data while on battery power
This tag is only used if the mode tag is set to
DISTRIBUTED and is invalid otherwise.
TRUE - Enables serving data while
on battery power.
FALSE - Disables serving data while
on batter power.

Remarks: Sets the status of the BranchCache service. This command will also
ensure that the necessary firewall configuration for the chosen mode
is in place.

It is strongly recommended that you provide a fully qualified domain
name as the location of the Hosted Cache when setting Hosted Cache
Client mode.

Examples:

set service DISABLED
set service mode=DISTRIBUTED
set service mode=HOSTEDCLIENT location=SERVER123
set service mode=HOSTEDSERVER clientauthentication=DOMAIN

Usage: set service [mode=]{DISABLED|LOCAL|DISTRIBUTED|HOSTEDSERVER|HOSTEDCLIENT}
[[location]=]
[[clientauthentication]={DOMAIN|NONE}]
[[serveonbattery]={TRUE|FALSE}]

Parameters:

Tag Value
mode - Set the status of the BranchCache Service
DISABLED - Disable the service
LOCAL - Uses Local Caching Only
DISTRIBUTED - Distributed Caching Enabled
HOSTEDSERVER - Set as a Hosted Cache Server
HOSTEDCLIENT - Set as a Hosted Cache Client
location - Set the location of the Hosted Cache Server. This
tag is only necessary if the mode tag is set to
HOSTEDCLIENT and is invalid otherwise.
clientauthentication - Set the mechanism used by a Hosted Cache Server to
authenticate clients. This tag is only used
if the mode tag is set to HOSTEDSERVER and is
invalid otherwise.
DOMAIN - Clients of the hosted cache
must be members of the same
domain
NONE - No authentication mechanism
is used
serveonbattery - Enables the local client to respond to peers for
requests for cached data while on battery power
This tag is only used if the mode tag is set to
DISTRIBUTED and is invalid otherwise.
TRUE - Enables serving data while
on battery power.
FALSE - Disables serving data while
on batter power.

Remarks: Sets the status of the BranchCache service. This command will also
ensure that the necessary firewall configuration for the chosen mode
is in place.

It is strongly recommended that you provide a fully qualified domain
name as the location of the Hosted Cache when setting Hosted Cache
Client mode.

Examples:

set service DISABLED
set service mode=DISTRIBUTED
set service mode=HOSTEDCLIENT location=SERVER123
set service mode=HOSTEDSERVER clientauthentication=DOMAIN
3002
Usage: set localcache [directory=]{DEFAULT|}

Parameters:

Tag Value
directory - The fully qualified path to the directory in which the
local cache should be stored. Set to DEFAULT to restore
the default cache location.

Remarks: Sets the location of the BranchCache service's local cache. Note
that the service will be stopped and restarted if necessary in order
to complete the change. Any existing cache files will be moved to the
new location.
Examples:

set localcache DEFAULT
set localcache directory=C:\BranchCache\Localcache

Usage: set localcache [directory=]{DEFAULT|}

Parameters:

Tag Value
directory - The fully qualified path to the directory in which the
local cache should be stored. Set to DEFAULT to restore
the default cache location.

Remarks: Sets the location of the BranchCache service's local cache. Note
that the service will be stopped and restarted if necessary in order
to complete the change. Any existing cache files will be moved to the
new location.
Examples:

set localcache DEFAULT
set localcache directory=C:\BranchCache\Localcache
3003
Usage: set cachesize [size=]{DEFAULT|} [[percent=]{TRUE|FALSE}]

Parameters:

Tag Value
size - The size of the cache. Entered as either a percentage or an
exact number of bytes. Set to DEFAULT to restore the
default configuration
percent - Determines if the size tag is treated as a percentage of the
size of the hard disk or as an exact number of bytes.
Ignored if the size tag is set to DEFAULT.
TRUE - size is a percentage of the size of the hard
disk
FALSE - size is an exact number of bytes (Default)

Remarks: Sets the size of the BranchCache service's local cache. The size can
be entered as either an exact number of bytes, or as a percentage of
the size of the disk. Note that this refers to the size of the disk
on which the cache is located, not the total size of all disks present
on this computer.

Examples:

set cachesize DEFAULT
set cachesize 20971520
set cachesize size=20 percent=TRUE

Usage: set cachesize [size=]{DEFAULT|} [[percent=]{TRUE|FALSE}]

Parameters:

Tag Value
size - The size of the cache. Entered as either a percentage or an
exact number of bytes. Set to DEFAULT to restore the
default configuration
percent - Determines if the size tag is treated as a percentage of the
size of the hard disk or as an exact number of bytes.
Ignored if the size tag is set to DEFAULT.
TRUE - size is a percentage of the size of the hard
disk
FALSE - size is an exact number of bytes (Default)

Remarks: Sets the size of the BranchCache service's local cache. The size can
be entered as either an exact number of bytes, or as a percentage of
the size of the disk. Note that this refers to the size of the disk
on which the cache is located, not the total size of all disks present
on this computer.

Examples:

set cachesize DEFAULT
set cachesize 20971520
set cachesize size=20 percent=TRUE
3004
Usage: show status [[detail=]{BASIC|ALL}]

Parameters:

Tag Value
detail - The level of detail to display (Optional)
BASIC - Display only basic information (Default)
ALL - Display all available information

Remarks: Displays the current status of the BranchCache service.

Examples:

show status
show status ALL
show status detail=ALL

Usage: show status [[detail=]{BASIC|ALL}]

Parameters:

Tag Value
detail - The level of detail to display (Optional)
BASIC - Display only basic information (Default)
ALL - Display all available information

Remarks: Displays the current status of the BranchCache service.

Examples:

show status
show status ALL
show status detail=ALL
3005
Usage: show localcache

Remarks: Displays the status of the local cache. The maximum size of the cache
can be configured as either an exact number of bytes or as a
percentage of the size of the disk. Note that this refers to the size
of the disk on which the cache is located, not the total size of all
disks present on this computer.

Examples:

show localcache

Usage: show localcache

Remarks: Displays the status of the local cache. The maximum size of the cache
can be configured as either an exact number of bytes or as a
percentage of the size of the disk. Note that this refers to the size
of the disk on which the cache is located, not the total size of all
disks present on this computer.

Examples:

show localcache
3006
Usage: reset

Remarks: Resets the BranchCache service. Flushes the local and publication
caches. Every configuration parameter of BranchCache will be reset to its
default value.

Examples:

reset

Usage: reset

Remarks: Resets the BranchCache service. Flushes the local and publication
caches. Every configuration parameter of BranchCache will be reset to its
default value.

Examples:

reset
3008
Usage: set key [[passphrase=]]
Parameters:

Tag Value
passphrase - A passphrase to use to generate the key. If a
passphrase is not provided, a random key will be
generated. Two keys generated using the same passphrase
will always be identical. Using a passphrase is a
convenient way to duplicate the same key on another
machine. (Optional)

Remarks: Generates a new key for the BranchCache service to use to protect
content information. If the service is currently running, this command
will stop and restart it in order to begin using the new key.

Examples:

set key
set key passphrase="I want my content to be secure"

Usage: set key [[passphrase=]]
Parameters:

Tag Value
passphrase - A passphrase to use to generate the key. If a
passphrase is not provided, a random key will be
generated. Two keys generated using the same passphrase
will always be identical. Using a passphrase is a
convenient way to duplicate the same key on another
machine. (Optional)

Remarks: Generates a new key for the BranchCache service to use to protect
content information. If the service is currently running, this command
will stop and restart it in order to begin using the new key.

Examples:

set key
set key passphrase="I want my content to be secure"
3009
Usage: exportkey [outputfile=] [passphrase]=

Parameters:

Tag Value
outputfile - The directory path and name of the file to which the
key should be exported
passphrase - A passphrase required in order to import the key

Remarks: This command will export the key which the BranchCache service uses to
protect content information. The key can then be imported on another
machine by using the importkey command.

Examples:

exportkey %%TMP%%\secret.key "Key file password"
exportkey outputfile=C:\KeyDirectory\secret.key "Key file password"

Usage: exportkey [outputfile=] [passphrase]=

Parameters:

Tag Value
outputfile - The directory path and name of the file to which the
key should be exported
passphrase - A passphrase required in order to import the key

Remarks: This command will export the key which the BranchCache service uses to
protect content information. The key can then be imported on another
machine by using the importkey command.

Examples:

exportkey %%TMP%%\secret.key "Key file password"
exportkey outputfile=C:\KeyDirectory\secret.key "Key file password"
3010
Usage: importkey [inputfile=] [passphrase]=

Parameters:

Tag Value
inputfile - The location of the file from which the key should be
imported
passphrase - The passphrase used when exporting the key using the
exportkey command

Remarks: This command will import a new key for the BranchCache service to use
to protect content information. The key must have been previously
exported by means of the exportkey command. If the service is
currently running, this command will stop and restart it in order to
begin using the new key.

Examples:

importkey %%TMP%%\secret.key "Key file password"
importkey inputfile=C:\KeyDirectory\secret.key "Key file password"

Usage: importkey [inputfile=] [passphrase]=

Parameters:

Tag Value
inputfile - The location of the file from which the key should be
imported
passphrase - The passphrase used when exporting the key using the
exportkey command

Remarks: This command will import a new key for the BranchCache service to use
to protect content information. The key must have been previously
exported by means of the exportkey command. If the service is
currently running, this command will stop and restart it in order to
begin using the new key.

Examples:

importkey %%TMP%%\secret.key "Key file password"
importkey inputfile=C:\KeyDirectory\secret.key "Key file password"
3011
Usage: flush

Flushes the contents of the local and publication caches.

Examples:

flush

Usage: flush

Flushes the contents of the local and publication caches.

Examples:

flush
3012
Usage: show publicationcache

Remarks: Displays the status of the local publication cache. The maximum size
of the cache can be configured as either an exact number of bytes or
as a percentage of the size of the disk. Note that this refers to
the size of the disk on which the cache is located, not the total size
of all disks present on this computer.

Examples:

show publicationcache

Usage: show publicationcache

Remarks: Displays the status of the local publication cache. The maximum size
of the cache can be configured as either an exact number of bytes or
as a percentage of the size of the disk. Note that this refers to
the size of the disk on which the cache is located, not the total size
of all disks present on this computer.

Examples:

show publicationcache
3013
Usage: set publicationcache [directory=]{DEFAULT|}

Parameters:

Tag Value
directory - The fully qualified path to the directory in which the
local publication cache should be stored. Set to
DEFAULT to restore the default cache location.

Remarks: Sets the location of the BranchCache service's local publication cache.
Note that the service will be stopped and restarted if necessary in
order to complete the change.

Examples:

set publicationcache DEFAULT
set publicationcache directory=C:\BranchCache\PublicationCache

Usage: set publicationcache [directory=]{DEFAULT|}

Parameters:

Tag Value
directory - The fully qualified path to the directory in which the
local publication cache should be stored. Set to
DEFAULT to restore the default cache location.

Remarks: Sets the location of the BranchCache service's local publication cache.
Note that the service will be stopped and restarted if necessary in
order to complete the change.

Examples:

set publicationcache DEFAULT
set publicationcache directory=C:\BranchCache\PublicationCache
3014
Usage: set publicationcachesize [size=]{DEFAULT|} [[percent=]{TRUE|FALSE}]

Parameters:

Tag Value
size - The size of the cache. Entered as either a percentage or an
exact number of bytes. Set to DEFAULT to restore the
default configuration
percent - Determines if the size tag is treated as a percentage of the
size of the hard disk or as an exact number of bytes.
Ignored if the size tag is set to DEFAULT.
TRUE - size is a percentage of the size of the hard
disk
FALSE - size is an exact number of bytes (Default)

Remarks: Sets the size of the BranchCache service's local publication cache.
The size can be entered as either an exact number of bytes, or as a
percentage of the size of the disk. Note that this refers to the size
of the disk on which the cache is located, not the total size of all
disks present on this computer.

Examples:

set publicationcachesize DEFAULT
set publicationcachesize 20971520
set publicationcachesize size=20 percent=TRUE

Usage: set publicationcachesize [size=]{DEFAULT|} [[percent=]{TRUE|FALSE}]

Parameters:

Tag Value
size - The size of the cache. Entered as either a percentage or an
exact number of bytes. Set to DEFAULT to restore the
default configuration
percent - Determines if the size tag is treated as a percentage of the
size of the hard disk or as an exact number of bytes.
Ignored if the size tag is set to DEFAULT.
TRUE - size is a percentage of the size of the hard
disk
FALSE - size is an exact number of bytes (Default)

Remarks: Sets the size of the BranchCache service's local publication cache.
The size can be entered as either an exact number of bytes, or as a
percentage of the size of the disk. Note that this refers to the size
of the disk on which the cache is located, not the total size of all
disks present on this computer.

Examples:

set publicationcachesize DEFAULT
set publicationcachesize 20971520
set publicationcachesize size=20 percent=TRUE
3015
Usage: set latency [latency=]

Parameters:

Tag Value
latency - Minimum link latency to the branch office before SMB will use BranchCache caching. In milliseconds


Usage: set latency [latency=]

Parameters:

Tag Value
latency - Minimum link latency to the branch office before SMB will use BranchCache caching. In milliseconds

3016
Usage: get

Parameters: None


Usage: get

Parameters: None

4000Query Hosted Cache Location Query Hosted Cache Location
4001Set Local Cache Location Set Local Cache Location
4002Set Local Cache Size Set Local Cache Size
4003Set Service Mode Set Service Mode
4004Set Service Status Set Service Status
4005Configure Networking Configure Networking
4007Warn if Firewall is disabled Warn if Firewall is disabled
4008Warn if inbound traffic is blocked Warn if inbound traffic is blocked
4009Print Header Separator Line Print Header Separator Line
4010Print General Status Header Print General Status Header
4011Print Cache Status Header Print Cache Status Header
4012Print Firewall Status Header Print Firewall Status Header
4013Display Service Mode Display Service Mode
4014Display Service Status Display Service Status
4015Display Service Start Type Display Service Start Type
4016Display Maximum Cache Size Display Maximum Cache Size
4017Display Local Cache Location Display Local Cache Location
4018Display URL Reservation Status Display URL Reservation Status
4019Display Firewall Rule Group Status Display Firewall Rule Group Status
4020Display Hosted Cache Certificate Status Display Hosted Cache Certificate Status
4021Set Service Start Type Set Service Start Type
4022Set Key Set Key
4023Export Key Export Key
4024Import Key Import Key
4025Flush Cache Flush Cache
4026Display Current Cache Size Display Current Cache Size
4027Reset Local Registry Defaults Reset Local Registry Defaults
4028Set Service Shutdown Timeout Set Service Shutdown Timeout
4029Display Client Authentication Mode Display Client Authentication Mode
4030Delete Cache Files Delete Cache Files
4031Disable and Stop Service Disable and Stop Service
4034Display Publication Cache Maximum Size Display Publication Cache Maximum Size
4035Display Publication Cache Location Display Publication Cache Location
4036Set Publication Cache Location Set Publication Cache Location
4037Set latency Set latency
4038Show Latency Show Latency
4039Begin Alignment Range Begin Alignment Range
4040End Alignment Range End Alignment Range
4041Render Output Render Output
4042Configure cache Configure cache
4043Refresh configuration settings Refresh configuration settings
4044Set service startup configuration check override Set service startup configuration check override
5000
Error Executing Action %1!s!: %2!s!

Error Executing Action %1!s!: %2!s!
5001Could not retrieve value from system registry Could not retrieve value from system registry
5002Could not set value in system registry Could not set value in system registry
5003Could not retrieve string resource Could not retrieve string resource
5004Could not print to console Could not print to console
5005Internal BranchCache context error Internal BranchCache context error
5006Unable to read from file Unable to read from file
5007Could not query service control manager Could not query service control manager
5008Could not configure service start type Could not configure service start type
5009Could not start service Could not start service
5010Could not query HTTP Server configuration Could not query HTTP Server configuration
5011Could not set HTTP Server configuration Could not set HTTP Server configuration
5012Could not query Windows Firewall configuration Could not query Windows Firewall configuration
5013Could not set Windows Firewall configuration Could not set Windows Firewall configuration
5014Group Policy is preventing successful firewall configuration Group Policy is preventing successful firewall configuration
5015Could not query secret store Could not query secret store
5016Out of memory Out of memory
5017Could not export key. Please ensure the output directory exists Could not export key. Please ensure the output directory exists
5018Could not import key. Please ensure the import file exists and the passphrase is correct Could not import key. Please ensure the import file exists and the passphrase is correct
5019Could not generate new key. Could not generate new key.
5020Could not stop service Could not stop service
5021Could not create an RPC binding to the service Could not create an RPC binding to the service
5022Could not release an RPC binding to the service Could not release an RPC binding to the service
5023Error flushing the local cache Error flushing the local cache
5024Error querying cache information Error querying cache information
5025Error calling RPC method Error calling RPC method
5026An error occurred while resolving the hosted cache location An error occurred while resolving the hosted cache location
5027The specified hosted cache location is not valid. Please enter a valid hosted cache location The specified hosted cache location is not valid. Please enter a valid hosted cache location
5028A host name is required. Please enter a valid host name. A host name is required. Please enter a valid host name.
5029Could not configure cache directory security Could not configure cache directory security
5031Could not restore registry defaults Could not restore registry defaults
5032Could not configure service shutdown timeout Could not configure service shutdown timeout
5033The hosted cache connection port is invalid The hosted cache connection port is invalid
5034Failed to move cache files Failed to move cache files
5035Failed to delete cache files Failed to delete cache files
5036The specified cache size exceeds the disk size The specified cache size exceeds the disk size
5037Error refreshing configuration Error refreshing configuration
6000This machine is currently configured as a hosted cache server. This machine is currently configured as a hosted cache server.
6001This machine is not configured as a hosted cache client. This machine is not configured as a hosted cache client.
6002Hosted Cache Location Hosted Cache Location
6003Setting Local Cache Location... Setting Local Cache Location...
6004This command can only be executed from an elevated command prompt.
This command can only be executed from an elevated command prompt.
6005The cache size entered is not valid
The cache size entered is not valid
6006Setting Cache Size... Setting Cache Size...
6007Hosted Cache Server Mode cannot be used in this version of Windows
Hosted Cache Server Mode cannot be used in this version of Windows
6008A Hosted Cache location is required.
A Hosted Cache location is required.
6009Setting Service Mode... Setting Service Mode...
6010Setting Service Start Type to %1!s!... Setting Service Start Type to %1!s!...
6011Starting Service... Starting Service...
6012Configuring URL Reservation url=%1!s!, sddl=%2!s! ... Configuring URL Reservation url=%1!s!, sddl=%2!s! ...
6013Enabling firewall rule group %1!s!... Enabling firewall rule group %1!s!...
6014Disabling firewall rule group %1!s!... Disabling firewall rule group %1!s!...
6015-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
6016

BranchCache Service Status:


BranchCache Service Status:
6017

Local Cache Status:


Local Cache Status:
6018

Networking Status:


Networking Status:
6019Service Mode Service Mode
6020Current Status Current Status
6021Service Start Type Service Start Type
6024Local Cache Location Local Cache Location
6025= %1!s! (Default)
= %1!s! (Default)
6032# ----------------------------------------
# BranchCache Configuration
# ----------------------------------------

pushd BranchCache

set service status=%1!s! %2!s!
set cachesize size=%3!s! percent=%4!s!
set localcache directory=%5!s!

popd
# ----------------------------------------
# BranchCache Configuration
# ----------------------------------------

pushd BranchCache

set service status=%1!s! %2!s!
set cachesize size=%3!s! percent=%4!s!
set localcache directory=%5!s!

popd
6033Stopping Service... Stopping Service...
6034The service is currently disabled. Please use the "set service" command to enable the service
The service is currently disabled. Please use the "set service" command to enable the service
6035Exporting Key... Exporting Key...
6036Importing Key... Importing Key...
6037Generating Key... Generating Key...
6039Flushing Cache... Flushing Cache...
6041Resetting Local Registry Defaults... Resetting Local Registry Defaults...
6042This command can only be executed when BranchCache is installed.
This command can only be executed when BranchCache is installed.
6043SSL Certificate Bound To Hosted Cache Port SSL Certificate Bound To Hosted Cache Port
6044Client Authentication Client Authentication
6045The specified passphrase is invalid. Please enter a valid passphrase. The specified passphrase is invalid. Please enter a valid passphrase.
6046The %1!s! parameter is not valid for this service mode. The %1!s! parameter is not valid for this service mode.
6047Temporarily disabling the service while moving the cache... Temporarily disabling the service while moving the cache...
6048The specified directory does not exist. The specified directory does not exist.
6049Enabling the service... Enabling the service...
6050Moving cache files... Moving cache files...
6051= Default
= Default
6052Deleting cache files... Deleting cache files...
6053Disabling and stopping service... Disabling and stopping service...
6054

Publication Cache Status:


Publication Cache Status:
6058Publication Cache Location Publication Cache Location
6061Setting Publication Cache Location... Setting Publication Cache Location...
6062Removing cache files... Removing cache files...
6063The specified directory is not on an NTFS volume. The specified directory is not on an NTFS volume.
6064The specified directory path is too long. The specified directory path is too long.
6065Serve peers on battery power Serve peers on battery power
6066SMB Latency=%1!d! ms
SMB Latency=%1!d! ms
6067SMB Latency=%1!d! ms %2!s!
SMB Latency=%1!d! ms %2!s!
6068The SMB Latency value could not be retrieved from the registry
The SMB Latency value could not be retrieved from the registry
6069

BranchCache SMB Configuration:


BranchCache SMB Configuration:
6070The latency value is invalid. Allowed values (0 - 2147483647)
The latency value is invalid. Allowed values (0 - 2147483647)
6071= %1!s!
= %1!s!
6072= %1!s! %2!s!
= %1!s! %2!s!
6073Maximum Cache Size Maximum Cache Size
6074= %1!I64u! Bytes [%2!d!%%%%] %3!s!
= %1!I64u! Bytes [%2!d!%%%%] %3!s!
6075= %1!I64u!%%%% of hard disk %2!s!
= %1!I64u!%%%% of hard disk %2!s!
6076Active Current Cache Size Active Current Cache Size
6077= %1!I64u! Bytes
= %1!I64u! Bytes
6078= %1!s! = %1!s!
6079%1!s!
%1!s!
6080Modifying cache settings... Modifying cache settings...
6081The destination directory must be empty The destination directory must be empty
7000(Set By Group Policy) (Set By Group Policy)
7001Cannot alter this setting because it is configured by Group Policy
Cannot alter this setting because it is configured by Group Policy
7002Succeeded
Succeeded
7003The specified directory location does not exist
The specified directory location does not exist
7004Manual Manual
7005Automatic Automatic
7006Failed
Failed
7007Disabled Disabled
7008Local Caching Local Caching
7009Distributed Caching Distributed Caching
7010Hosted Cache Server Hosted Cache Server
7011Hosted Cache Client Hosted Cache Client
7012Running Running
7013Paused Paused
7014Stopped Stopped
7015Default Default
7016Policy Refresh in Progress Policy Refresh in Progress
7017Enabled Enabled
7019Configured Configured
7020Not Configured Not Configured
7021(Required) (Required)
7022(Not Required) (Not Required)
7023Domain Authentication Domain Authentication
7024No Authentication No Authentication
7026[Multiple Servers] [Multiple Servers]
8000
The local cache file location change will not take effect until the service is restarted.

The local cache file location change will not take effect until the service is restarted.
8001
Warning: The Windows Firewall is Currently Disabled.

Warning: The Windows Firewall is Currently Disabled.
8002
Warning: The Windows Firewall is Configured to block all Inbound Connections

Warning: The Windows Firewall is Configured to block all Inbound Connections
8003
Warning: An HTTP URL Reservation is required but not configured.

Warning: An HTTP URL Reservation is required but not configured.
8004
Warning: A Firewall Rule Group is required but not enabled.

Warning: A Firewall Rule Group is required but not enabled.
8005
Warning: There is no certificate bound to the Hosted Cache Port. A Hosted Cache SSL Certificate is required to serve Windows 7 clients or to serve Vista clients which are using the BITS protocol.

Warning: There is no certificate bound to the Hosted Cache Port. A Hosted Cache SSL Certificate is required to serve Windows 7 clients or to serve Vista clients which are using the BITS protocol.
8006
Warning: It is recommended that a fully qualified domain name is used to specify the name of the Hosted Cache server.

Warning: It is recommended that a fully qualified domain name is used to specify the name of the Hosted Cache server.
8007
Warning: Current group policy configuration prevents local firewall rules from being applied. The BranchCache configuration will be changed, but changes to the local BranchCache firewall rules will not take effect.

Warning: Current group policy configuration prevents local firewall rules from being applied. The BranchCache configuration will be changed, but changes to the local BranchCache firewall rules will not take effect.
9000BranchCache - Content Retrieval (Uses HTTP) BranchCache - Content Retrieval (Uses HTTP)
9001BranchCache - Peer Discovery (Uses WSD) BranchCache - Peer Discovery (Uses WSD)
9002BranchCache - Hosted Cache Server (Uses HTTPS) BranchCache - Hosted Cache Server (Uses HTTPS)
9003BranchCache - Hosted Cache Client (Uses HTTPS) BranchCache - Hosted Cache Client (Uses HTTPS)
10000BranchCache Content Retrieval (HTTP-In) BranchCache Content Retrieval (HTTP-In)
10001BranchCache Content Retrieval (HTTP-Out) BranchCache Content Retrieval (HTTP-Out)
10002BranchCache Peer Discovery (WSD-In) BranchCache Peer Discovery (WSD-In)
10003BranchCache Peer Discovery (WSD-Out) BranchCache Peer Discovery (WSD-Out)
10004BranchCache Hosted Cache Server (HTTP-In) BranchCache Hosted Cache Server (HTTP-In)
10005BranchCache Hosted Cache Server(HTTP-Out) BranchCache Hosted Cache Server(HTTP-Out)
10006BranchCache Hosted Cache Client (HTTP-Out) BranchCache Hosted Cache Client (HTTP-Out)
11000Inbound rule for BranchCache to allow data transfer using HTTP [TCP 80] Inbound rule for BranchCache to allow data transfer using HTTP [TCP 80]
11001Outbound rule for BranchCache to allow data transfer using HTTP [TCP 80] Outbound rule for BranchCache to allow data transfer using HTTP [TCP 80]
11002Inbound rule for BranchCache to allow peer discovery [UDP 3702] Inbound rule for BranchCache to allow peer discovery [UDP 3702]
11003Outbound rule for BranchCache to allow peer discovery [UDP 3702] Outbound rule for BranchCache to allow peer discovery [UDP 3702]
11004Inbound rule for BranchCache to allow communication between a hosted cache and its clients [TCP] Inbound rule for BranchCache to allow communication between a hosted cache and its clients [TCP]
11005Outbound rule for BranchCache to allow communication between a hosted cache and its clients [TCP] Outbound rule for BranchCache to allow communication between a hosted cache and its clients [TCP]
11006Outbound rule for BranchCache to allow connection to a hosted cache server [TCP] Outbound rule for BranchCache to allow connection to a hosted cache server [TCP]
12000Content Retrieval Firewall Rules Content Retrieval Firewall Rules
12001Peer Discovery Firewall Rules Peer Discovery Firewall Rules
12002Hosted Cache Server Firewall Rules Hosted Cache Server Firewall Rules
12003Hosted Cache Client Firewall Rules Hosted Cache Client Firewall Rules
13000Content Retrieval URL Reservation Content Retrieval URL Reservation
13001Hosted Cache URL Reservation Hosted Cache URL Reservation
13002Hosted Cache HTTP URL Reservation Hosted Cache HTTP URL Reservation
19000With BranchCache, clients use HTTP to retrieve content from each other in the distributed mode, and from the hosted cache in hosted cache mode. This firewall rule opens up the HTTP port (port 80) for clients to provide encrypted data to other requesting clients. With BranchCache, clients use HTTP to retrieve content from each other in the distributed mode, and from the hosted cache in hosted cache mode. This firewall rule opens up the HTTP port (port 80) for clients to provide encrypted data to other requesting clients.
19001With BranchCache, clients use the WS Discovery protocol to lookup content availability on the local subnet. This firewall rule opens the port for WS Discovery so that clients can watch for these incoming requests and respond to them. With BranchCache, clients use the WS Discovery protocol to lookup content availability on the local subnet. This firewall rule opens the port for WS Discovery so that clients can watch for these incoming requests and respond to them.
19002With BranchCache, clients can be configured to use the hosted cache. This firewall rule opens up the needed ports on the clients to facilitate communication with the hosted cache. With BranchCache, clients can be configured to use the hosted cache. This firewall rule opens up the needed ports on the clients to facilitate communication with the hosted cache.
19003With BranchCache, clients can be configured to use a hosted cache. This firewall rule opens up the needed ports on the hosted cache to allow clients to communicate with the hosted cache. With BranchCache, clients can be configured to use a hosted cache. This firewall rule opens up the needed ports on the hosted cache to allow clients to communicate with the hosted cache.

EXIF

File Name:PeerDistSh.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-p..st-common.resources_31bf3856ad364e35_10.0.15063.0_lt-lt_f1aad0c0b64ba15e\
File Size:43 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:43520
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:Lithuanian
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:BranchCache Netshell Helper
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:peerdistsh.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:peerdistsh.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-p..st-common.resources_31bf3856ad364e35_10.0.15063.0_lt-lt_fbff7b12eaac6359\

What is PeerDistSh.dll.mui?

PeerDistSh.dll.mui is Multilingual User Interface resource file that contain Lithuanian language for file PeerDistSh.dll (BranchCache Netshell Helper).

File version info

File Description:BranchCache Netshell Helper
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:peerdistsh.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:peerdistsh.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x427, 1200