
Enable Windows Update
Paquet d’installation silencieuse pour Enable Windows Update
1.0-1
- package: tis-enable-windows-update
- name: Enable Windows Update
- version: 1.0-1
- categories: Utilities
- maintainer: WAPT Team,Tranquil IT,Gaëtan SEGAT
- locale: all
- target_os: windows
- architecture: all
- signature_date:
- size: 7.02 Ko
package : tis-enable-windows-update
version : 1.0-1
architecture : all
section : base
priority : optional
name : Enable Windows Update
categories : Utilities
maintainer : WAPT Team,Tranquil IT,Gaëtan SEGAT
description : Re-enable Windows Updates default behavior before disable by the WAPT agent.
depends :
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.0
sources :
installed_size :
impacted_process :
description_fr : Réactiver le comportement par défaut de Windows Updates avant sa désactivation par l'agent WAPT
description_pl : Ponownie włącza domyślne zachowanie Windows Updates przed wyłączeniem przez agenta WAPT
description_de : Aktivieren Sie das Standardverhalten von Windows Updates vor der Deaktivierung durch den WAPT-Agenten wieder
description_es : Reactivar el comportamiento por defecto de Windows Updates antes de ser desactivado por el agente WAPT
description_pt : Re-enable Windows Updates comportamento padrão antes de ser desactivado pelo agente WAPT
description_it : Riabilitare il comportamento predefinito di Windows Updates prima della disabilitazione da parte dell'agente WAPT
description_nl : Windows Updates standaard gedrag voor het uitschakelen door de WAPT agent opnieuw inschakelen
description_ru : Восстановите поведение Windows Updates по умолчанию до отключения агентом WAPT
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid : b126f2c3-d2e0-41d7-b705-89dfb4167e83
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 056507d55c3716bde89da3c7fc26d0c7dda07322253c90628557f9c2fe8f4e8f
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : L8nL7FzVW6fsQWmkyp+wqWAb/WJjEtxGRin7vfjsl6EQyboMVk4kTt+JY9WXiWMkxPX7SINTYU+lQEnRu9Iq0ihP74uTLR1vWle87nuAtejXOLOIeAk3rxpno3u0eZ3TTWkQRUYXU4Szijv2ucLxANgFfwXQHRiE9e9peDWFgJBSIsXlqp4s46SrnBdr4T9DGW5A7F13ZkvKQoUdYtn46jC6AX8hNPnz19/GnrieGdHvMc0JcbhewDm36V6BCRoDrAg6H/VVku9pli+kuPM7J6yTNmN5vU4KP46xOAL9xIoCHUgpz5OcmIyyWToiuwtm0M8h8SYIfpQbCusue4JkTg==
signature_date : 2022-09-03T19:00:20.801509
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
print("Disable WAPT WUA")
inifile_writestring(WAPT.config_filename, "waptwua", "enabled", "false")
print("DisableWindowsUpdateAccess registry to 0")
registry_set(HKEY_LOCAL_MACHINE, r"Software\Policies\Microsoft\Windows\WindowsUpdate", "DisableWindowsUpdateAccess", 0, REG_DWORD)
print("AUOptions registry to 0")
registry_set(HKEY_LOCAL_MACHINE, r"SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update", "AUOptions", 0, REG_DWORD)
print("Enable wuauserv")
run_notfatal("sc config wuauserv start= auto")
run_notfatal("net start wuauserv")
print("Reload WAPT configuration")
WAPT.reload_config_if_updated()
ec2bb8e5df33674629866e99bf705573eba1b217a268889342ae693b7c0e46a1 : setup.py
056507d55c3716bde89da3c7fc26d0c7dda07322253c90628557f9c2fe8f4e8f : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
b7b95b076d1a6bffac240970993e867999bd5891448c6e9ec18f6d88b06f947e : luti.json
59a427aceae0cac754473f99acd1ad70ea95add8b22ea8876954c23a260c4c66 : WAPT/control