# \[Windows] How to change client background

## 🛠️ **1.** Download RCC Extended:&#x20;

* Access the official repository and download the tool:&#x20;
* <https://github.com/zedxxx/rccextended/releases>

## 📁 **2.** Access the bin folder of your client.

## 📂 **3.** Create the QrResources folder:

* Inside the bin folder, create a new folder called QrResources. Copy the graphics\_resources.rcc file that is in the bin folder into this folder.

## 🔄 **4.** Move the RCC Extended Executable:

* Transfer the RCC Extended executable to the QrResources folder.

## 💻 **5.** Decompile the RCC File:

* Open the Terminal (CMD/PowerShell) in the QrResources folder. Run the following command:
* "./rcc --reverse"
* RCC will decompile all the contents of the graphics\_resources.rcc file.

## 🖼️ **6.** Change the Background Image:

* After RCC decompiles the content, navigate to: \QrResources\qresource\res\graphics\_resources.rcc\images
* Locate the image called title.jpg.
* Replace this image with the one you want to use as the background.
* **Tip:** I recommend using an image with the same resolution as the original (1920x1080). \
  👉 Use [www.resizepixel.com](http://www.resizepixel.com) to adjust the image size.

## 🔄 **7.** Recompile the RCC File:

* Copy the RCC Extended executable to the folder: /QrResources/qresource/rcc
* Make sure the rcc-make.bat file is in this folder. Run the rcc-make.bat file. This will recompile the graphics\_resources.rcc file.

## 📥 **8.** Replace the File in the Client:

* Copy the new compiled graphics\_resources.rcc. Paste it back into the bin folder of your client.

## 🗑️ **9.** Final Cleanup:

* After finishing the entire process, you can delete the QrResources folder to keep the directory organized.

## 🎮 **10.** Test the Client:

* Open the client and check the background.

## ✅ Done! Your client now has a new look.

### **Credits: Rulex**.
