Files
wapt-packages/kg-disable-access-others-devices-wapt/setup.py
T
2019-06-15 23:14:19 +02:00

13 lines
479 B
Python

# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing %s' % control.asrequirement())
print('To use this configuration package, please execute "wapt-get session-setup %s"' % control.package)
def session_setup():
print('Session setup for %s' % control.asrequirement())
registry_set(HKEY_CURRENT_USER,r'Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\bluetoothSync',r'Value',r'Deny')