[Win 10 ] Lockdown device setting
Windows 10 版本 , control panel - windows feature - lockdown device下面有幾個features
-Device Lockdown
--Cutom Logon
--Keyboard filter
--shell laucher
--unbarnded boot
--unified write filter
這些都是原本Embedded 版本的功能,下面要藉少該如何使用:
Unbranded boot:
you can setting Unbranded boot by (1)cmd (2)unattend file
Please Open a command prompt as an administrator.
Command :
disable the F8 key during startup to prevent access to the Advanced startup options menu, type
-Device Lockdown
--Cutom Logon
--Keyboard filter
--shell laucher
--unbarnded boot
--unified write filter
這些都是原本Embedded 版本的功能,下面要藉少該如何使用:
Unbranded boot:
you can setting Unbranded boot by (1)cmd (2)unattend file
Please Open a command prompt as an administrator.
Command :
disable the F8 key during startup to prevent access to the Advanced startup options menu, type
bcdedit.exe -set {globalsettings} advancedoptions false
To disable the F10 key during startup to prevent access to the Advanced startup options menu,
bcdedit.exe -set {globalsettings} optionsedit false
To suppress all Windows UI elements (logo, status indicator, and status message) during startup
bcdedit.exe -set {globalsettings} bootuxdisabled on (關閉開機logo)
From:
Custom Logon:
open "regedit"
change
BrandingNeutral -> 1
HideAutoLogonUI -> 1
HideFirstLofonAnimation -> 1 設定後跳過登入User畫面
留言
張貼留言