Microsoft-Windows-TwinUI-HideMicrosoft-Windows-TwinUI-Hide
Microsoft-Windows-TwinUI-Hide
指定是否要隱藏在 [畫筆與 Windows Ink 設定] 頁面中的畫筆捷徑設定。Microsoft-Windows-TwinUI-Hide
specifies whether to hide the Pen shortcut settings in the Pen and Windows Ink Settings page. 這可讓您隱藏手寫筆輸入與不相容的裝置上的畫筆捷徑設定 UI。This enables you to hide the Pen shortcut settings UI on devices that are not compatible with Pen input.
您也可以隱藏使用登錄的畫筆捷徑設定。You can also hide the Pen shortcut settings using the registry. 若要這樣做,請新增 DWORD 值Hide
下列登錄機碼:To do this, add a DWORD value of Hide
to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ClickNote\OemCustomizationPenShortcuts
值Values
值Value | 描述Description |
---|---|
00 | 顯示的連結。Show the link. 這是預設值。This is the default value. |
11 | 隱藏的連結。Hide the link. |
父階層Parent Hierarchy
Microsoft-Windows-TwinUI-Tasks | HideMicrosoft-Windows-TwinUI-Tasks | Hide
有效的設定階段Valid Configuration Passes
offlineservicing 階段 Specialize oobesystem 階段offlineServicing Specialize oobeSystem
套用至Applies To
如需支援的 Windows 版本與此元件支援的架構,請參閱Microsoft-Windows-TwinUI。For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-TwinUI.
XML 範例XML Example
下列的 XML 輸出會示範如何設定 [隱藏] 設定。The following XML output shows how to set the Hide setting.
<settings pass="offlineServicing">
<component name="Microsoft-Windows-TwinUI" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Hide>1</Hide>
</component>
</settings>