|
|
@ -47,6 +47,9 @@ def install(): |
|
|
|
registry_set(HKEY_LOCAL_MACHINE, r'SOFTWARE\Policies\Microsoft\Windows\Windows Search', r'AllowCortana', 0, REG_DWORD) |
|
|
|
registry_set(HKEY_LOCAL_MACHINE, r'SOFTWARE\Policies\Microsoft\Windows\Windows Search', r'AllowCortana', 0, REG_DWORD) |
|
|
|
remove_metroapp('Microsoft.Windows.Cortana') |
|
|
|
remove_metroapp('Microsoft.Windows.Cortana') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print('Install custom logo') |
|
|
|
|
|
|
|
filecopyto('waptexit-logo.png',makepath(programfiles32,'wapt','templates')) |
|
|
|
|
|
|
|
|
|
|
|
def uninstall(): |
|
|
|
def uninstall(): |
|
|
|
print('Re enabling services') |
|
|
|
print('Re enabling services') |
|
|
|
for service in disabled_services: |
|
|
|
for service in disabled_services: |
|
|
|