WinPE HTTPS - WindowsInstallation TimeOut

Moderator: jknoth

Post Reply
jkunz
Posts: 2
Joined: 10. Sep 2020, 09:56
Contact:

WinPE HTTPS - WindowsInstallation TimeOut

Post by jkunz » 08. Apr 2021, 13:58

Hallo,

ich bin dabei die OS Installation von Windows 10 mithilfe von WinPE ( 1.8.8 ) zu testen.
Besonderheit: Die Clients sind sind über ein MPLS Netzwerk mit unterschiedlichen Bandbreiten verbunden. (Subdepot vor Ort ist nicht rentabel. Meistens nur 1-2 Clients)

Übertragung erfolgt via HTTPS.
Leider bricht die Übertragung der install.wim nach 30 Minuten ab. (Timeout)

Auszug Matrix42.Platform.Service.Host.log

Code: Select all

2021-04-08 13:04:15.897 [Information] [Process.OutputReadNotifyUser] Execution of WindowsInstallation package failed.
2021-04-08 13:04:15.925 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:15.926 [Information] [Process.OutputReadNotifyUser] Get-EmpirumPackagePath : 
2021-04-08 13:04:15.926 [Information] [Process.OutputReadNotifyUser] At X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install\install.ps1:1462 char:25
2021-04-08 13:04:15.926 [Information] [Process.OutputReadNotifyUser] + ... ourcePath = Get-EmpirumPackagePath -RelativePath "$RelativeOsSourcePa ...
2021-04-08 13:04:15.926 [Information] [Process.OutputReadNotifyUser] +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-04-08 13:04:15.926 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:15.933 [Information] [Process.OutputReadNotifyUser] System.TimeoutException: This request operation sent to net.pipe://localhost/Matrix42/Platform/Service/Extension/PEAgent did not receive a reply within the configured timeout (00:30:00).  The time allotted to this operation may have been a portion of a longer timeout.  This may be because the service is still processing the operation or because the service was unable to send a reply message.  Please consider increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and ensure that the service is able to connect to the client.
2021-04-08 13:04:15.933 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:15.933 [Information] [Process.OutputReadNotifyUser] Server stack trace: 
2021-04-08 13:04:15.933 [Information] [Process.OutputReadNotifyUser]    at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, TimeSpan timeout)
2021-04-08 13:04:15.933 [Information] [Process.OutputReadNotifyUser]    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
2021-04-08 13:04:15.933 [Information] [Process.OutputReadNotifyUser]    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
2021-04-08 13:04:15.934 [Information] [Process.OutputReadNotifyUser]    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
2021-04-08 13:04:15.934 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:15.934 [Information] [Process.OutputReadNotifyUser] Exception rethrown at [0]: 
2021-04-08 13:04:15.934 [Information] [Process.OutputReadNotifyUser]    at Matrix42.Platform.Service.Common.ExtensionProxy`1.Invoke(IMessage msg)
2021-04-08 13:04:15.934 [Information] [Process.OutputReadNotifyUser]    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
2021-04-08 13:04:15.934 [Information] [Process.OutputReadNotifyUser]    at Matrix42.UAF.Platform.Service.Extension.Interface.PeAgent.IPeAgent.CreateLocalCache(String remoteSource, String localCacheFolder, String cacheSource)
2021-04-08 13:04:15.934 [Information] [Process.OutputReadNotifyUser]    at Matrix42.Empirum.PowerShell.OsManagement.GetEmpirumPackagePath.CreateLocalCacheIfNeeded(String localFolder, String remoteSourceFolder, String cacheSource)
2021-04-08 13:04:15.935 [Information] [Process.OutputReadNotifyUser]    at Matrix42.Empirum.PowerShell.OsManagement.GetEmpirumPackagePath.GetCachePathAndFillCacheAtHttpCase()
2021-04-08 13:04:15.935 [Information] [Process.OutputReadNotifyUser]    at Matrix42.Empirum.PowerShell.OsManagement.GetEmpirumPackagePath.ProcessRecord()
2021-04-08 13:04:15.935 [Information] [Process.OutputReadNotifyUser]    at System.Management.Automation.CommandProcessor.ProcessRecord()
2021-04-08 13:04:15.938 [Information] [Process.OutputReadNotifyUser] ########## Detailed information:
2021-04-08 13:04:15.938 [Information] [Process.OutputReadNotifyUser] ########## ErrorRecord object:
2021-04-08 13:04:16.000 [Information] [HttpTransfer.StartTransfer] ~Status: 'Running'
2021-04-08 13:04:16.008 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.013 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.056 [Information] [Process.OutputReadNotifyUser] PSMessageDetails      : 
2021-04-08 13:04:16.059 [Information] [Process.OutputReadNotifyUser] Exception             : System.TimeoutException: This request operation sent to 
2021-04-08 13:04:16.060 [Information] [Process.OutputReadNotifyUser]                         net.pipe://localhost/Matrix42/Platform/Service/Extension/PEAgent did not receive a reply 
2021-04-08 13:04:16.060 [Information] [Process.OutputReadNotifyUser]                         within the configured timeout (00:30:00).  The time allotted to this operation may have been a 
2021-04-08 13:04:16.060 [Information] [Process.OutputReadNotifyUser]                         portion of a longer timeout.  This may be because the service is still processing the 
2021-04-08 13:04:16.060 [Information] [Process.OutputReadNotifyUser]                         operation or because the service was unable to send a reply message.  Please consider 
2021-04-08 13:04:16.060 [Information] [Process.OutputReadNotifyUser]                         increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting 
2021-04-08 13:04:16.060 [Information] [Process.OutputReadNotifyUser]                         the OperationTimeout property) and ensure that the service is able to connect to the client.
2021-04-08 13:04:16.061 [Information] [Process.OutputReadNotifyUser]                         
2021-04-08 13:04:16.061 [Information] [Process.OutputReadNotifyUser]                         Server stack trace: 
2021-04-08 13:04:16.062 [Information] [Process.OutputReadNotifyUser]                            at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, TimeSpan 
2021-04-08 13:04:16.062 [Information] [Process.OutputReadNotifyUser]                         timeout)
2021-04-08 13:04:16.062 [Information] [Process.OutputReadNotifyUser]                            at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, 
2021-04-08 13:04:16.062 [Information] [Process.OutputReadNotifyUser]                         ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
2021-04-08 13:04:16.063 [Information] [Process.OutputReadNotifyUser]                            at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage 
2021-04-08 13:04:16.063 [Information] [Process.OutputReadNotifyUser]                         methodCall, ProxyOperationRuntime operation)
2021-04-08 13:04:16.063 [Information] [Process.OutputReadNotifyUser]                            at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
2021-04-08 13:04:16.063 [Information] [Process.OutputReadNotifyUser]                         
2021-04-08 13:04:16.063 [Information] [Process.OutputReadNotifyUser]                         Exception rethrown at [0]: 
2021-04-08 13:04:16.063 [Information] [Process.OutputReadNotifyUser]                            at Matrix42.Platform.Service.Common.ExtensionProxy`1.Invoke(IMessage msg)
2021-04-08 13:04:16.063 [Information] [Process.OutputReadNotifyUser]                            at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
2021-04-08 13:04:16.064 [Information] [Process.OutputReadNotifyUser]                            at 
2021-04-08 13:04:16.064 [Information] [Process.OutputReadNotifyUser]                         Matrix42.UAF.Platform.Service.Extension.Interface.PeAgent.IPeAgent.CreateLocalCache(String 
2021-04-08 13:04:16.064 [Information] [Process.OutputReadNotifyUser]                         remoteSource, String localCacheFolder, String cacheSource)
2021-04-08 13:04:16.064 [Information] [Process.OutputReadNotifyUser]                            at 
2021-04-08 13:04:16.064 [Information] [Process.OutputReadNotifyUser]                         Matrix42.Empirum.PowerShell.OsManagement.GetEmpirumPackagePath.CreateLocalCacheIfNeeded(String 
2021-04-08 13:04:16.064 [Information] [Process.OutputReadNotifyUser]                         localFolder, String remoteSourceFolder, String cacheSource)
2021-04-08 13:04:16.064 [Information] [Process.OutputReadNotifyUser]                            at Matrix42.Empirum.PowerShell.OsManagement.GetEmpirumPackagePath.GetCachePathAndFillCacheAt
2021-04-08 13:04:16.065 [Information] [Process.OutputReadNotifyUser]                         HttpCase()
2021-04-08 13:04:16.065 [Information] [Process.OutputReadNotifyUser]                            at Matrix42.Empirum.PowerShell.OsManagement.GetEmpirumPackagePath.ProcessRecord()
2021-04-08 13:04:16.065 [Information] [Process.OutputReadNotifyUser]                            at System.Management.Automation.CommandProcessor.ProcessRecord()
2021-04-08 13:04:16.066 [Information] [Process.OutputReadNotifyUser] TargetObject          : 
2021-04-08 13:04:16.066 [Information] [Process.OutputReadNotifyUser] CategoryInfo          : NotSpecified: (:) [Get-EmpirumPackagePath], TimeoutException
2021-04-08 13:04:16.066 [Information] [Process.OutputReadNotifyUser] FullyQualifiedErrorId : System.TimeoutException,Matrix42.Empirum.PowerShell.OsManagement.GetEmpirumPackagePath
2021-04-08 13:04:16.066 [Information] [Process.OutputReadNotifyUser] ErrorDetails          : 
2021-04-08 13:04:16.067 [Information] [Process.OutputReadNotifyUser] InvocationInfo        : System.Management.Automation.InvocationInfo
2021-04-08 13:04:16.067 [Information] [Process.OutputReadNotifyUser] ScriptStackTrace      : at GetOsPackageSourcePath, 
2021-04-08 13:04:16.067 [Information] [Process.OutputReadNotifyUser]                         X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install\install.ps1: line 1462
2021-04-08 13:04:16.067 [Information] [Process.OutputReadNotifyUser]                         at Main, X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install\install.ps1: line 204
2021-04-08 13:04:16.067 [Information] [Process.OutputReadNotifyUser]                         at <ScriptBlock>, X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install\install.ps1: 
2021-04-08 13:04:16.067 [Information] [Process.OutputReadNotifyUser]                         line 1731
2021-04-08 13:04:16.068 [Information] [Process.OutputReadNotifyUser] PipelineIterationInfo : {}
2021-04-08 13:04:16.068 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.068 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.068 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.079 [Information] [Process.OutputReadNotifyUser] ########## Invocation info:
2021-04-08 13:04:16.086 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.087 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.093 [Information] [Process.OutputReadNotifyUser] MyCommand             : Get-EmpirumPackagePath
2021-04-08 13:04:16.094 [Information] [Process.OutputReadNotifyUser] BoundParameters       : {}
2021-04-08 13:04:16.094 [Information] [Process.OutputReadNotifyUser] UnboundArguments      : {}
2021-04-08 13:04:16.094 [Information] [Process.OutputReadNotifyUser] ScriptLineNumber      : 1462
2021-04-08 13:04:16.094 [Information] [Process.OutputReadNotifyUser] OffsetInLine          : 25
2021-04-08 13:04:16.095 [Information] [Process.OutputReadNotifyUser] HistoryId             : 1
2021-04-08 13:04:16.095 [Information] [Process.OutputReadNotifyUser] ScriptName            : X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install\install.ps1
2021-04-08 13:04:16.095 [Information] [Process.OutputReadNotifyUser] Line                  :     $FullOsSourcePath = Get-EmpirumPackagePath -RelativePath "$RelativeOsSourcePath" 
2021-04-08 13:04:16.095 [Information] [Process.OutputReadNotifyUser]                         -IncludeOfflineSources -Verbose -CacheType Systempartition;
2021-04-08 13:04:16.095 [Information] [Process.OutputReadNotifyUser]                         
2021-04-08 13:04:16.095 [Information] [Process.OutputReadNotifyUser] PositionMessage       : At X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install\install.ps1:1462 char:25
2021-04-08 13:04:16.095 [Information] [Process.OutputReadNotifyUser]                         + ... ourcePath = Get-EmpirumPackagePath -RelativePath "$RelativeOsSourcePa ...
2021-04-08 13:04:16.096 [Information] [Process.OutputReadNotifyUser]                         +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-04-08 13:04:16.096 [Information] [Process.OutputReadNotifyUser] PSScriptRoot          : X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install
2021-04-08 13:04:16.096 [Information] [Process.OutputReadNotifyUser] PSCommandPath         : X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install\install.ps1
2021-04-08 13:04:16.096 [Information] [Process.OutputReadNotifyUser] InvocationName        : Get-EmpirumPackagePath
2021-04-08 13:04:16.096 [Information] [Process.OutputReadNotifyUser] PipelineLength        : 0
2021-04-08 13:04:16.096 [Information] [Process.OutputReadNotifyUser] PipelinePosition      : 0
2021-04-08 13:04:16.096 [Information] [Process.OutputReadNotifyUser] ExpectingInput        : False
2021-04-08 13:04:16.097 [Information] [Process.OutputReadNotifyUser] CommandOrigin         : Internal
2021-04-08 13:04:16.097 [Information] [Process.OutputReadNotifyUser] DisplayScriptPosition : 
2021-04-08 13:04:16.097 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.097 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.097 [Information] [Process.OutputReadNotifyUser] 
2021-04-08 13:04:16.220 [Error] [Process.ErrorReadNotifyUser] ExitWithCodeMessage : Execution of WindowsInstallation package failed.
2021-04-08 13:04:16.277 [Error] [Process.ErrorReadNotifyUser] At X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install\install.ps1:223 char:9
2021-04-08 13:04:16.279 [Error] [Process.ErrorReadNotifyUser] +         ExitWithCodeMessage -errorCode 570 -errorMessage "Execution o ...
2021-04-08 13:04:16.279 [Error] [Process.ErrorReadNotifyUser] +         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-04-08 13:04:16.284 [Error] [Process.ErrorReadNotifyUser]     + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
2021-04-08 13:04:16.286 [Error] [Process.ErrorReadNotifyUser]     + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,ExitWithCodeMessage
2021-04-08 13:04:16.287 [Error] [Process.ErrorReadNotifyUser]  
2021-04-08 13:04:16.299 [Information] [PowerShellExecutor.ExecutePowerShellScript] Finished PowerShell process.
2021-04-08 13:04:16.299 [Information] [PowerShellExecutor.ExecutePowerShellScript] Exit code = 570
2021-04-08 13:04:16.300 [Warning] [PeAgent.ProcessOsPackageExecution] Error at installing package Matrix42\OsPackages\WindowsInstallation\5.6: Execution of WindowsInstallation package failed.
At X:\UAF\Cache\6a9722f9-1e60-40c9-920e-7379b3a5f75a\5.6\install\install.ps1:223 char:9
+         ExitWithCodeMessage -errorCode 570 -errorMessage "Execution o ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,ExitWithCodeMessage
 
Gibt es die Möglichkeit den Timeout von 30 Minuten zu erhöhen?
System: Windows Server 2016, Empirum 19.0.3

Cydras
Posts: 3
Joined: 17. Aug 2021, 08:40
Contact:

Re: WinPE HTTPS - WindowsInstallation TimeOut

Post by Cydras » 29. Sep 2022, 08:47

Hallo,
ich hätte das selbe Problem, hat jemand Ideen?

Wir haben einen kleinen Standort angebunden ohne lokalen Server, die brauchen wohl zu lange um das Image übers Internet zu ziehen :(

sebastian.pilz
Posts: 58
Joined: 21. Nov 2017, 09:54
Location: Bottrop
Contact:

Re: WinPE HTTPS - WindowsInstallation TimeOut

Post by sebastian.pilz » 06. Oct 2022, 06:30

Ich hatte ein ähnliches Problem im klassischen WinPE per SMB, da hat es über 1 Stunde benötigt, folgende Info hab ich da vom Support erhalten:

Code: Select all

Es gibt eine Lösung aus einem älteren Ticket. Die können Sie mal ausprobieren um den Timeout Wert bei Empirum auf über 60 Minuten zu erhöhen:

Bitte das mal testen und uns Rückmeldung geben, ob sie auf diese weise das Timeout auf über 60 Minuten erhöhen könnten:

das Time-Out für WinPe können Sie in \Empirum\EmpInst\Sys\Images\WinPE\binaries\UAF\Matrix42.Empirum.PeAgent.dll.config ändern und dann das Image neu bauen.
Grüße,
Sebastian
Sebastian Pilz
Teamlead IT Operations at RIEDEL - www.riedel.net
Teams/Mail: sebastian.pilz@riedel.net

sebastian.pilz
Posts: 58
Joined: 21. Nov 2017, 09:54
Location: Bottrop
Contact:

Re: WinPE HTTPS - WindowsInstallation TimeOut

Post by sebastian.pilz » 06. Oct 2022, 06:33

Ich hatte ein ähnliches Problem im klassischen WinPE per SMB, da hat es über 1 Stunde benötigt, folgende Info hab ich da vom Support erhalten:

Code: Select all

Es gibt eine Lösung aus einem älteren Ticket. Die können Sie mal ausprobieren um den Timeout Wert bei Empirum auf über 60 Minuten zu erhöhen:

Bitte das mal testen und uns Rückmeldung geben, ob sie auf diese weise das Timeout auf über 60 Minuten erhöhen könnten:

das Time-Out für WinPe können Sie in \Empirum\EmpInst\Sys\Images\WinPE\binaries\UAF\Matrix42.Empirum.PeAgent.dll.config ändern und dann das Image neu bauen.
Grüße,
Sebastian
Sebastian Pilz
Teamlead IT Operations at RIEDEL - www.riedel.net
Teams/Mail: sebastian.pilz@riedel.net

chreschi
Posts: 81
Joined: 22. Sep 2008, 11:17
Contact:

Re: WinPE HTTPS - WindowsInstallation TimeOut

Post by chreschi » 04. Nov 2022, 09:05

Hallo Zusammen,

ich habe leider das gleiche Problem. Allerdings hat bei mir der Wert keine Änderung gebracht. Außerdem stand der bei mir schon auf 3600 was ja eine Stunde sein sollte. Der Abbruch erfolgt aber genau nach 30 Minuten.

Hat noch jemand eine Idee ?

Wir benutzen auch HTTPS nicht SMB.

Vielen Dank

schnock
Posts: 176
Joined: 22. Jul 2008, 16:52
Contact:

Re: WinPE HTTPS - WindowsInstallation TimeOut

Post by schnock » 04. Nov 2022, 10:58

Wir haben ein ähnliches Problem, obwohl die OS Sourcen mit ins ISO aufgenommen wurden. Die Ursache bei uns ist tatsächlich, dass das DiskPartitioning Paket den USB Sitck unmountet und nach der Partitionierung nicht wieder anhängt. Demnach kann der Prozess keine lokalen Sourcen finden und macht seinen Fallback zum definierten Server (Agent Template). Als Workaround haben wir ein eigenes PreOS-Package eingebunden, welches nach dem DsikPartitioning den USB Stick wieder mounted. Danach hat es geklappt und wir haben dsbzgl. auch ein Ticket offen.

Eventuell hilft das ja weiter...
Wer Anderen eine Bratwurst brät hat selbst ein Bratwurstbratgerät.

chreschi
Posts: 81
Joined: 22. Sep 2008, 11:17
Contact:

Re: WinPE HTTPS - WindowsInstallation TimeOut

Post by chreschi » 08. Nov 2022, 16:01

Nee das ist bei uns definitiv nicht das Problem. Es ist schon der Tiemout mit 30 Minuten.
An einer anderen Aussenstelle bei der einwenig mehr Bandbreite da ist, läuft es durch.
Wäre schön, wenn man erfahren könnte, an welcher Stelle man diese 30 Minuten ändern kann.

Danke

robudus
Posts: 491
Joined: 07. May 2008, 09:24
Contact:

Re: WinPE HTTPS - WindowsInstallation TimeOut

Post by robudus » 11. Jan 2023, 12:02

Ja das würde ich auch gerne wissen wollen... weisst das jemand?

SIGjo
Posts: 15
Joined: 29. Nov 2012, 21:42
Contact:

Re: WinPE HTTPS - WindowsInstallation TimeOut

Post by SIGjo » 26. Jan 2023, 13:44

Das hört sich nach genau meinem Problem an (siehe viewtopic.php?f=4&t=20998). Aktuell ist aber aber auch so, dass noch vor der eigentlichen Installation es einfach eeeewig dauert, um die boot.wim zu übertragen.

Schließe ich das Gerät über die Dockingstation an (mit Mac-Passthrough) geht es gewohnt schnell.

Bei mir liegt es irgendwo im Umfeld des TFTP-Dienstes. Der bringt irgendwie nicht die volle Bandbreite. Der Empirum-Server an sich liefert mir aber sauber 100MB/s+.

Die Lösung, den Timeout auf 60+ Minuten zu setzen, ist für mich nicht wirklich akzeptabel. Ein 08/15-Laptop mit Win10/Win11 und Office ist normalerweise in 20-30 Minuten.

chreschi
Posts: 81
Joined: 22. Sep 2008, 11:17
Contact:

Re: WinPE HTTPS - WindowsInstallation TimeOut

Post by chreschi » 11. May 2023, 14:59

Also seit dem neuesten WinPe ist es möglich den Timeout der WindowsInstallation selber zu setzten.
Vielleicht hilft es jemanden.
Uns hat es sehr geholfen. Installieren jetzt fast Weltweit von unserem deutschen Standort.

Grüße

Post Reply

Return to “OS Installer”

Who is online

Users browsing this forum: No registered users and 11 guests