Pagina 1 di 1

[RISOLTO] Impossibile distribuire Windows 11

Pubblicato: 16 aprile 2025 - 16:14
di Laurent-Tecelys
Salve,
abbiamo appena aggiornato alla versione 2.6.0.17177 e sembra che stiamo riscontrando problemi con WADS da questo aggiornamento. Non avevamo problemi di distribuzione con la versione precedente. Quando proviamo a distribuire Windows 11 (23h2 o 24h2) subito dopo aver eseguito `wgetwadsx64.exe --config=x:\dlls\wapt-get.ini` e dopo il controllo `Data e ora successive`, si apre una finestra di configurazione di Windows 11 con il messaggio: "Questo PC al momento non soddisfa i requisiti di sistema per Windows 11".
L'hardware non è cambiato e si tratta di PC con una licenza di Windows 11 preinstallata. Stiamo riscontrando questo problema su hardware diverso e con tutte le versioni di Windows 11. Se distribuisco una versione di Windows 10, non ci sono problemi.
La distribuzione di Windows 11 ha funzionato correttamente la settimana scorsa.
Sono l'unico ad avere questo problema?

Re: Impossibile distribuire Windows 11

Pubblicato: 17 aprile 2025 - 10:29
di dcardon
Ciao Laurent,

Si è verificata una regressione a questo livello. Abbiamo una build notturna attualmente in fase di convalida per il rilascio [1]. Abbiamo aggiornato il changelog con l'avvertenza online relativa a questo [2]. Il changelog per la prossima versione (spero oggi, o domani) è riportato di seguito :-) ):

Codice: Seleziona tutto

WAPT-2.6.0.17198 (2025-04-09)
=============================

hash: 7c59ba7e

This is a bugfixes releases. The main highlights are fixes for the two regressions on WADS deployement in the last release.


* [FIX] wads: wapttftpserver: update mormot2 for regression on wapttftpserver on Linux

* [FIX] wads: properly add SecureStartup and EnhancedStorage packages during WinPE build. 
  Note: the buildup of WinPE now needs admin right elevation. 

* [IMP] wads: Also add WMI packages to WinPE 

* [FIX] waptwua: fix automatic download tasks fail if download_urls field in db is None. 
  This issue can only happen after a cleanup during remediation of spurious streaming urls

* [FIX] waptconsole: allow acls package filtering of unit and profile packages

* [NEW] waptconsole: add html audit data templates examples in
  :file:`<pf86>\wapt\templates` for many tis-audit-xxxx packages available on TIS public Repository

* [IMP] waptagent: wapt-get server-request <action> --method="POST" --data="['string1', 'string2']" : transform into ["string1", "string2"] 
  
  * workaround for poor windows cmd line parsing
  
  * JsonQuoteToDoubleQuotes

* [NEW] waptagent: wapt-get server-wget <wapt-server-relative-url> with optional param --filename=<path-to-local-file> or -O <path-to-local-file>
 
* [NEW] waptagent: wapt-get wget <url>  with optional arguments  --http_proxy=<proxy> --verify_cert=[0/1/path]

* [NEW] waptagent: wapt-get option --hash=<hash hexa> : if not provide explicitly, try to get hash from url resource filename (https://host/resource_<hash>.ext). md5, sha1 or sh256 type of hash is identified with the length of hash hexa string)

* [IMP] waptagent: wapt-get server requests: set wapt-server-user to current user if param is empty and --not-interactive option. 
  Allow kerberos authenticated requests without user input

* [FIX] waptagent: fix unable to import p12 file on win7 if using new encryption mechanism
  Wapt-get create-keycert p12 : use legacy encryption for windows 7 import : NID_pbe_WithSHA1And3_Key_TripleDES_CBC / EVP_sha1
  
* [FIX] waptagent: service events: max_count arg was renamed to max_events_count
  
* [IMP] waptagent: wapt-get: don't start polling thread if waitevents timeout is <=0

* [IMP] waptagent: wapt-get -u -S install <package> : handle --update or -u option like python code -> insert a update task before other action.

* [NEW] waptcore: wapt-get waptconsole templates: add helpers Items and IIf

  * {{ items dict }} -> return [ {"key":key1, "value":value1}, {"key":key2, "value":value2}, ... ]

  * {{ iff value_bool,"value_if_true","value_if_false" }} -> return value  (non empty list, non empty dict, non empty string are evaluated as True)

  * add mustache helpers: UnCamelCase and UnSnakecase.
Puoi chiamare l'assistenza per eseguire l'aggiornamento e verificare che funzioni correttamente.

Ci dispiace per l'inconvenienza,

Sinceramente,

Denis


[1] http://wapt.tranquil.it/wapt/nightly/wa... -7c59ba7e/
[2] https://www.wapt.fr/fr/doc/wapt-changel ... 2025-04-09

Re: Impossibile distribuire Windows 11

Pubblicato: 11 gennaio 2026 - 20:58
di luc91
Si è effettivamente verificata una regressione con WADS nella versione 2.6.0.17177. La successiva nightly build (WAPT-2.6.0.17198) risolve questo problema aggiungendo correttamente i pacchetti SecureStartup ed EnhancedStorage a WinPE e correggendo altri bug relativi alla distribuzione. È possibile contattare l'assistenza per eseguire l'aggiornamento e verificare che tutto funzioni correttamente.

Re: Impossibile distribuire Windows 11

Pubblicato: 12 gennaio 2026 - 07:52
di Laurent-Tecelys
Ciao e grazie. Ho eseguito l'aggiornamento come indicato e i problemi che avevo con WADS sono stati risolti. Grazie.

Re: Impossibile distribuire Windows 11

Pubblicato: 12 gennaio 2026 - 09:58
di dcardon
Ciao Laurent,

grazie per il feedback, contrassegno la discussione come risolta.

E buon anno 2026, :-)

Denis