Eine kuratierte Sammlung nützlicher Systemskripte für Windows, Linux und macOS.
Jedes Skript befindet sich in einem eigenen Unterordner mit zugehöriger Dokumentation.
/
├── windows/ # Windows-spezifische .bat/.reg/.ps1-Skripte
│ └── shell-icons/ # Beispiel: Explorer-Symbole überschreiben
├── linux/ # Linux-Skripte (.sh)
├── mac/ # macOS-Skripte- Repository klonen:
git clone https://github.com/voidsysline/scripts.git
- Zum gewünschten Skript navigieren:
cd windows/shell-icons - README im Unterordner lesen und Skript ausführen.
- Einige Skripte erfordern Administratorrechte (z. B. Registry-Zugriff).
- Nutzung auf eigene Gefahr – bitte Code vor der Ausführung prüfen.
- Besonders Registry-Änderungen und Explorer-Neustarts können kritisch sein.
MIT-Lizenz – frei nutzbar, aber ohne Garantie oder Gewährleistung.
Siehe LICENSE für Details.
A curated set of useful system scripts for Windows, Linux, and macOS.
Each script is located in its own subfolder with documentation.
/
├── windows/ # Windows-specific .bat/.reg/.ps1 scripts
│ └── shell-icons/ # Example: override Explorer icons
├── linux/ # Linux scripts (.sh)
├── mac/ # macOS scripts- Clone the repository:
git clone https://github.com/voidsysline/scripts.git
- Navigate to the script folder:
cd windows/shell-icons - Read the README in the subfolder and execute the script.
- Some scripts require administrator privileges (e.g., registry access).
- Use at your own risk – review the code before running anything.
- Especially registry edits and Explorer restarts can be risky.
MIT License – free to use without warranty or liability.
See LICENSE for details.