Skip to content

Commit 4a24bff

Browse files
authored
Correction typo in comment and output
## Purpose : - Fix #20 ## Details : - Change `or` by `of` in line 349 and 350
1 parent a3bb93e commit 4a24bff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tiny11maker.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ Set-RegistryValue 'HKLM\zNTUSER\Software\Microsoft\InputPersonalization\TrainedD
346346
Set-RegistryValue 'HKLM\zNTUSER\Software\Microsoft\Personalization\Settings' 'AcceptedPrivacyPolicy' 'REG_DWORD' '0'
347347
Set-RegistryValue 'HKLM\zSOFTWARE\Policies\Microsoft\Windows\DataCollection' 'AllowTelemetry' 'REG_DWORD' '0'
348348
Set-RegistryValue 'HKLM\zSYSTEM\ControlSet001\Services\dmwappushservice' 'Start' 'REG_DWORD' '4'
349-
## Prevents installation or DevHome and Outlook
350-
Write-Output "Prevents installation or DevHome and Outlook:"
349+
## Prevents installation of DevHome and Outlook
350+
Write-Output "Prevents installation of DevHome and Outlook:"
351351
Set-RegistryValue 'HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate' 'workCompleted' 'REG_DWORD' '1'
352352
Set-RegistryValue 'HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\OutlookUpdate' 'workCompleted' 'REG_DWORD' '1'
353353
Set-RegistryValue 'HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\DevHomeUpdate' 'workCompleted' 'REG_DWORD' '1'
@@ -532,3 +532,4 @@ if (Test-Path -Path "$PSScriptRoot\autounattend.xml") {
532532
Stop-Transcript
533533

534534
exit
535+

0 commit comments

Comments
 (0)