Windows Helper
Go to file
2025-02-21 12:55:21 +00:00
admin admin/deploy_rustdesk_ostrachhelp.cmd aktualisiert 2025-01-22 16:43:09 +00:00
entwickler entwickler/install_git.cmd aktualisiert 2024-12-04 13:37:36 +00:00
essentiell repo size reduction 2024-11-22 13:08:57 +01:00
glpi repo size reduction 2024-11-22 13:08:57 +01:00
packs repo size reduction 2024-11-22 13:08:57 +01:00
skripte skripte/Windows10Debloater.cmd aktualisiert 2025-02-03 06:40:18 +00:00
standardsoftware standardsoftware/install_driverstore_explorer.cmd hinzugefügt 2025-02-21 12:55:21 +00:00
wallpaper repo size reduction 2024-11-22 13:08:57 +01:00
install_template.cmd repo size reduction 2024-11-22 13:08:57 +01:00
README.md repo size reduction 2024-11-22 13:08:57 +01:00
source.cmd repo size reduction 2024-11-22 13:08:57 +01:00
win10_initial_install.cmd repo size reduction 2024-11-22 13:08:57 +01:00
win11_initial_install.cmd repo size reduction 2024-11-22 13:08:57 +01:00

Windows Setup Tools

Automatische Einstellungen für frisch installierte Windows 10 Rechner

  • Automatische Installation von essentieller Software
    • 7-Zip
    • Mozilla Firefox
    • Microsoft C++ Runtime
    • Notepad ++
  • Nützliche Windows 10 Einstellungen, z.B.:
    • Energieeinstellungen
    • Anzeige von Dateinamenerweiterungen
  • Windows 10 Debloater
    • Entfernen von OneDrive
    • Entfernen der meisten Bloatware

Anwendung mit Windows 10:

  • Starten von cmd.exemit Administratorrechten
  • Diese Zeile einfügen und mit starten:
  • mkdir \temp & cd \temp & curl -k -L https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/win10_initial_install.cmd -o start.cmd & start.cmd

Anwendung mit Windows 11:

  • Starten von cmd.exemit Administratorrechten
  • Diese Zeile einfügen und mit starten:
  • mkdir \temp & cd \temp & curl -k -L https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/win11_initial_install.cmd -o start.cmd & start.cmd

.