# تثبيت التعريفات

### ⚙️ تعطيل برامج بدء التشغيل والتطبيقات في الخلفية

قم بتعطيل جميع البرامج التي تعمل عند بدء التشغيل من خلال:

* **Background Apps (تطبيقات الخلفية)**
* **Task Manager → Startup (مدير المهام ← بدء التشغيل)**

> ⚠️ **مهم:** لا تقم بإعادة تشغيل الجهاز الآن.

***

### 🌐 إعداد كرت الشبكة (Network Adapter)

1. اضغط على **Windows + R**
2. اكتب الأمر التالي:

   ```
   ncpa.cpl
   ```
3. اضغط **Enter**
4. اضغط بزر الماوس الأيمن على اتصال الإنترنت:
   * Ethernet أو Wi-Fi
5. اختر **Properties (خصائص)**

#### ثم قم بإلغاء تحديد جميع الخيارات ما عدا:

* ✔ **QoS Packet Scheduler**
* ✔ **Internet Protocol Version 4 (TCP/IPv4)**

6. اضغط **OK**

***

### 🎮 تثبيت DirectX Runtimes

1. قم بتحميل [**DirectX**](https://www.microsoft.com/en-us/download/details.aspx?id=35)
2. شغّل ملف التثبيت
3. اتبع التعليمات حتى يكتمل التثبيت<br>

   <figure><img src="/files/pgSLt6iPr5UpqtQiSFwD" alt=""><figcaption></figcaption></figure>

***

### 🧩 تثبيت Visual C++ Redistributable (جميع الإصدارات)

1. قم بتحميل [**Visual C++ Redistributable All-in-One**](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)
2. فك الضغط عن الملف (Unzip)
3. اضغط بزر الماوس الأيمن على:

   ```
   install_all.bat
   ```
4. اختر **Run as administrator (تشغيل كمسؤول)**\ <br>

### ⚙️ تعطيل UAC (التحكم في حساب المستخدم)

1. افتح قائمة **Start (ابدأ)**
2. ابحث عن:\
   **UAC**
3. اختر:\
   **Change User Account Control settings (تغيير إعدادات التحكم في حساب المستخدم)**

#### ثم:

* اسحب المؤشر إلى الأسفل حتى:\
  **Never notify (عدم الإعلام مطلقًا)**
* اضغط **OK**
* وافق على رسالة التأكيد إذا ظهرت

> ⚠️ **ملاحظة:** تعطيل UAC يقلل من مستوى الحماية، تأكد أنك تثبّت فقط برامج موثوقة.<br>

<figure><img src="/files/hu0ncxelBDFB5Bq9xN8V" alt=""><figcaption></figcaption></figure>

***

### 🎮 تثبيت تعريف كرت الشاشة (Graphics Drivers)

قم بتحميل أحدث تعريف لكرت الشاشة الخاص بك من الموقع الرسمي:

* **NVIDIA**
* **AMD**
* **Intel**

#### الخطوات:

1. نزّل التعريف المناسب لنوع كرتك
2. شغّل ملف التثبيت
3. اتبع التعليمات حتى انتهاء التثبيت

> 💡 يُفضل اختيار **Clean Installation** إذا كان الخيار متاحًا للحصول على أفضل أداء

***

### 🛡️ تفعيل Core Isolation

1. افتح قائمة **Start (ابدأ)**
2. ابحث عن:\
   **Windows Security (أمان Windows)**
3. ادخل إلى:\
   **Device Security (أمان الجهاز)**

#### ثم:

1. تحت قسم **Core Isolation**
2. اضغط على:\
   **Core Isolation Details (تفاصيل عزل النواة)**

#### تأكد من:

* تفعيل خيار:\
  ✔ **Memory Integrity = ON**

***

### 🔄 ملاحظة

قد يُطلب منك إعادة تشغيل الجهاز بعد تفعيل **Memory Integrity** — إذا طُلب ذلك، قم بالموافقة.

***

بعد الانتهاء من جميع الخطوات:

> 🔁 قم بإعادة تشغيل جهاز الكمبيوتر

***

إذا حاب أكمل لك باقي الخطوات بنفس التنسيق أو أحولها لملف GitBook جاهز، قلّي 👍


---

# 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://redline-1.gitbook.io/redline/alkhtwh-2/tthbyt-altaryfat.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.
