# Launch options

### Options

#### `hvci`

```
LAUNCHER.exe -hvci
```

Doesn't require `true` nor `false`

<mark style="color:green;">Enables core isolation emulation. Required depending on the game.</mark>

#### `key`

```
LAUNCHER.exe -key FEC****************-***
```

Requires a key to be put after it.

<mark style="color:green;">Putting your key after the parameter makes the key enter automatically with each launcher start.</mark>

#### `key-repeat`

```
LAUNCHER.exe -key-repeat 2
```

Default value: `1`

Possible values: from `1` to `3`

<mark style="color:green;">Signals the amount of retries for</mark> <mark style="color:green;"></mark><mark style="color:green;">`-key`</mark> <mark style="color:green;"></mark><mark style="color:green;">parameter.</mark>

#### `secureboot-test-compatibility-mode`

```
LAUNCHER.exe -secureboot-test-compatibility-mode
```

Doesn't require `true` nor `false`

<mark style="color:green;">Forces the product to try and use the</mark> [<mark style="color:green;">secure boot bypass</mark>](https://fecuritydocs.gitbook.io/fecuritydocs/main-content/secure-boot-bypass) <mark style="color:green;">even on unsupported motherboards.</mark>

#### `secureboot-compatibility-mode`

```
LAUNCHER.exe -secureboot-compatibility-mode
```

Doesn't require `true` nor `false`

<mark style="color:green;">Forces the product to use</mark> [<mark style="color:green;">secure boot bypass.</mark>](https://fecuritydocs.gitbook.io/fecuritydocs/main-content/secure-boot-bypass)

#### `secureboot`

```batch:no-line-numbers
LAUNCHER.exe -secureboot
```

Doesn't require `true` nor `false`

<mark style="color:green;">Upon typing that parameter into the .bat file turns on the secureboot emulation.</mark>

#### `delay`

<mark style="color:yellow;">IF DELAY IS LESS THAN DEFAULT THEN IT WILL BE IGNORED</mark>

```batch:no-line-numbers
LAUNCHER.exe -delay 40000
```

Default value: SOLUTIONS DEPENDENT

Possible values: from `0` to `4294967295`

The value is specified in milliseconds

<mark style="color:green;">Sets the delay before injection</mark>

#### `sid`

```batch:no-line-numbers
LAUNCHER.exe -sid 1234
```

Default value: `RANDOM`

Possible values: from `0` to `4294967295`

<mark style="color:green;">Sets the value of the spoofer's pseudorandom</mark>

#### `seed`

```batch:no-line-numbers
LAUNCHER.exe -seed 1234
```

Default value: `RANDOM`

Possible values: from `0` to `4294967295`

Does the same thing as `-sid`.

<mark style="color:green;">Sets the value of the spoofer's pseudorandom</mark>

#### `spoofer`

```batch:no-line-numbers
LAUNCHER.exe -spoofer true
```

Setting any other value that differs from `true` will disable the built-in spoofer

When set to `true` - In-built spoofer will be enabled

Default value: `true`

Possible values: `true` | `false`

<mark style="color:green;">Turns on/off the built-in spoofer</mark>

&#x20;
