I want to make a script to change the default page zoom in Chrome, however I do not know where these options are stored. I guess that I have to find an appropriate options text
$Env:
Is a special PSdrive that contains many of the SpecialFolder Paths
$Env:LOCALAPPDATA
and
[Environment]::GetFolderPath( [Environment+SpecialFolder]::LocalApplicationData )
Yield the same result in addition to the rest of Mathias answer.