bufixes
This commit is contained in:
parent
550dc9210c
commit
e160c932bb
@ -156,10 +156,6 @@ powershell -Command ^
|
|||||||
}"
|
}"
|
||||||
echo.
|
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" ...
|
echo enabling OS feature "NetFx3" ...
|
||||||
dism /online /enable-feature /featurename:NetFx3 /All /Source:%WINDIR%\sources\sxs /LimitAccess /NoRestart
|
dism /online /enable-feature /featurename:NetFx3 /All /Source:%WINDIR%\sources\sxs /LimitAccess /NoRestart
|
||||||
echo.
|
echo.
|
||||||
|
Binary file not shown.
@ -6,5 +6,8 @@ echo starting powershell script ...
|
|||||||
powershell -command .\uninstall-apps.ps1
|
powershell -command .\uninstall-apps.ps1
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
echo removing BLOATWARE Windows-Backup App ...
|
||||||
|
dism /Online /NoRestart /Remove-Capability /CapabilityName:Windows.Client.ShellComponents~~~~0.0.1.0
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -8,4 +8,3 @@ dummy vce_exam_simulator_setup.exe
|
|||||||
dummy iview-plugins.zip
|
dummy iview-plugins.zip
|
||||||
dummy chrome-setup.msi
|
dummy chrome-setup.msi
|
||||||
dummy VMRC-setup.exe
|
dummy VMRC-setup.exe
|
||||||
dummy windows-kb890830-x64-v5.119_05fbfe244902ade29bf4704397bf08b74d9ac4b9.exe
|
|
||||||
|
|
@ -81,6 +81,10 @@ rem remove desktop wallpaper, set desktop colour and start desktopinfo
|
|||||||
call :DESKTOPINFO
|
call :DESKTOPINFO
|
||||||
echo.
|
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 ...
|
rem set RECYCLE BIN limits ...
|
||||||
powershell -command %TOOLS%\scripts\set-recyclebin.ps1
|
powershell -command %TOOLS%\scripts\set-recyclebin.ps1
|
||||||
echo.
|
echo.
|
||||||
|
Loading…
Reference in New Issue
Block a user