removed disable-ipv6 call from autoconfig script

This commit is contained in:
Michael H.G. Schmidt 2022-12-29 12:21:32 +01:00
parent e1b55a043b
commit d9164fc468
2 changed files with 7 additions and 3 deletions

View File

@ -202,9 +202,6 @@ echo.
call disable-systemproxy.cmd
echo.
call disable-ipv6.cmd
echo.
powershell -command .\disable-soundscheme.ps1
echo.
@ -239,6 +236,12 @@ echo ####### %0 #######
echo READY.
echo.
echo killing logmonitor ...
taskkill /f /im logmonitor.exe
echo asking the user to remove the USB stick ...
prompt-user "INSTALLATION FINISHED. Please REMOVE the installation MEDIA (USB Stick) NOW!"
echo rebooting ...
shutdown -g -t 0

View File

@ -27,4 +27,5 @@ https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.ex
https://www.heidoc.net/php/Windows-ISO-Downloader.exe Windows-ISO-Downloader.exe
https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip android.zip
https://www.inveigle.net/downloads/CMail_0.8.3_amd64.zip cmail.zip
https://github.com/M2Team/NSudo/releases/download/8.2/NSudo_8.2_All_Components.zip nsudo.zip
https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
27 https://www.heidoc.net/php/Windows-ISO-Downloader.exe Windows-ISO-Downloader.exe
28 https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip android.zip
29 https://www.inveigle.net/downloads/CMail_0.8.3_amd64.zip cmail.zip
30 https://github.com/M2Team/NSudo/releases/download/8.2/NSudo_8.2_All_Components.zip nsudo.zip
31 https://github.com/microsoft/terminal/releases/download/v1.10.2383.0/Microsoft.WindowsTerminal_1.10.2383.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle