Benutzer-Werkzeuge

Webseiten-Werkzeuge


isl_online

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
isl_online [2023/02/21 14:58] matthiasisl_online [2023/03/04 13:18] (aktuell) matthias
Zeile 1: Zeile 1:
 ====== ISL online ====== ====== ISL online ======
  
 +===== Always On Download Link Generator =====
 +https://github.com/mahescho/ISLalwaysOnLinkGenerator
  
-===== Windows uninstall =====+===== Uninstall Always On ===== 
 +See: https://help.islonline.com/20304/165996
  
 +:!: These scripts remove everything and all links to all instances of ISL.
 +
 +==== Windows ====
 +Completely clean out everything. The normal uninstall keeps files and registry entries.
 +
 +Powershell
 <code> <code>
 +& '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 -Recurse -Force "C:\Program Files (x86)\ISL Online" -Confirm:$false
 Remove-Item -Path "HKLM:\SOFTWARE\WOW6432Node\ISL Online" -Force -Confirm:$false Remove-Item -Path "HKLM:\SOFTWARE\WOW6432Node\ISL Online" -Force -Confirm:$false
 Remove-Item -Path "HKCU:\SOFTWARE\ISL Online" -Force -Confirm:$false Remove-Item -Path "HKCU:\SOFTWARE\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 Remove-Item -Path "HKU:\S-1-5-18\Software\ISL Online" -Force -Confirm:$false
 </code> </code>
 +
 +==== Linux ====
 +<code>
 +/opt/ISLOnline/ISLAlwaysOn/uninstall.pl
 +rm -rf /opt/ISLOnline
 +rm -rf /var/opt/ISLRuntime
 +rm -rf /etc/islonline
 +</code>
 +
 +===== Boost HTTPS =====
 +==== Windows ====
 +To make ISL to prefer HTTPS, for HTTPS only setups. Could also be done by using ISL Tester.
 +
 +REG File
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ISL Online\AutoTransport\Connect options]
 +"boost"="wininet-https"
 +"https"="1"
 +</code>
 +
 +Powershell
 +<code>
 +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
 +</code>
 +
 +==== Linux ====
 +<code>
 +mkdir -p /etc/islonline/AutoTransport/Connect+options
 +echo "wsstun-direct" > /etc/islonline/AutoTransport/Connect+options/boost 
 +echo "1" > /etc/islonline/AutoTransport/Connect+options/https 
 +</code>
 +
 +[[https://isl.mhcsoftware.de/download/ISLAlwaysOn?cmdline=%2FVERYSILENT+password+%22H%26K%23q_%40y%25oYuNwHyKO%2ACF%29A60Q%21AUP%3B4%3DSo%2B%25b%5E3%22+ignore_system_account+grant_silent+%22zeJxtzkFOAzEMQFGZLtggFpyAE1RObCf2DdhwCMdJOiPRgpipkDgEZ6bs2X7pS28CvPq%2bL6tvzy%2fj8j0e4RTzAOv2djwvsb3P%2fcs%2fx7GPJzit%2fQCjEqtUpBkmY8w5GTEbOfWUoo7kLQm1qOKcqMYcTMMrupJy0UghXqhTncUtmypWLNrwVkSleXHJ0XNmTMTBQQ3F1VV6ab3VjKZTuJgWTFh%2b4AOAmQ6wwb%2fmK8B5uYPrHz2bJWNjvK0PcA%2b%2fN2FDMA%3d%3d%22
 +|TMP]]
isl_online.1676991534.txt.gz · Zuletzt geändert: 2023/02/21 14:58 von matthias