The search returned 11 results

by Bruno78
January 29, 2026 - 08:46
Forum: WAPT Server
Subject: [SOLVED] WADS image deployment issue since update to 2.6.1.17654
Answers: 2
Views : 3257

Re: Problem deploying WADS images since the 2.6.1.17654 update

Hello,

problem solved!

Thank you for your quick help!

Best regards
by Bruno78
January 28, 2026 - 5:01 PM
Forum: WAPT Server
Subject: [SOLVED] WADS image deployment issue since update to 2.6.1.17654
Answers: 2
Views : 3257

[RESOLVED] WADS image deployment issue since the 2.6.1.17654 update

Hello,

I am contacting you regarding a malfunction encountered on our WAPT platform since the update to version WAPT-2.6.1.17654 (2026-01-19).

Since this update, image deployment via WADS no longer works on the machines. The workstation boots correctly...
by Bruno78
March 25, 2025 - 4:38 PM
Forum: WAPT Server
Subject: [RESOLVED] Windows 11 24H2 Deployment and Domain Joining
Answers: 14
Views : 42524

Re: Windows 11 24H2 Deployment and Domain Joining

Hello,

the problem was resolved by updating the server (2.6.0).

Regards
by Bruno78
December 18, 2024 - 1:34 PM
Forum: WAPT Server
Subject: [RESOLVED] Windows 11 24H2 Deployment and Domain Joining
Answers: 14
Views : 42524

Re: Windows 11 24H2 Deployment and Domain Joining

The GPO is working; if I restart and log in with my account, the agent reinstalls and the machine reappears in the console. However,

on the first computer restart, the agent doesn't reappear in the console. A complete reinstallation of the agent is indeed necessary.
by Bruno78
December 18, 2024 - 10:34
Forum: WAPT Server
Subject: [RESOLVED] Windows 11 24H2 Deployment and Domain Joining
Answers: 14
Views : 42524

Re: Windows 11 24H2 Deployment and Domain Joining

I just double-checked, the script parameters are correct and the executable is in the right directory.

The machine doesn't appear in the console inventory. But WAPT Self Service is accessible with all software.

When I restart the computer, I get the WAPT window...
by Bruno78
December 18, 2024 - 08:37
Forum: WAPT Server
Subject: [RESOLVED] Windows 11 24H2 Deployment and Domain Joining
Answers: 14
Views : 42524

Re: Windows 11 24H2 Deployment and Domain Joining

Hello,

the option is enabled. Is there anything I can add to the script to force a reinstallation?

Regards
by Bruno78
December 17, 2024 - 5:04 PM
Forum: WAPT Server
Subject: [RESOLVED] Windows 11 24H2 Deployment and Domain Joining
Answers: 14
Views : 42524

Re: Windows 11 24H2 Deployment and Domain Joining

Hello,

I have a template that works with the execution of the Post-Install script.

Here is the script:
ping 127.0.0.1 -n 30
reg add "HKU\.DEFAULT\Control Panel\Keyboard" /f /v InitialKeyboardIndicators /d 2
reg load HKU\ntuser.dat c:\users\default\ntuser.dat
reg add "HKU\ntuser.dat\Software\Microsoft ...
by Bruno78
December 13, 2024 - 10:15 AM
Forum: WAPT Server
Subject: [RESOLVED] Windows 11 24H2 Deployment and Domain Joining
Answers: 14
Views : 42524

Re: Windows 11 24H2 Deployment and Domain Joining

Hello,

the registration is unsecure.
by Bruno78
December 12, 2024 - 3:56 PM
Forum: WAPT Server
Subject: [RESOLVED] Windows 11 24H2 Deployment and Domain Joining
Answers: 14
Views : 42524

Re: Windows 11 24H2 Deployment and Domain Joining

There's a GPO for deploying the WAPT agent.

I ran `wapt-get register` on the machine.
It then appears in the inventory but as disconnected.
by Bruno78
December 12, 2024 - 2:36 PM
Forum: WAPT Server
Subject: [RESOLVED] Windows 11 24H2 Deployment and Domain Joining
Answers: 14
Views : 42524

Re: Windows 11 24H2 Deployment and Domain Joining

Hello!

I found a working template:
https://www.linkedin.com/feed/update/urn:li:activity:7255486708975128577

Windows deployment, machine name, and adding the computer to Active Directory: OK.
However, some problems remain:
- The Post Install script doesn't run...