The search returned 109 results

by Clafon
March 23, 2026 - 3:49 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Wapt Console: "Truncated" display
Answers: 5
Views : 5904

Re: Wapt Console: "Truncated" display

I hadn't deleted the correct .ini file. :oops:
Everything works now, thank you.
by Clafon
March 19, 2026 - 3:57 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Wapt Console: "Truncated" display
Answers: 5
Views : 5904

Re: Wapt Console: "Truncated" display

Hello,

I deleted the file %appdata%\waptconsole\waptconsole.ini and restarted the console. The problem persists.
by Clafon
March 18, 2026 - 4:44 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Wapt Console: "Truncated" display
Answers: 5
Views : 5904

[RESOLVED] Wapt Console: "Truncated" display

Version: 2.6.1.17664
Server OS: Debian 12
Administration Machine OS: Windows Server 19
Target Machine OS: Win 11 25h2

Hello,

when launching the WAPT console on a workstation, the display appears "truncated" (there is nothing on the left).

Wapt_truncated.png

I cleared the cache, reset the settings...
by Clafon
January 28, 2026 - 5:19 PM
Forum: WAPT Server
Subject: OS Deployment - Freeze
Answers: 21
Views : 28149

Re: OS Deployment - Freezes


Actually, the first step is just to check what the following returns:

[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Microsoft Windows Production PCA 2011'.

On your PC,

I assume your new PC doesn't have "Microsoft Windows Production PCA 2011"...
by Clafon
January 28, 2026 - 4:02 PM
Forum: WAPT Server
Subject: OS Deployment - Freeze
Answers: 21
Views : 28149

Re: OS Deployment - Freezes

So, to summarize:

on one of the new machines, run:
[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Microsoft Windows Production PCA 2011'.


On one of the old machines, create a package with:
def install():
registry_set(HKEY_LOCAL_MACHINE,r'SYSTEM ...
by Clafon
January 23, 2026 - 11:15
Forum: WAPT Server
Subject: OS Deployment - Freeze
Answers: 21
Views : 28149

Re: OS Deployment - Freezes

The DHCP declaration was made by the technician during the setup of the WAPT server by COMIT.
by Clafon
January 23, 2026 - 07:48
Forum: WAPT Server
Subject: OS Deployment - Freeze
Answers: 21
Views : 28149

Re: OS Deployment - Freezes



Add-DhcpServerv4Policy -Name "snponly_custom.efi" -Condition AND -UserClass NE,iPXE -VendorClass NE,legacy_bios*
Set-DhcpServerv4OptionValue -PolicyName "snponly_custom.efi" -OptionID 67 -Value "snponly_custom.efi"



I deleted my manual entry and tried to place your order...
by Clafon
January 22, 2026 - 4:41 PM
Forum: WAPT Server
Subject: OS Deployment - Freeze
Answers: 21
Views : 28149

Re: OS Deployment - Freezes

Created manually with the following options:
Conditions: AND
User Class NEq iPXE
Provider Class NEq PXEClient (BIOS x86 & x64)*
Option 066: @WAPT server IP
Option 067: snponly_custom.efi
by Clafon
January 22, 2026 - 3:20 PM
Forum: WAPT Server
Subject: OS Deployment - Freeze
Answers: 21
Views : 28149

Re: OS Deployment - Freezes

Yes, it does exist
Screenshot 2026-01-22 151939.png
Screenshot 2026-01-22 151939.png (13.38 KB) Viewed 12864 times
My DHCP:
Screenshot 2026-01-22 152350.png
Screenshot 2026-01-22 152350.png (10.02 KB) Viewed 12862 times
by Clafon
January 22, 2026 - 11:41
Forum: WAPT Server
Subject: OS Deployment - Freeze
Answers: 21
Views : 28149

Re: OS Deployment - Freezes

none