description | external help file | Module Name | ms.date | online version | schema | title |
---|---|---|---|---|---|---|
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. |
Microsoft.InternationalSettings.Commands.dll-Help.xml |
International |
12/20/2016 |
2.0.0 |
Set-WinHomeLocation |
Sets the home location setting for the current user account.
Set-WinHomeLocation [-GeoId] <Int32> [<CommonParameters>]
The Set-WinHomeLocation cmdlet sets the value of the user GeoID object. The Windows GeoID setting is a user setting that describes the home location of the current user account. A home location is the country or region. Applications that require the home location of the current user account, such as a driver for a television tuner application, can use this setting.
For a table of GeoIDs, see Table of Geographical Locations.
PS C:\> Set-WinHomeLocation -GeoId 0xF4
This command sets the home location for the current user account to 0xF4 (hex) (United States).
Specifies a GeoID setting.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.