removed disable-ipv6 call from autoconfig script
This commit is contained in:
parent
e1b55a043b
commit
d9164fc468
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user