Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 1.99 KB

File metadata and controls

70 lines (49 loc) · 1.99 KB
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

Set-WinHomeLocation

SYNOPSIS

Sets the home location setting for the current user account.

SYNTAX

Set-WinHomeLocation [-GeoId] <Int32> [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

Example 1: Set the home location

PS C:\> Set-WinHomeLocation -GeoId 0xF4

This command sets the home location for the current user account to 0xF4 (hex) (United States).

PARAMETERS

-GeoId

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

RegionInfo.GeoId Property

Get-WinHomeLocation