
Disable Autorun
Paquet d’installation silencieuse pour Disable Autorun
1.1-1
- package: tis-disable-autorun
- name: Disable Autorun
- version: 1.1-1
- categories: System and network,Configuration
- maintainer: WAPT Team,Tranquil IT
- locale: all
- target_os: windows
- architecture: all
- signature_date:
- size: 6.12 Ko
- conflicts :
package : tis-disable-autorun
version : 1.1-1
architecture : all
section : base
priority : optional
name : Disable Autorun
categories : System and network,Configuration
maintainer : WAPT Team,Tranquil IT
description : Disables AutoRun and AutoPlay on all kinds of drives
depends :
conflicts : tis-disable-autoruns
maturity : PROD
locale : all
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : Désactive l'AutoRun et l'AutoPlay sur tous les types de lecteurs
description_pl : Wyłącza AutoRun i AutoPlay na wszystkich rodzajach napędów
description_de : Deaktiviert AutoRun und AutoPlay auf allen Arten von Laufwerken
description_es : Desactiva la ejecución y la reproducción automática en todo tipo de unidades
description_pt : Desactiva a AutoRun e AutoPlay em todos os tipos de unidades
description_it : Disattiva AutoRun e AutoPlay su tutti i tipi di unità
description_nl : Schakelt AutoRun en AutoPlay uit op alle soorten schijven
description_ru : Отключение автозапуска и автовоспроизведения на всех типах дисков
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid : 6e940de2-590a-4ed6-9058-de3107df13f4
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 7891f1ca19ac8a9e41cb2963c0833bb3424a1dcc3f89e6ae484b1841a67063b2
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : PRdbTUKDP9mQJ0rwAS/DhllyOk8kPxlO90hOBVyTwvCZp1ua5eb7k2DHjLs/08vCySxOti9dxqNjn0RyYI4D/bqprmQ5V/yDpuzuPc/o2qHHyvUaMNdbXPemH+lkzFG9k+PQk7rkIeZexlReTDQrczTy7ugnYZQnSBsREYUpBTvg+8JBuiVFL6qyXQSIrfTmgzm/FSnvM8NMEgxFIig/pGZipjcOMy9CrdR19ZYg/ZunhAA/K+XXbCc3FHf2eXiGSMkJ/vYrbryYWqU9GgBL+JdkPwhAyPOhCtBLPtTGLTETCqxIMmNMOA+cbV1XD1eRDJ7vt0jbCogH05COjdnkGg==
signature_date : 2022-08-30T13:00:53.783275
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 *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
https://support.microsoft.com/en-us/topic/how-to-disable-the-autorun-functionality-in-windows-8e5ff0da-c526-7624-c064-ff82aecfd145
"""
def install():
print("Disable Autorun for all External Devices")
registry_setstring(HKEY_LOCAL_MACHINE, r"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoDriveTypeAutoRun", 255, type=REG_DWORD)
def uninstall():
print("Enable Autorun default mode")
registry_delete(HKEY_LOCAL_MACHINE, r"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoDriveTypeAutoRun")
82ea9bcd36a95421c97e9e439bc33449aa37079a120a50d5c729de70648f94cb : setup.py
7891f1ca19ac8a9e41cb2963c0833bb3424a1dcc3f89e6ae484b1841a67063b2 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
2ddd3da9c983f0bb07ba8ac503ade7ae298e603c19cec3cf98b1187abbb9f156 : luti.json
de78fcc6b301e6f1afddb895b8c7d5cbf61d6df8164f2206761a32623b7fc58b : WAPT/control