recropped some images to make them fit better, corrected a wrong link and file-name in the instructions and moved Setup.ps1 and autounattend.xml to correct spot
|
@ -1,18 +0,0 @@
|
|||
Write-Host Richte arabisches und persisches Tastatur-Layout ein... -ForegroundColor Yellow
|
||||
|
||||
$LanguageList = Get-WinUserLanguageList
|
||||
|
||||
#Adds arabisch-Egypt, Persisch to layouts:
|
||||
$LanguageList.Add("ar-EG")
|
||||
$LanguageList.Add("fa-IR")
|
||||
|
||||
#sets the entries we added above.
|
||||
Set-WinUserLanguageList $LanguageList
|
||||
|
||||
Write-Host Installiere chocolatey und weitere Software für das System -ForegroundColor Yellow
|
||||
|
||||
#Install Chocolatey
|
||||
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
|
||||
#Install Software with choclatey
|
||||
choco install vlc 7zip gimp libreoffice-fresh keepass inkscape firefox thunderbird foxitreader --yes
|
|
@ -6,7 +6,7 @@ benötigte Software:
|
|||
+ Windows 10 ISO in neuester Version
|
||||
+ Rufus: [https://rufus.ie/](https://rufus.ie/)
|
||||
+ ImgBurn: [http://www.imgburn.com/](http://www.imgburn.com/)
|
||||
+ autounatttended.xml [hier aus dem repo runterladen](../docs/autounatttended.xml)
|
||||
+ autounatttend.xml [hier aus dem repo runterladen](../docs/autounatttend.xml)
|
||||
+ Powershell-Script für die Installation [hier aus dem repo runterladen](../docs/Setup.ps1)
|
||||
+ USB-Stick mind. 8GB
|
||||
+ Einen Rechner auf dem Windows installiert ist
|
||||
|
@ -31,9 +31,9 @@ Die Windows-ISO wird damit als neues Laufwerk gemountet und in einem Fenster ge
|
|||
|
||||

|
||||
|
||||
b) Kopiere die vorher runtergeladene autounattended.xml in das Stammverzeichnis der entpackten ISO, sodass es aussieht wie hier:
|
||||
b) Kopiere die vorher runtergeladene autounattend.xml in das Stammverzeichnis der entpackten ISO, sodass es aussieht wie hier:
|
||||
|
||||

|
||||

|
||||
|
||||
c) Als nächstes muss noch das Powershell-Script an die passende der ISO kopieren, dies ist allerdings etwas aufwändiger und braucht eine Powershell. Bitte der Anleitung an dieser Stelle Schritt für Schritt folgen und die Pfade mit den korrekten Pfaden ersetzen:
|
||||
|
||||
|
|
|
@ -1,64 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<unattend xmlns="urn:schemas-microsoft-com:unattend">
|
||||
<settings pass="windowsPE">
|
||||
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<SetupUILanguage>
|
||||
<UILanguage>de-DE</UILanguage>
|
||||
</SetupUILanguage>
|
||||
<InputLocale>de-DE</InputLocale>
|
||||
<SystemLocale>de-DE</SystemLocale>
|
||||
<UILanguage>de-DE</UILanguage>
|
||||
<UserLocale>de-DE</UserLocale>
|
||||
<UILanguageFallback></UILanguageFallback>
|
||||
</component>
|
||||
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<UserData>
|
||||
<AcceptEula>true</AcceptEula>
|
||||
<Organization>computertruhe</Organization>
|
||||
<ProductKey>
|
||||
<Key></Key>
|
||||
<WillShowUI>Always</WillShowUI>
|
||||
</ProductKey>
|
||||
</UserData>
|
||||
</component>
|
||||
</settings>
|
||||
<settings pass="oobeSystem">
|
||||
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<InputLocale>de-DE</InputLocale>
|
||||
<SystemLocale>de-DE</SystemLocale>
|
||||
<UILanguage>de-DE</UILanguage>
|
||||
<UILanguageFallback></UILanguageFallback>
|
||||
<UserLocale>de-DE</UserLocale>
|
||||
</component>
|
||||
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<OOBE>
|
||||
<HideEULAPage>true</HideEULAPage>
|
||||
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
|
||||
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
|
||||
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
|
||||
<ProtectYourPC>3</ProtectYourPC>
|
||||
</OOBE>
|
||||
<UserAccounts>
|
||||
<LocalAccounts>
|
||||
<LocalAccount wcm:action="add">
|
||||
<Description>ein Test</Description>
|
||||
<DisplayName>User</DisplayName>
|
||||
<Group>Administrators</Group>
|
||||
<Name>User</Name>
|
||||
</LocalAccount>
|
||||
</LocalAccounts>
|
||||
</UserAccounts>
|
||||
</component>
|
||||
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<FirstLogonCommands>
|
||||
<SynchronousCommand wcm:action="add">
|
||||
<CommandLine>powershell -ExecutionPolicy Unrestricted -F C:\Setup.ps1</CommandLine>
|
||||
<Description>adds keyboard layouts</Description>
|
||||
<Order>1</Order>
|
||||
<RequiresUserInput>false</RequiresUserInput>
|
||||
</SynchronousCommand>
|
||||
</FirstLogonCommands>
|
||||
</component>
|
||||
</settings>
|
||||
<cpi:offlineImage cpi:source="wim:c:/users/stefan/desktop/test/win10/sources/install.wim#Windows 10 Home" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
|
||||
</unattend>
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 50 KiB |