From e160c932bb871e616be29ef46b62a9b29d54ee3e Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 2 Jan 2024 21:20:41 +0100 Subject: [PATCH] bufixes --- ...=> ntlite-W10-21H2LTSC-StandardPC-V12.xml} | 0 ...=> ntlite-W10-21H2LTSC-StandardPC-V13.xml} | 0 scripts/autoconfig.cmd | 4 ---- scripts/startmenu/Commandline.lnk | Bin 1776 -> 1800 bytes scripts/uninstall-apps.cmd | 3 +++ software/other.csv | 1 - tools/logon.cmd | 4 ++++ 7 files changed, 7 insertions(+), 5 deletions(-) rename presets/{ntlite-W10-21H2LTSC-StandardPC-V12-withNETLogon.xml => ntlite-W10-21H2LTSC-StandardPC-V12.xml} (100%) rename presets/{ntlite-W10-21H2LTSC-StandardPC-V13-withNETLogon_and_Patches.xml => ntlite-W10-21H2LTSC-StandardPC-V13.xml} (100%) diff --git a/presets/ntlite-W10-21H2LTSC-StandardPC-V12-withNETLogon.xml b/presets/ntlite-W10-21H2LTSC-StandardPC-V12.xml similarity index 100% rename from presets/ntlite-W10-21H2LTSC-StandardPC-V12-withNETLogon.xml rename to presets/ntlite-W10-21H2LTSC-StandardPC-V12.xml diff --git a/presets/ntlite-W10-21H2LTSC-StandardPC-V13-withNETLogon_and_Patches.xml b/presets/ntlite-W10-21H2LTSC-StandardPC-V13.xml similarity index 100% rename from presets/ntlite-W10-21H2LTSC-StandardPC-V13-withNETLogon_and_Patches.xml rename to presets/ntlite-W10-21H2LTSC-StandardPC-V13.xml diff --git a/scripts/autoconfig.cmd b/scripts/autoconfig.cmd index 8485918..7d04c1d 100644 --- a/scripts/autoconfig.cmd +++ b/scripts/autoconfig.cmd @@ -156,10 +156,6 @@ powershell -Command ^ }" echo. -echo disabling QuickEdit for cmd.exe ... -reg add HKCU\Console /v QuickEdit /t REG_DWORD /d 0 /f >nul -echo. - echo enabling OS feature "NetFx3" ... dism /online /enable-feature /featurename:NetFx3 /All /Source:%WINDIR%\sources\sxs /LimitAccess /NoRestart echo. diff --git a/scripts/startmenu/Commandline.lnk b/scripts/startmenu/Commandline.lnk index b0a1faf561cac7c6edd28d37fec52d1042f8b11d..6da52413cbf1d6cc07d5d4edcb01805acde58f07 100644 GIT binary patch delta 81 zcmeys+rhWtETg0rgB}pZV3M29F?KSl-oC^D1ZSjw)H5(>zM0Mk;!Sj~Q3df+KpYU* JT*F+#3;-fm6DR-x delta 57 zcmeC+`@p;5EF+`b=4XtZjH;)uG5|q{`>%Qi2F|BHm_WRV?gic;ehP>K1dN-fFqbd` E03I+9M*si- diff --git a/scripts/uninstall-apps.cmd b/scripts/uninstall-apps.cmd index 019555f..449fe38 100644 --- a/scripts/uninstall-apps.cmd +++ b/scripts/uninstall-apps.cmd @@ -6,5 +6,8 @@ echo starting powershell script ... powershell -command .\uninstall-apps.ps1 echo. +echo removing BLOATWARE Windows-Backup App ... +dism /Online /NoRestart /Remove-Capability /CapabilityName:Windows.Client.ShellComponents~~~~0.0.1.0 + echo ####### %0 ####### diff --git a/software/other.csv b/software/other.csv index f73b4c3..f45f3c4 100644 --- a/software/other.csv +++ b/software/other.csv @@ -8,4 +8,3 @@ dummy vce_exam_simulator_setup.exe dummy iview-plugins.zip dummy chrome-setup.msi dummy VMRC-setup.exe -dummy windows-kb890830-x64-v5.119_05fbfe244902ade29bf4704397bf08b74d9ac4b9.exe diff --git a/tools/logon.cmd b/tools/logon.cmd index 7287464..67fd37e 100644 --- a/tools/logon.cmd +++ b/tools/logon.cmd @@ -81,6 +81,10 @@ rem remove desktop wallpaper, set desktop colour and start desktopinfo call :DESKTOPINFO echo. +echo disabling QuickEdit for cmd.exe ... +reg add HKCU\Console /v QuickEdit /t REG_DWORD /d 0 /f >nul +echo. + rem set RECYCLE BIN limits ... powershell -command %TOOLS%\scripts\set-recyclebin.ps1 echo.