This commit is contained in:
Michael H.G. Schmidt 2024-01-02 21:20:41 +01:00
parent 550dc9210c
commit e160c932bb
7 changed files with 7 additions and 5 deletions

View File

@ -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.

Binary file not shown.

View File

@ -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 #######

View File

@ -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

1 dummy WIN10-LTSC_EVAL_x64FRE_19044_21h2_en-us.iso
8 dummy iview-plugins.zip
9 dummy chrome-setup.msi
10 dummy VMRC-setup.exe
dummy windows-kb890830-x64-v5.119_05fbfe244902ade29bf4704397bf08b74d9ac4b9.exe

View File

@ -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.