From 5e3a6730f1fe5f2edc648a8f17d83ea3d0a8bce0 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Wed, 3 Feb 2021 06:49:13 +0100 Subject: [PATCH] . --- CustomSetup.cmd | 13 +++++++++++++ scripts/autoconfig-all.cmd | 23 ++++++++++++++++------- wim/remove-apps.cmd | 5 +---- wim/remove-packages.cmd | 26 ++++++++++++++++++++++++++ 4 files changed, 56 insertions(+), 11 deletions(-) diff --git a/CustomSetup.cmd b/CustomSetup.cmd index c727569..b06f886 100644 --- a/CustomSetup.cmd +++ b/CustomSetup.cmd @@ -4,6 +4,16 @@ rem this script puts everything in place ... set TOOLS=c:\tools set SCRIPTS=%TOOLS%\scripts 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. @@ -53,6 +63,9 @@ echo starting %BATCH% ... call %BATCH% echo. +date /t +time /t echo ####### %0 ####### echo READY. echo. + diff --git a/scripts/autoconfig-all.cmd b/scripts/autoconfig-all.cmd index 7fc6437..f748366 100644 --- a/scripts/autoconfig-all.cmd +++ b/scripts/autoconfig-all.cmd @@ -4,8 +4,15 @@ rem this script is doing most of the work ... set T=c:\TEMP set TOOLS=c:\tools 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 ####### +date /t +time /t echo. echo creating %T% ... @@ -57,7 +64,7 @@ echo. rem uninstall ALL Apps (but keep the store) ... rem powershell -Command .\uninstall-apps.ps1 -echo. +rem echo. call uninstall-onedrive.cmd echo. @@ -82,8 +89,8 @@ echo. call install-wezterm.cmd echo. -powershell -command install-windowsterminal.ps1 -echo. +rem powershell -command install-windowsterminal.ps1 +rem echo. call install-sublime.cmd echo. @@ -136,7 +143,7 @@ echo ### CLEANUP tasks ### 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 echo. @@ -145,17 +152,19 @@ call cleanup-startmenu.cmd echo. rem ... remove ALL the stupid fucking microsoft TELEMETRY BULLSHIT! -call uninstall-telemetry.cmd -echo. +rem call uninstall-telemetry.cmd +rem echo. rem echo ENABLE firewall ... rem netsh advfirewall set allprofiles state on rem echo. echo rebooting ... -rem shutdown -g -t 0 +shutdown -g -t 0 echo. +date /t +time /t echo ####### %0 ####### echo READY. echo. diff --git a/wim/remove-apps.cmd b/wim/remove-apps.cmd index ebed6d1..c0be774 100644 --- a/wim/remove-apps.cmd +++ b/wim/remove-apps.cmd @@ -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.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_2019.19071.19011.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 +dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe @echo off diff --git a/wim/remove-packages.cmd b/wim/remove-packages.cmd index 2d31405..779139c 100644 --- a/wim/remove-packages.cmd +++ b/wim/remove-packages.cmd @@ -20,15 +20,18 @@ for %%P in ( Containers-OptionalFeature Containers-Server DeviceAccess + HyperV LanguageFeatures-WordBreaking Media-FaceAnalysis Media-Ocr Microsoft-Composable-PlatformExtension + Microsoft-Hyper-V Microsoft-IoTUAP-ShellExt-Tools Microsoft-Mobile Microsoft-PPIProjection Microsoft-UtilityVM Microsoft-Windows-3DAudio + Microsoft-Windows-ApiSetSchemaExtension-HyperV Microsoft-Windows-AppCompat Microsoft-Windows-AppManagement Microsoft-Windows-AppServerClient @@ -60,6 +63,8 @@ for %%P in ( Microsoft-Windows-Hello-Face Microsoft-Windows-Help Microsoft-Windows-HVSI-Components + Microsoft-Windows-HyperV-OptionalFeature-HypervisorPlatform + Microsoft-Windows-HyperV-OptionalFeature-VirtualMachinePlatform Microsoft-Windows-Identity-Foundation Microsoft-Windows-IIS-WebServer Microsoft-Windows-International @@ -107,6 +112,7 @@ for %%P in ( Microsoft-Windows-QuickAssist Microsoft-Windows-RDC Microsoft-Windows-RemoteAssistance + Microsoft-Windows-RemoteDesktop Microsoft-Windows-RemoteFX Microsoft-Windows-RetailDemo Microsoft-Windows-Search2 @@ -140,6 +146,10 @@ for %%P in ( Microsoft-Windows-UpdateTargeting-ClientOS Microsoft-Windows-UserExperience 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-WindowsFoundation-LanguagePack Microsoft-Windows-WinOcr @@ -157,13 +167,29 @@ for %%P in ( Networking-MPSSVC-Rules-EnterpriseEdition-Package OpenSSH-Client-Package openssh-client-package-Wrapper + RemoteDesktopServices Sensors-Universal Server-Help Windows-Defender 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 ( +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 install_wim_tweak.exe /p %MNT% /c "%%P" /r /n @echo off