Benutzer-Werkzeuge

Webseiten-Werkzeuge


autosetup

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
autosetup [2025/09/16 21:45] edvcautosetup [2026/07/22 15:34] (aktuell) edvc
Zeile 1: Zeile 1:
 autosetup script autosetup script
 +
 +<file cmd edvc_choco_quick.cmd>
 +echo install chocolatey
 +@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
 +
 +echo add krainz-edv repo
 +C:\ProgramData\chocolatey\bin\choco source add -n=edvc -s "'https://choco.krainz-edv.at/chocolatey'" -u=bitte -p=danke!
 +
 +echo install tools
 +C:\ProgramData\chocolatey\bin\choco.exe install -y 7zip.install notepadplusplus choco-cleaner edvc-ocsinventory 
 +
 +rem echo installing chrome
 +rem C:\ProgramData\chocolatey\bin\choco.exe install -y googlechrome --ignorechecksum
 +
 +echo choco automatisch
 +schtasks /create /tn chocoupgrade /sc beimstart /delay 0001:00 /TR "choco upgrade all -y" /np /f
 +rem schtasks /create /tn chocoupgrade_daily /sc DAILY /mo 1 /st 02:52 /TR "choco upgrade all -y" /np /f
 +
 +</file>
  
 <file cmd edvc-autosetup.cmd> <file cmd edvc-autosetup.cmd>
 @echo off @echo off
 setlocal setlocal
-set version=20250204_1612+set version=20260608_1107
 echo %version% echo %version%
 echo %version% > c:\edvc-autosetup.txt echo %version% > c:\edvc-autosetup.txt
Zeile 30: Zeile 49:
 set win10pin=1 set win10pin=1
  
-set teamviewerhost=1+set splashtopstreamer=1 
 +set teamviewerhost=0
 set teamviewerhost.join=0 set teamviewerhost.join=0
 set teamviewerqs=0 set teamviewerqs=0
Zeile 167: Zeile 187:
 echo done echo done
 :next :next
 +
 +if %splashtopstreamer% equ 0 goto next
 +C:\ProgramData\chocolatey\bin\choco.exe install -y edvc-splashtop-streamer
 +echo done
 +:next
 +
  
 if %teamviewerhost% equ 0 goto next if %teamviewerhost% equ 0 goto next
Zeile 569: Zeile 595:
 https://github.com/Ad3t0/windows#windows-server-isos https://github.com/Ad3t0/windows#windows-server-isos
  
-<file cmd edvc_choco_quick.cmd> 
-echo install chocolatey 
-@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" 
- 
-echo add krainz-edv repo 
-C:\ProgramData\chocolatey\bin\choco source add -n=edvc -s "'https://choco.krainz-edv.at/chocolatey'" -u=bitte -p=danke! 
- 
-echo install tools 
-C:\ProgramData\chocolatey\bin\choco.exe install -y 7zip.install notepadplusplus edvc-ocsinventory  
- 
-rem echo installing chrome 
-rem C:\ProgramData\chocolatey\bin\choco.exe install -y googlechrome --ignorechecksum 
- 
-echo choco automatisch 
-schtasks /create /tn chocoupgrade /sc beimstart /delay 0001:00 /TR "choco upgrade all -y" /np /f 
-rem schtasks /create /tn chocoupgrade_daily /sc DAILY /mo 1 /st 02:45 /TR "choco upgrade all -y" /np /f 
- 
-</file> 
autosetup.1758059130.txt.gz · Zuletzt geändert: von edvc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki