WinPE: Windows PE utility (Wpeutil): Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
K
 
(9 dazwischenliegende Versionen des gleichen Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
''The Windows PE utility (Wpeutil) is a command-line tool that enables you to run commands during a Windows PE session. For example, you can shut down or restart Windows PE, enable or disable a firewall, set language settings, and initialize a network.''
 
''The Windows PE utility (Wpeutil) is a command-line tool that enables you to run commands during a Windows PE session. For example, you can shut down or restart Windows PE, enable or disable a firewall, set language settings, and initialize a network.''
 
 
  
 
== Examples ==
 
== Examples ==
Zeile 10: Zeile 8:
 
  wpeutil DisableFirewall
 
  wpeutil DisableFirewall
  
=== Set the Keyboard layout to Swiss German ([KeyboardIdentifier https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-language-pack-default-values] = 00000807) ===
+
=== Set the Keyboard layout ===
  wpeutil SetKeyboardLayout 0409:00000807
+
wpeutil SetKeyboardLayout '''<LCID>:<KeyboardIdentifier>''' <br>
 +
Example changing the Keyboard layout to Swiss German:
 +
wpeutil SetKeyboardLayout 0807:00000807
 +
'''Find your input profile on:''' https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs <br>
 +
'''Locale ID (LCID):''' https://docs.microsoft.com/en-us/previous-versions/windows/embedded/ms912047(v=winembedded.10) <br>
 +
'''KeyboardIdentifiers:''' https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-language-pack-default-values <br>
 +
 
 +
=== List the supported Keyboard Layouts ===
 +
  wpeutil ListKeyboardLayouts <LCID>
  
 
=== Set multiple languages in priority order ===
 
=== Set multiple languages in priority order ===
 
  wpeutil SetMuiLanguage de-CH;en-US
 
  wpeutil SetMuiLanguage de-CH;en-US
 +
  
  

Aktuelle Version vom 25. Juni 2020, 10:06 Uhr

The Windows PE utility (Wpeutil) is a command-line tool that enables you to run commands during a Windows PE session. For example, you can shut down or restart Windows PE, enable or disable a firewall, set language settings, and initialize a network.

Examples

Shutdown

wpeutil shutdown

Disable Firewall

wpeutil DisableFirewall

Set the Keyboard layout

wpeutil SetKeyboardLayout <LCID>:<KeyboardIdentifier>
Example changing the Keyboard layout to Swiss German:

wpeutil SetKeyboardLayout 0807:00000807

Find your input profile on: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-input-locales-for-windows-language-packs
Locale ID (LCID): https://docs.microsoft.com/en-us/previous-versions/windows/embedded/ms912047(v=winembedded.10)
KeyboardIdentifiers: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-language-pack-default-values

List the supported Keyboard Layouts

wpeutil ListKeyboardLayouts <LCID>

Set multiple languages in priority order

wpeutil SetMuiLanguage de-CH;en-US


More information's: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/wpeutil-command-line-options