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/22 19:37] 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 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. Completely clean out everything. The normal uninstall keeps files and registry entries.
  
Zeile 13: Zeile 20:
 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. To make ISL to prefer HTTPS, for HTTPS only setups. Could also be done by using ISL Tester.
  
Zeile 33: 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>
 +
 +[[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.1677094676.txt.gz · Zuletzt geändert: 2023/02/22 19:37 von matthias