ProtectYourPC specifies whether to display the Help protect your computer automatically page of Windows Welcome to the user. There is no default value. If a value is not set, the page opens during Windows Welcome.
Values
1 | Specifies the recommended level of protection for your computer. |
2 | Specifies that only updates are installed. |
3 | Specifies that automatic protection is disabled. |
Valid Passes
Parent Hierarchy
Applies To
XML Example
The following XML output shows how to set OOBE information for testing.
|
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE> |
See Also