Changes for page Windows Server 2022

Last modified by Sebastian Marsching on 2022/05/30 12:24

From version 3.1
edited by Sebastian Marsching
on 2022/05/30 12:03
Change comment: There is no comment for this version
To version 4.1
edited by Sebastian Marsching
on 2022/05/30 12:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -17,6 +17,8 @@
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 +
20 20  # Changing the timeout in the Windows Boot Manager
21 21  
22 22   bcdedit /timeout 10
... ... @@ -64,6 +64,19 @@
64 64  
65 65  Typically, the computer has to be rebooted in order for these changs to become effective.
66 66  
67 -# Using EUI-64 instead of random IPv6 addresses
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)
68 68  
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"]].
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)