1
0

Auto-commit: 2025-10-31 08:58:35

This commit is contained in:
David Wuibaille
2025-10-31 08:58:36 +01:00
parent 7d94414992
commit 7cc3011354
1088 changed files with 193455 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# 🖼️ 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/)**