/M Sets the value as a system-wide (machine-level) variable that appears in HKEY_LOCAL_MACHINE.
The default setting places the variable within the current user??™s environment.
/K regpath Sets the specified variable using the content of a registry key. You must provide
the fully qualified registry value (including all of the keys), such as KEY_LOCAL_MACHINE\System\
CurrentControlSet\Control\TimeZoneInformation\StandardName.
/F file Specifies the name of a text file to use for settings. You must also provide the position
of the setting within the file as an absolute or relative coordinate (line number and character
position). In addition, if the setting is delimited, you must provide the delimiter used for it.
/A x,y Provides the absolute position of the setting within the file. You must provide the position
as a line number and character number.
/R x,y string Provides a relative position of the setting within the file. SetX first searches for
the string you specify within the file. It then moves relative to that string the number of lines and
characters within the line that you specify.
/X Displays the file contents using x and y coordinates.
Pages:
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342