The search returned 2 results

by Tim
September 22, 2021 - 5:56 PM
Forum: WAPT Packages
Subject: Windows OEM license activation
Answers: 1
Views : 3770

Windows OEM License Activation

Hello,
I'm sharing a small script with you for activating OEM licenses on Windows:

# -- coding: utf-8 --
import time
from setuphelpers import *

uninstallkey = []

def install():
# PowerShell/cmd command to change the Windows key and add the OEM key
key = run(r'''powershell $oem ...
by Tim
September 21, 2021 - 11:23
Forum: WAPT Packages
Subject: Bitdefender Endpoint Package Creation Problem
Answers: 5
Views : 4627

Re: Bitdefender Endpoint Package Creation Problem

Hi Rémi,

did you finally resolve your removal issue?
I'd like to do the same thing as you and use a WAPT package to install/uninstall Bitdefender. :D