Everything works now, thank you.
The search returned 109 results
- 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.
Everything works now, thank you.
Everything works now, thank you.
- 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.
I deleted the file %appdata%\waptconsole\waptconsole.ini and restarted the console. The problem persists.
- 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...
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...
- 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"...
- 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 ...
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 ...
- 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.
- 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...
- 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
Conditions: AND
User Class NEq iPXE
Provider Class NEq PXEClient (BIOS x86 & x64)*
Option 066: @WAPT server IP
Option 067: snponly_custom.efi
- 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
My DHCP:
- January 22, 2026 - 11:41
- Forum: WAPT Server
- Subject: OS Deployment - Freeze
- Answers: 21
- Views : 28149
