supported values for EnableFirstLogonAnimation

I tested this setting and the values which needs to be set are integer 0 for disabled and 1 for enabled. not boolean.
This commit is contained in:
Oliver Kieselbach 2019-05-20 10:55:07 +02:00 committed by GitHub
parent 535b884115
commit 318fb089e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,8 +407,8 @@ ADMX Info:
<!--/ADMXMapped-->
<!--SupportedValues-->
Supported values:
- false - disabled
- true - enabled
- 0 - disabled
- 1 - enabled
<!--/SupportedValues-->
<!--Example-->
@ -556,4 +556,4 @@ Footnotes:
- 3 - Added in Windows 10, version 1709.
- 4 - Added in Windows 10, version 1803.
- 5 - Added in Windows 10, version 1809.
- 6 - Added in Windows 10, version 1903.
- 6 - Added in Windows 10, version 1903.