The search returned 7 results

by luc91
January 20, 2026 - 11:31 PM
Forum: WAPT Server
Subject: Changing the WAPT server port - and reconnecting all workstations.
Answers: 2
Views : 3899

Re: Changing the WAPT server port - and reconnecting all workstations.

I think the simplest solution is to update the client configuration on each machine so that it points to the server's new port. Otherwise, they remain disconnected because they're trying to connect to the old port. If you have a lot of machines, this can be done via a script or...
by luc91
January 20, 2026 - 10:08 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Purge Repository
Answers: 3
Views : 11428

Re: Purge Repository

Hi Clément,

For secondary repositories, there's no equivalent setting to `cleanup_kbs` on the main server. The only official way to purge packages is to manually delete the files or use a custom script that removes older versions.

Otherwise...
by luc91
January 12, 2026 - 11:58 PM
Forum: WAPT Packages
Subject: [RESOLVED] Using the start_interactive_process function for user interaction during deployment
Answers: 4
Views : 7513

Re: Using the start_interactive_process function for user interaction during deployment

I think your solution with the scheduled task was simpler in the end. It avoids the problems with PsExec and ServiceUI, especially with antivirus software or EDR that can block it.
by luc91
January 12, 2026 - 11:24 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WADS: Dell Thunderbolt driver problem
Answers: 2
Views : 3287

Re: WADS: Dell Thunderbolt driver problem

It looks like a signature or auto-matching issue in WinPE.
The driver is fine since it works manually, but WinPE doesn't load it automatically at boot, often because it's not properly signed for Windows 11 or isn't recognized as a boot-critical driver.
Also check that...
by luc91
January 11, 2026 - 8:58 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Unable to deploy Windows 11
Answers: 4
Views : 7568

Re: Unable to deploy Windows 11

There was indeed a regression with WADS in version 2.6.0.17177. The next nightly build fixes this issue (WAPT-2.6.0.17198) by correctly adding the SecureStartup and EnhancedStorage packages to WinPE and fixing other deployment-related bugs. You can contact support to...
by luc91
November 21, 2025 - 10:45 PM
Forum: WAPT Server
Subject: Windows 11 Agent Error
Answers: 3
Views : 8335

Re: Windows 11 Agent Error

Hi Jean-Charles,
If the WAPT client displays a win32process error after updating to Windows 11 23H2, it's often due to an incomplete or interrupted installation. As you've noticed, manually reinstalling the agent usually fixes the problem.
The issue could stem from...
by luc91
October 12, 2025 - 8:58 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Disappearance of uninstaller
Answers: 1
Views : 12149

Re: Disappearance of uninstaller

Yeah, Windows loves to play housekeeper in the Installer folder, especially with a disk cleanup or a third-party tool that goes haywire. It has nothing to do with WAPT; it's often a GPO or a maintenance script that's overzealous and deletes the MSI files without warning.
Personally, when I go through...