This commit is contained in:
Michael H.G. Schmidt 2021-02-03 06:49:13 +01:00
parent 5ba4a9f1f1
commit 5e3a6730f1
4 changed files with 56 additions and 11 deletions

View File

@ -4,6 +4,16 @@ rem this script puts everything in place ...
set TOOLS=c:\tools set TOOLS=c:\tools
set SCRIPTS=%TOOLS%\scripts set SCRIPTS=%TOOLS%\scripts
set BATCH=%SCRIPTS%\autoconfig-all.cmd set BATCH=%SCRIPTS%\autoconfig-all.cmd
set LOG=c:\CustomSetup.txt
del /F %LOG% 1>nul 2>nul
if not "%1"=="STDOUT_TO_FILE" %0 STDOUT_TO_FILE %* 1>%LOG% 2>&1
shift /1
echo ####### %0 #######
date /t
time /t
echo.
echo ####### %0 ####### echo ####### %0 #######
echo. echo.
@ -53,6 +63,9 @@ echo starting %BATCH% ...
call %BATCH% call %BATCH%
echo. echo.
date /t
time /t
echo ####### %0 ####### echo ####### %0 #######
echo READY. echo READY.
echo. echo.

View File

@ -4,8 +4,15 @@ rem this script is doing most of the work ...
set T=c:\TEMP set T=c:\TEMP
set TOOLS=c:\tools set TOOLS=c:\tools
set SCRIPTS=%TOOLS%\scripts set SCRIPTS=%TOOLS%\scripts
set LOG=%SCRIPTS%\autoconfig-all.txt
del /F %LOG% 1>nul 2>nul
if not "%1"=="STDOUT_TO_FILE" %0 STDOUT_TO_FILE %* 1>%LOG% 2>&1
shift /1
echo ####### %0 ####### echo ####### %0 #######
date /t
time /t
echo. echo.
echo creating %T% ... echo creating %T% ...
@ -57,7 +64,7 @@ echo.
rem uninstall ALL Apps (but keep the store) ... rem uninstall ALL Apps (but keep the store) ...
rem powershell -Command .\uninstall-apps.ps1 rem powershell -Command .\uninstall-apps.ps1
echo. rem echo.
call uninstall-onedrive.cmd call uninstall-onedrive.cmd
echo. echo.
@ -82,8 +89,8 @@ echo.
call install-wezterm.cmd call install-wezterm.cmd
echo. echo.
powershell -command install-windowsterminal.ps1 rem powershell -command install-windowsterminal.ps1
echo. rem echo.
call install-sublime.cmd call install-sublime.cmd
echo. echo.
@ -136,7 +143,7 @@ echo ### CLEANUP tasks ###
echo ##################### echo #####################
echo. echo.
rem this must be done as late as possible ... stupid os problem rem this must be done as late as possible ... stupid os problem #1
powershell -Command .\cleanup-tiles.ps1 powershell -Command .\cleanup-tiles.ps1
echo. echo.
@ -145,17 +152,19 @@ call cleanup-startmenu.cmd
echo. echo.
rem ... remove ALL the stupid fucking microsoft TELEMETRY BULLSHIT! rem ... remove ALL the stupid fucking microsoft TELEMETRY BULLSHIT!
call uninstall-telemetry.cmd rem call uninstall-telemetry.cmd
echo. rem echo.
rem echo ENABLE firewall ... rem echo ENABLE firewall ...
rem netsh advfirewall set allprofiles state on rem netsh advfirewall set allprofiles state on
rem echo. rem echo.
echo rebooting ... echo rebooting ...
rem shutdown -g -t 0 shutdown -g -t 0
echo. echo.
date /t
time /t
echo ####### %0 ####### echo ####### %0 #######
echo READY. echo READY.
echo. echo.

View File

@ -43,10 +43,7 @@ dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxSpee
dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe
dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe
rem dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe
rem dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.StorePurchaseApp_11811.1001.1813.0_neutral_~_8wekyb3d8bbwe
rem dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsStore_11910.1002.513.0_neutral_~_8wekyb3d8bbwe
@echo off @echo off

View File

@ -20,15 +20,18 @@ for %%P in (
Containers-OptionalFeature Containers-OptionalFeature
Containers-Server Containers-Server
DeviceAccess DeviceAccess
HyperV
LanguageFeatures-WordBreaking LanguageFeatures-WordBreaking
Media-FaceAnalysis Media-FaceAnalysis
Media-Ocr Media-Ocr
Microsoft-Composable-PlatformExtension Microsoft-Composable-PlatformExtension
Microsoft-Hyper-V
Microsoft-IoTUAP-ShellExt-Tools Microsoft-IoTUAP-ShellExt-Tools
Microsoft-Mobile Microsoft-Mobile
Microsoft-PPIProjection Microsoft-PPIProjection
Microsoft-UtilityVM Microsoft-UtilityVM
Microsoft-Windows-3DAudio Microsoft-Windows-3DAudio
Microsoft-Windows-ApiSetSchemaExtension-HyperV
Microsoft-Windows-AppCompat Microsoft-Windows-AppCompat
Microsoft-Windows-AppManagement Microsoft-Windows-AppManagement
Microsoft-Windows-AppServerClient Microsoft-Windows-AppServerClient
@ -60,6 +63,8 @@ for %%P in (
Microsoft-Windows-Hello-Face Microsoft-Windows-Hello-Face
Microsoft-Windows-Help Microsoft-Windows-Help
Microsoft-Windows-HVSI-Components Microsoft-Windows-HVSI-Components
Microsoft-Windows-HyperV-OptionalFeature-HypervisorPlatform
Microsoft-Windows-HyperV-OptionalFeature-VirtualMachinePlatform
Microsoft-Windows-Identity-Foundation Microsoft-Windows-Identity-Foundation
Microsoft-Windows-IIS-WebServer Microsoft-Windows-IIS-WebServer
Microsoft-Windows-International Microsoft-Windows-International
@ -107,6 +112,7 @@ for %%P in (
Microsoft-Windows-QuickAssist Microsoft-Windows-QuickAssist
Microsoft-Windows-RDC Microsoft-Windows-RDC
Microsoft-Windows-RemoteAssistance Microsoft-Windows-RemoteAssistance
Microsoft-Windows-RemoteDesktop
Microsoft-Windows-RemoteFX Microsoft-Windows-RemoteFX
Microsoft-Windows-RetailDemo Microsoft-Windows-RetailDemo
Microsoft-Windows-Search2 Microsoft-Windows-Search2
@ -140,6 +146,10 @@ for %%P in (
Microsoft-Windows-UpdateTargeting-ClientOS Microsoft-Windows-UpdateTargeting-ClientOS
Microsoft-Windows-UserExperience Microsoft-Windows-UserExperience
microsoft-windows-userexperience-desktop-package-Wrapper microsoft-windows-userexperience-desktop-package-Wrapper
Microsoft-Windows-Virtualization-RemoteFX-User-Mode-Transport
Microsoft-Windows-Virtualization
Microsoft-Windows-VirtualPC
Microsoft-Windows-VirtualXP
Microsoft-Windows-WebcamExperience Microsoft-Windows-WebcamExperience
Microsoft-Windows-WindowsFoundation-LanguagePack Microsoft-Windows-WindowsFoundation-LanguagePack
Microsoft-Windows-WinOcr Microsoft-Windows-WinOcr
@ -157,13 +167,29 @@ for %%P in (
Networking-MPSSVC-Rules-EnterpriseEdition-Package Networking-MPSSVC-Rules-EnterpriseEdition-Package
OpenSSH-Client-Package OpenSSH-Client-Package
openssh-client-package-Wrapper openssh-client-package-Wrapper
RemoteDesktopServices
Sensors-Universal Sensors-Universal
Server-Help Server-Help
Windows-Defender Windows-Defender
WindowsSearchEngineSKU-Group WindowsSearchEngineSKU-Group
Microsoft-OneCore-Multimedia-CastingCommon
Microsoft-OneCore-Multimedia-CastingReceiver
Microsoft-OneCore-Multimedia-CastingTransmitter
Microsoft-OneCore-DeviceUpdateCenter
Microsoft-OneCore-DirectX-Database
Microsoft-OneCore-IsolatedUserMode
Microsoft-Onecore-SPP-VirtualDevice
Microsoft-OneCore-VirtualizationBasedSecurity
Microsoft-Windows-WMPNetworkSharingService
) do ( ) do (
rem microsoft-onecore-applicationmodel-sync-desktop
rem Microsoft-OneCore-ApplicationModel-Sync-Desktop
rem Microsoft-OneCoreUAP-AppRuntime-RemoteAppLifetimeManager
rem Microsoft-Windows-ConfigCI-Onecore
rem Microsoft-Windows-ConfigCI-Package
@echo on @echo on
install_wim_tweak.exe /p %MNT% /c "%%P" /r /n install_wim_tweak.exe /p %MNT% /c "%%P" /r /n
@echo off @echo off