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
Letzte ÜberarbeitungBeide Seiten der Revision
isl_online [2023/02/22 19:15] matthiasisl_online [2023/02/24 09:29] matthias
Zeile 1: Zeile 1:
 ====== ISL online ====== ====== ISL online ======
  
 +===== Always On Download Link Generator =====
 +https://github.com/mahescho/ISLalwaysOnLinkGenerator
  
-===== Windows uninstall Always On =====+===== 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 Powershell
Zeile 11: Zeile 19:
 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 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> 
 + 
 +==== Linux ==== 
 +<code> 
 +/opt/ISLOnline/ISLAlwaysOn/uninstall.pl 
 +rm -rf /opt/ISLOnline 
 +rm -rf /var/opt/ISLRuntime 
 +rm -rf /etc/islonline
 </code> </code>
  
 ===== Boost HTTPS ===== ===== Boost HTTPS =====
 +==== Windows ====
 +To make ISL to prefer HTTPS, for HTTPS only setups. Could also be done by using ISL Tester.
  
 REG File REG File
Zeile 31: Zeile 49:
 New-ItemProperty -Path "HKLM:\SOFTWARE\WOW6432Node\ISL Online\AutoTransport\Connect options" -Name "https" -Value "1" -PropertyType STRING -Force New-ItemProperty -Path "HKLM:\SOFTWARE\WOW6432Node\ISL Online\AutoTransport\Connect options" -Name "https" -Value "1" -PropertyType STRING -Force
 </code> </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>
 +
isl_online.txt · Zuletzt geändert: 2023/03/04 13:18 von matthias