wx3270Restrict utility

From The x3270 Wiki
(Redirected from Wx3270/wx3270Restrict)

wx3270Restrict is a utility for manipulating global wx3270 restricted operations. It must be run elevated (as Administrator).

The restrictions are stored in a Registry key. These restrictions override any command-line options (-restrict or -allow).

Options

If no options are given, wx3270Restrict runs as an interactive GUI app.

-show
Displays the current global restricted operations.
-set restriction[,restriction...]
Defines a new set of restricted operations. These replace the entire set, rather than augmenting existing restrictions.
-clear
Removes all global restricted operations.

Examples

Run interactively.

wx3270Restrict

Restrict file transfer.

wx3270Restrict -set FileTransfer

Display current restrictions.

wx3270Restrict -show

Remove all restructions.

wx3270Restrict -clear