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 b0a1faf..6da5241 100644 Binary files a/scripts/startmenu/Commandline.lnk and b/scripts/startmenu/Commandline.lnk differ 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.