????

Your IP : 216.73.216.152


Current Path : C:/Windows/System32/en-US/
Upload File :
Current File : C:/Windows/System32/en-US/setx.exe.mui

MZ����@���	�!�L�!This program cannot be run in DOS mode.

$��<߱�R���R���R�U�����R�U�P���R�Rich��R�PEL�!P

pi�@ �L8.rdata�@@.rsrcP N@@*�|v
T88*�|v$��8.rdata8x.rdata$zzzdbg �.rsrc$01�#�H.rsrc$02 J�̛��q�� ~�J��nɰ1Ax*�|v��(�@����� �! �"8�#P�&h�~������������������9(�X@�YX�_p�`����	�	�	�	�	�			(	8	H	X	h	x	�	�	�	�	�	��#���$���(��L/��(4�� 8���:��>R�LD�hJH��P��TUX��Y��l^\��^$��_���`��f��i��MUI���
Ϟ4���	���xN�x�Yoz�bJQ���MUIen-US1ERROR: Invalid syntax.
Type "SETX /?" for usage.
7ERROR: The system cannot find registry path specified.
2ERROR: The system cannot find the path specified.
.ERROR: Access to the registry path is denied.
ERROR: The handle is invalid.
@ERROR: Not enough storage is available to process this command.
%ERROR: The environment is incorrect.
#ERROR: The access code is invalid.
ERROR: The data is invalid.
3ERROR: The system cannot find the drive specified.
-ERROR: Could not read the key from registry.
,ERROR: Could not write the key to registry.
/ERROR: Could not find the key in the registry.
&ERROR: Must provide valid row,column.
3ERROR: Must provide valid row,column and "STRING".
@ERROR: Coordinates %s do not exist or specified text not found.
AERROR: Must provide a valid search string for relative searches.
$ERROR: Coordinates cannot be NULL.
 4ERROR: Invalid characters used as coordinates "%s".
+ERROR: Cannot convert value %s to integer.
8ERROR: No search string provided for a relative search.
=ERROR: Too many delimiters specified (%s) ! - Maximum is 15.
#ERROR: Cannot open text file "%s".
ERROR: No filename specified.
)ERROR: Specified file is not plain text.
kERROR: Invalid Hive specified. Valid values are HKEY_LOCAL_MACHINE(or HKLM) or HKEY_CURRENT_USER(or HKCU).
JERROR: Only REG_DWORD, REG_EXPAND_SZ, REG_SZ, REG_MULTI_SZ are supported.
(ERROR: Bad format for supplied key: %s.
7ERROR: The specified operation could not be completed.
ERROR: /S cannot be empty.
ERROR: /U cannot be empty.
ERROR: /F cannot be empty.

Extracted value: %s.JERROR: Invalid syntax. Username specified without specifying system name.
HERROR: Invalid syntax. Password specified without specifying user name.
1ERROR: Invalid syntax.
Type "SETX /?" for usage.
ERROR: Invalid arguments.
8ERROR: The environmental variable name cannot be empty.
:ERROR: The environmental variable name must be specified.
&ERROR: Invalid Coordinates Specified.
$ERROR: Coordinates %s do not exist.
JERROR: Invalid syntax. Value expected for '/k'.
Type "SETX /?" for usage.
M
WARNING: The length of the extracted value is truncated to 1024 characters.
@
WARNING: The data being saved is truncated to 1024 characters.
MERROR: Length of the command line argument should not exceed 255 characters.
/K cannot be empty.
ERROR: /A cannot be empty.
ERROR: /R cannot be empty.
0ERROR: Absolute coordinates cannot be negative.
MERROR: The name of an environment variable cannot include an equal sign (=).
PA%
SUCCESS: Specified value was saved.

Extracted value: 0ERROR: The value cannot exceed 1024 characters.
A
WARNING: User credentials cannot be used for local connections.
$SUCCESS: Specified value was saved.
*ERROR: The search string cannot be empty.
ZERROR: Either the first or second coordinate should be in the range -9999999 to +9999999.
-
SetX has three ways of working: 

Syntax 1:
H    SETX [/S system [/U [domain\]user [/P [password]]]] var value [/M]


Syntax 2:
M    SETX [/S system [/U [domain\]user [/P [password]]]] var /K regpath [/M]


Syntax 3:
8    SETX [/S system [/U [domain\]user [/P [password]]]]
J         /F file {var {/A x,y | /R x,y string}[/M] | /X} [/D delimiters]


Description:
D    Creates or modifies environment variables in the user or system
B    environment. Can set variables based on arguments, regkeys or
    file input.

Parameter List:
G    /S     system          Specifies the remote system to connect to.

B    /U     [domain\]user   Specifies the user context under which
8                           the command should execute.

@    /P     [password]      Specifies the password for the given
H                           user context. Prompts for input if omitted.

G    var                    Specifies the environment variable to set.

D    value                  Specifies a value to be assigned to the 
2                           environment variable.

D    /K     regpath         Specifies that the variable is set based
?                           on information from a registry key.
PAE                           Path should be specified in the format of
<                           hive\key\...\value. For example,
H                           HKEY_LOCAL_MACHINE\System\CurrentControlSet\
F                           Control\TimeZoneInformation\StandardName.

C    /F     file            Specifies the filename of the text file
$                           to use.

?    /A     x,y             Specifies absolute file coordinates
E                           (line X, item Y) as parameters to search 
-                           within the file.

D    /R     x,y string      Specifies relative file coordinates with
J                           respect to "string" as the search parameters.

H    /M                     Specifies that the variable should be set in
PA@                           the system wide (HKEY_LOCAL_MACHINE)
B                           environment. The default is to set the
A                           variable under the HKEY_CURRENT_USER 
)                           environment.

I    /X                     Displays file contents with x,y coordinates.

G    /D     delimiters      Specifies additional delimiters such as ","
F                           or "\". The built-in delimiters are space,
D                           tab, carriage return, and linefeed. Any 
H                           ASCII character can be used as an additional
H                           delimiter. The maximum number of delimiters,
F                           including the built-in delimiters, is 15.

8    /?                     Displays this help message.

KNOTE: 1) SETX writes variables to the master environment in the registry.

G      2) On a local system, variables created or modified by this tool
D         will be available in future command windows but not in the
*         current CMD.exe command window.

H      3) On a remote system, variables created or modified by this tool
7         will be available at the next logon session.

I      4) The valid Registry Key data types are REG_DWORD, REG_EXPAND_SZ,
          REG_SZ, REG_MULTI_SZ.

6      5) Supported hives:  HKEY_LOCAL_MACHINE (HKLM),
$         HKEY_CURRENT_USER (HKCU).

)      6) Delimiters are case sensitive.

F      7) REG_DWORD values are extracted from the registry in decimal 
         format.


Examples:
    SETX MACHINE COMPAQ 
&    SETX MACHINE "COMPAQ COMPUTER" /M
    SETX MYPATH "%PATH%"
    SETX MYPATH ~PATH~
8    SETX /S system /U user /P password  MACHINE COMPAQ 
8    SETX /S system /U user /P password MYPATH ^%PATH^% 
?    SETX TZONE /K HKEY_LOCAL_MACHINE\System\CurrentControlSet\
2         Control\TimeZoneInformation\StandardName
A    SETX BUILD /K "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
2         NT\CurrentVersion\CurrentBuildNumber" /M
D    SETX /S system /U user /P password TZONE /K HKEY_LOCAL_MACHINE\
?         System\CurrentControlSet\Control\TimeZoneInformation\
         StandardName
2    SETX /S system /U user /P password  BUILD /K 
<         "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\
/         CurrentVersion\CurrentBuildNumber" /M
    SETX /F ipconfig.out /X 
)    SETX IPADDR /F ipconfig.out /A 5,11 
2    SETX OCTET1 /F ipconfig.out /A 5,3 /D "#$*." 
2    SETX IPGATEWAY /F ipconfig.out /R 0,7 Gateway
>    SETX /S system /U user /P password  /F c:\ipconfig.out /X
ERROR:WARNING:SUCCESS:INFO:N/AType the password for %s:2Passing the user credential for local connection.
7The target system must be running Windows XP or above.
9The remote system must be running Windows 2000 or above.
PA>Invalid syntax. '%s' value is not allowed for '%s' option.
%s
9Invalid syntax. Specify valid numeric value for '%s'.
%s
AInvalid syntax. Specifiy valid floating point value for '%s'.
%s
5Invalid syntax. Mandatory option '%s' is missing.
%s
FInvalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
#Invalid argument/option - '%s'.
%s
0Invalid syntax. Default argument is missing.
%s
FLength of the command line argument should not exceed 255 characters.
IInvalid syntax. Default option is not allowed more than '%d' time(s).
%s
,Invalid syntax. Value expected for '%s'.
%s
BInvalid syntax. '%s' value is not allowed as default argument.
%s
Type "%s /?" for usage.*Value for '%s' option cannot be empty.
%s
-Value for default option cannot be empty.
%s
PA<Invalid syntax. Specify valid numeric value for default.
%s
DInvalid syntax. Specifiy valid floating point value for default.
%s
>Value for default option cannot be more than %d character(s).
?Invalid syntax. Value cannot be specified with '%s' option.
%s
;Value for '%s' option cannot be more than %d character(s).
�4VS_VERSION_INFO��
|O
|O?�StringFileInfo�040904B0LCompanyNameMicrosoft Corporationl"FileDescriptionSetx - Sets environment variablesh$FileVersion10.0.20348.1 (WinBuild.160101.0800)2	InternalNamesetx.exe�.LegalCopyright� Microsoft Corporation. All rights reserved.B
OriginalFilenamesetx.exe.muij%ProductNameMicrosoft� Windows� Operating System>
ProductVersion10.0.20348.1DVarFileInfo$Translation	�PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPAD