Windows Helper
admin | ||
entwickler | ||
essentiell | ||
glpi | ||
packs | ||
skripte | ||
standardsoftware | ||
wallpaper | ||
install_template.cmd | ||
README.md | ||
source.cmd | ||
win10_initial_install.cmd | ||
win11_initial_install.cmd |
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.exe
mit 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.exe
mit 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
.