Update found-you.ps1
This commit is contained in:
@@ -125,13 +125,9 @@ $GL = Get-GeoLocation
|
|||||||
|
|
||||||
$GL = $GL -split " "
|
$GL = $GL -split " "
|
||||||
|
|
||||||
#$Lat = $GL[0].Substring(11) -replace ".$"
|
$Lat = $GL[0].Substring(11) -replace ".$"
|
||||||
|
|
||||||
#$Lon = $GL[1].Substring(10) -replace ".$"
|
$Lon = $GL[1].Substring(10) -replace ".$"
|
||||||
|
|
||||||
$Lat = 37
|
|
||||||
|
|
||||||
$Lon = -122
|
|
||||||
|
|
||||||
Pause-Script
|
Pause-Script
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user