Änderungen von Dokument Windows Server 2022

Zuletzt geändert von Sebastian Marsching am 2022/05/30 12:24

Von Version 4.1
bearbeitet von Sebastian Marsching
am 2022/05/30 12:22
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 3.1
bearbeitet von Sebastian Marsching
am 2022/05/30 12:03
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -17,8 +17,6 @@
17 17   * Negative currency format: -1.1 €
18 18  1. Copy the settings to the welcome screen and new user accounts.
19 19  
20 -Running sysprep can have undesired side effects, but it is the only way to really change the system language completely. If one is happy with only having most of the system in the new language, using the [[method described for Windows Server 2012 R2|doc:Windows.Windows_Server_2012_R2.WebHome|anchor="HRenaminglocaluserswhenchangingthelanguage"]] might be suitable. However, a few messages during startup and shutdown will still be displayed in the original language when using this method.
21 -
22 22  # Changing the timeout in the Windows Boot Manager
23 23  
24 24   bcdedit /timeout 10
... ... @@ -66,19 +66,6 @@
66 66  
67 67  Typically, the computer has to be rebooted in order for these changs to become effective.
68 68  
69 -# Using EUI-64 instead of random IPv6 addresses[Edit](https://sebastian.marsching.com/wiki/bin/edit/Windows/Windows_Server_2012_R2/WebHome?section=5)
67 +# Using EUI-64 instead of random IPv6 addresses
70 70  
71 -It might be desirable to use an EUI-64-based IPv6 address (an IPv6 address that is generated based on the MAC address of the NIC) instead of a randomly generated address during IPv6 autoconfiguration. This can be achieved by using the following netsh command (from an elevated command prompt):
72 -
73 -```bat
74 -netsh interface ipv6 set global randomizeidentifiers=disabled store=active
75 -netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
76 -```
77 -
78 -This is exactly the same way as [[for Windows Server 2012 R2|doc:Windows.Windows_Server_2012_R2.WebHome|anchor="HUseEUI-64insteadofrandomIPv6addresses"]].
79 -
80 -# Related pages
81 -
82 -* [[Active Directory|Active Directory]]
83 -* [[Distributed File System (DFS)|doc:Windows.DFS.WebHome]]
84 -* [[Windows Server 2012 R2|Windows Server 2012 R2]] (not all the information there applies, but some does)
69 +This can be done in [[exactly the same ways as for Windows Server 2012 R2|doc:Windows.Windows_Server_2012_R2.WebHome|anchor="HUseEUI-64insteadofrandomIPv6addresses"]].