I am trying to open chrome with custom zoom size using powershell using following command
& 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe' http://www.gnu.org/ /force-device-scale-factor=1.5 /incognito
Command opens the site in incognito mode. However, the zoom scale is still 100%. What could be going wrong?