# Фиксим краши CS2

## Шаг 1. Отключаем Game bar

1. В меню "**ПУСК**" вводим "**Параметры**"

<figure><img src="/files/e7B7RkY5Z2ps1dGu6p1B" alt="" width="341"><figcaption></figcaption></figure>

2. Далее выбираем "**Игры**"

<figure><img src="/files/eyFn0dpNzvVt3AV28PRu" alt="" width="375"><figcaption></figcaption></figure>

3. Ставим переключатель в положение "**Откл.**"<br>

<figure><img src="/files/eOGb7xWWRq0szBlr2ckH" alt="" width="375"><figcaption></figcaption></figure>

4. Теперь выбираем пункт "Игровой режим" и отключаем его тоже

   <figure><img src="/files/9VuU6rGDrGGhFJZkMGCB" alt=""><figcaption></figcaption></figure>

## Шаг 2. Полностью удаляем все приложения связанные с Game bar и xbox.

1. В меню "Пуск" вводим PowerShell, на нужной опции кликаем **ПКМ и выбираем Запустить от имени администратора.**

<figure><img src="/files/NFL6xAfyPl0hoV4KRvx4" alt="" width="349"><figcaption></figcaption></figure>

2. В открывшееся окно копируем и вставляем следующую команду.

```powershell
Get-ProvisionedAppxPackage -Online | `
Where-Object { $_.PackageName -match "xbox" } | `
ForEach-Object { Remove-ProvisionedAppxPackage -Online -PackageName $_.PackageName }
```

<figure><img src="/files/YW3ldz3RP9RM77XyNWSR" alt="" width="563"><figcaption></figcaption></figure>

3. Нажимаем **Enter** и вы должны получить следующий результат.

<figure><img src="/files/U5PUhhFY05wzUK2QLMzQ" alt="" width="563"><figcaption></figcaption></figure>

После этого краши обязаны прекратиться.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://standard-arb.gitbook.io/standard-arb-docs/dopolnitelnye-nastroiki/fiksim-krashi-cs2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
