File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -346,8 +346,8 @@ Set-RegistryValue 'HKLM\zNTUSER\Software\Microsoft\InputPersonalization\TrainedD
346346Set-RegistryValue ' HKLM\zNTUSER\Software\Microsoft\Personalization\Settings' ' AcceptedPrivacyPolicy' ' REG_DWORD' ' 0'
347347Set-RegistryValue ' HKLM\zSOFTWARE\Policies\Microsoft\Windows\DataCollection' ' AllowTelemetry' ' REG_DWORD' ' 0'
348348Set-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:"
351351Set-RegistryValue ' HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate' ' workCompleted' ' REG_DWORD' ' 1'
352352Set-RegistryValue ' HKLM\zSOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator\UScheduler\OutlookUpdate' ' workCompleted' ' REG_DWORD' ' 1'
353353Set-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") {
532532Stop-Transcript
533533
534534exit
535+
You can’t perform that action at this time.
0 commit comments