PowerShell Logo Small

Set-WinHomeLocation



This is the built-in help made by Microsoft for the command 'Set-WinHomeLocation', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Sets the home location setting for the current user account.

SYNTAX


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



Search powershellhelp.space

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 (that is, the country or region) of the current user account. Applications that require the current user account’s home location,
such as a driver for a television tuner application, can use this setting.


A table of GeoIDs is available at Table of Geographical Locations.



<

RELATED LINKS

Online Version:
RegionInfo.GeoId Property
Get-WinHomeLocation

REMARKS

<

Examples


Example 1

PS C:\> Set-WinHomeLocation 0xF4



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