Benutzer-Werkzeuge

Webseiten-Werkzeuge


isl_online

Dies ist eine alte Version des Dokuments!


ISL online

Windows uninstall Always On

Completely clean out everything. The normal uninstall keeps files and registry entries.

Powershell

& 'C:\Program Files (x86)\ISL Online\ISL AlwaysOn\unins000.exe' /SILENT
Remove-Item -Recurse -Force "C:\Program Files (x86)\ISL Online" -Confirm:$false
Remove-Item -Path "HKLM:\SOFTWARE\WOW6432Node\ISL Online" -Force -Confirm:$false
Remove-Item -Path "HKCU:\SOFTWARE\ISL Online" -Force -Confirm:$false
New-PSDrive -PSProvider Registry -Name HKU -Root HKEY_USERS
Remove-Item -Path "HKU\S-1-5-18\Software\ISL Online" -Force -Confirm:$false

Boost HTTPS

To make ISL to prefer HTTPS, for HTTPS only setups.

REG File

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ISL Online\AutoTransport\Connect options]
"boost"="wininet-https"
"https"="1"

Powershell

New-Item -Path "HKLM:\SOFTWARE\WOW6432Node\ISL Online\AutoTransport\Connect options" -Force
New-ItemProperty -Path "HKLM:\SOFTWARE\WOW6432Node\ISL Online\AutoTransport\Connect options" -Name "boost" -Value "wininet-https" -PropertyType STRING -Force
New-ItemProperty -Path "HKLM:\SOFTWARE\WOW6432Node\ISL Online\AutoTransport\Connect options" -Name "https" -Value "1" -PropertyType STRING -Force

isl_online.1677093765.txt.gz · Zuletzt geändert: 2023/02/22 19:22 von matthias