1919 .\tiny11maker.ps1 -SCRATCH D -ISO E
2020 .\tiny11maker.ps1
2121
22- *If you put only the value in parameters the first one must be the iso mounted. The second is the scratch drive.
23- prefer the use of "-ISO" as you can put in the order you want.
22+ *If you ordinal parameters the first one must be the mounted iso . The second is the scratch drive.
23+ prefer the use of full named parameter (eg: "-ISO") as you can put in the order you want.
2424
2525. NOTES
2626 Auteur: ntdevlabs
27- Date: 05-06-24
27+ Date: 09-07-25
2828#>
2929
3030# ---------[ Parameters ]---------#
@@ -101,11 +101,11 @@ if (-not (Test-Path -Path "$PSScriptRoot/autounattend.xml")) {
101101}
102102
103103# Start the transcript and prepare the window
104- Start-Transcript - Path " $ScratchDisk \tiny11 .log"
104+ Start-Transcript - Path " $PSScriptRoot \tiny11_ $ ( get-date -f yyyyMMdd_HHmms ) .log"
105105
106106$Host.UI.RawUI.WindowTitle = " Tiny11 image creator"
107107Clear-Host
108- Write-Output " Welcome to the tiny11 image creator! Release: 09-04 -25"
108+ Write-Output " Welcome to the tiny11 image creator! Release: 09-07 -25"
109109
110110$hostArchitecture = $Env: PROCESSOR_ARCHITECTURE
111111New-Item - ItemType Directory - Force - Path " $ScratchDisk \tiny11\sources" | Out-Null
@@ -302,13 +302,8 @@ Set-RegistryValue 'HKLM\zNTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\Conten
302302Set-RegistryValue ' HKLM\zSOFTWARE\Policies\Microsoft\Windows\CloudContent' ' DisableWindowsConsumerFeatures' ' REG_DWORD' ' 1'
303303Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' ContentDeliveryAllowed' ' REG_DWORD' ' 0'
304304Set-RegistryValue ' HKLM\zSOFTWARE\Microsoft\PolicyManager\current\device\Start' ' ConfigureStartPins' ' REG_SZ' ' {"pinnedList": [{}]}'
305- Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' ContentDeliveryAllowed' ' REG_DWORD' ' 0'
306- Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' ContentDeliveryAllowed' ' REG_DWORD' ' 0'
307305Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' FeatureManagementEnabled' ' REG_DWORD' ' 0'
308- Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' OemPreInstalledAppsEnabled' ' REG_DWORD' ' 0'
309- Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' PreInstalledAppsEnabled' ' REG_DWORD' ' 0'
310306Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' PreInstalledAppsEverEnabled' ' REG_DWORD' ' 0'
311- Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' SilentInstalledAppsEnabled' ' REG_DWORD' ' 0'
312307Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' SoftLandingEnabled' ' REG_DWORD' ' 0'
313308Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' SubscribedContentEnabled' ' REG_DWORD' ' 0'
314309Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' SubscribedContent-310093Enabled' ' REG_DWORD' ' 0'
@@ -317,7 +312,6 @@ Set-RegistryValue 'HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\Conten
317312Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' SubscribedContent-338393Enabled' ' REG_DWORD' ' 0'
318313Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' SubscribedContent-353694Enabled' ' REG_DWORD' ' 0'
319314Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' SubscribedContent-353696Enabled' ' REG_DWORD' ' 0'
320- Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' SubscribedContentEnabled' ' REG_DWORD' ' 0'
321315Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' ' SystemPaneSuggestionsEnabled' ' REG_DWORD' ' 0'
322316Set-RegistryValue ' HKLM\zSOFTWARE\Policies\Microsoft\PushToInstall' ' DisablePushToInstall' ' REG_DWORD' ' 1'
323317Set-RegistryValue ' HKLM\zSOFTWARE\Policies\Microsoft\MRT' ' DontOfferThroughWUAU' ' REG_DWORD' ' 1'
@@ -352,8 +346,8 @@ Set-RegistryValue 'HKLM\zNTUSER\Software\Microsoft\InputPersonalization\TrainedD
352346Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Personalization\Settings' ' AcceptedPrivacyPolicy' ' REG_DWORD' ' 0'
353347Set-RegistryValue ' HKLM\zSOFTWARE\Policies\Microsoft\Windows\DataCollection' ' AllowTelemetry' ' REG_DWORD' ' 0'
354348Set-RegistryValue ' HKLM\zSYSTEM\ControlSet001\Services\dmwappushservice' ' Start' ' REG_DWORD' ' 4'
355- # # Prevents installation or DevHome and Outlook
356- Write-Output " Prevents installation or DevHome and Outlook:"
349+ # # Prevents installation of DevHome and Outlook
350+ Write-Output " Prevents installation of DevHome and Outlook:"
357351Set-RegistryValue ' HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate' ' workCompleted' ' REG_DWORD' ' 1'
358352Set-RegistryValue ' HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\OutlookUpdate' ' workCompleted' ' REG_DWORD' ' 1'
359353Set-RegistryValue ' HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\DevHomeUpdate' ' workCompleted' ' REG_DWORD' ' 1'
0 commit comments