1
0
Files
2025-10-31 08:58:36 +01:00

14 lines
488 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🖼️ BGInfo OneLiner
## 🔧 What it does
Runs **BGInfo** with your `.bgi` layout **silently**, autoaccepts EULA, and applies immediately.
```cmd
"%~dp0Bginfo.exe" "%~dp0Labo.bgi" /accepteula /silent /timer 0
```
## ✅ Prerequisites
- `Bginfo.exe` and your `.bgi` file must be in the **same folder**.
- Run as part of a **GPO logon script** or manually.
🔗 Help & setup guide: **[Deploying BGInfo via GPO](https://blog.wuibaille.fr/2024/05/deploying-bginfo-via-gpo/)**