Skip to main content

All Questions

1 vote
0 answers
145 views

Websites keep thinking I'm from France

This happens mainly in Incognito Mode on Chrome and when using Invoke-Webrequest in Powershell. I always get redirected to French branches of the websites. I've looked up my IP and it does trace to my ...
JustAGuy's user avatar
  • 161
2 votes
1 answer
3k views

How do I determine with powershell the PIDs of incognito chrome tabs?

As per this website the way to start chome in incognito on the command line is & "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -incognito (edited to work in powershell) I can ...
Justin Dearing's user avatar