Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung |
| teamviewer.host [2020/02/01 10:26] – edvc | teamviewer.host [Unbekanntes Datum] (aktuell) – Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 |
|---|
| <code> | <file cmd edvc-teamviewer-host.cmd> |
| | @"%SystemRoot%\System32\taskkill.exe" /im teamv* /f |
| | @"%ProgramFiles(x86)%\TeamViewer\uninstall.exe" /S |
| | @"%SystemRoot%\System32\taskkill.exe" /im mshta.exe /f |
| @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('http://cfg.krainz-edv.at/lib/exe/fetch.php?media=files:edvc-teamviewer-host.ps1'))" | @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('http://cfg.krainz-edv.at/lib/exe/fetch.php?media=files:edvc-teamviewer-host.ps1'))" |
| </code> | </file> |
| |
| <code> | <code> |
| |
| Start-Process "msiexec.exe" -ArgumentList "/i","$outpath1","/qn","CUSTOMCONFIGID=$tv_customconfigid","APITOKEN=$tv_apitoken","IMPORTREGFILE=$outpath2","ASSIGNMENTOPTIONS=`" --grant-easy-access --group $tv_group`"" -Wait -NoNewWindow | Start-Process "msiexec.exe" -ArgumentList "/i","$outpath1","/qn","CUSTOMCONFIGID=$tv_customconfigid","APITOKEN=$tv_apitoken","IMPORTREGFILE=$outpath2","ASSIGNMENTOPTIONS=`" --grant-easy-access --group $tv_group`"" -Wait -NoNewWindow |
| | </file> |
| | |
| | <file ps1 edvc-teamviewer-qs.ps1> |
| | $url1="https://customdesign.teamviewer.com/download/version_15x/h3yh7zm_windows/TeamViewerQS.exe" |
| | $outpath1 = $PUBLIC + "desktop\TeamviewerQS.exe" |
| | |
| | $wc = New-Object System.Net.WebClient |
| | $wc.DownloadFile($url1, $outpath1) |
| </file> | </file> |