mirror of
https://github.com/ntdevlabs/tiny11builder.git
synced 2025-12-17 17:04:13 +00:00
Correction typo in comment and output
## Purpose : - Fix #20 ## Details : - Change `or` by `of` in line 349 and 350
This commit is contained in:
parent
a3bb93e0d9
commit
4a24bff48b
1 changed files with 3 additions and 2 deletions
|
|
@ -346,8 +346,8 @@ Set-RegistryValue 'HKLM\zNTUSER\Software\Microsoft\InputPersonalization\TrainedD
|
|||
Set-RegistryValue 'HKLM\zNTUSER\Software\Microsoft\Personalization\Settings' 'AcceptedPrivacyPolicy' 'REG_DWORD' '0'
|
||||
Set-RegistryValue 'HKLM\zSOFTWARE\Policies\Microsoft\Windows\DataCollection' 'AllowTelemetry' 'REG_DWORD' '0'
|
||||
Set-RegistryValue 'HKLM\zSYSTEM\ControlSet001\Services\dmwappushservice' 'Start' 'REG_DWORD' '4'
|
||||
## Prevents installation or DevHome and Outlook
|
||||
Write-Output "Prevents installation or DevHome and Outlook:"
|
||||
## Prevents installation of DevHome and Outlook
|
||||
Write-Output "Prevents installation of DevHome and Outlook:"
|
||||
Set-RegistryValue 'HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate' 'workCompleted' 'REG_DWORD' '1'
|
||||
Set-RegistryValue 'HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\OutlookUpdate' 'workCompleted' 'REG_DWORD' '1'
|
||||
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") {
|
|||
Stop-Transcript
|
||||
|
||||
exit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue