Baran Topal

Baran Topal


May 2024
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories


exporting and importing regional settings of W7

baranbaran

Welcome back, a couple of months ago, I needed to export all regional settings of a customer to an xml file and i needed to import it later on to reproduce a specific problem that the customer was facing:

To solve this in powershell, I execute this which exports the regional settings of W7 machine:


get-culture | select * | export-clixml C:\Regional.xml

To import this xml settings:


C:\Windows\system32>control.exe intl.cpl,,/f:"C:\Regional.xml"