Hi skytab,
What you are describing is not normal behavior of PowerShell and Windows OS.
Two scenarios allow a PowerShell console to open during a web browser launch:
- Either an installation file for the browser that may be installing the browser itself, or add-ons, or an App update service etcetera is currently active and this would only be the case if you as a User chose to allow this in the first place, or a bundled Windows Service came with the original installation software for your browser or other third party program.
- Or, you have malware on your system attempting to clone the PowerShell Shell executable, to mask the fact its active, in which case you'd need to clear your browser history and do a full scan of your computer with an antivirus and/or anti Malware program.
I have the latest Chrome installed on a test machine and can assure you it does not come with anything by default designed to make use of PowerShell.exe [ but I cannot speak for every add-on that people might choose to install for their browser which may make use of PowerShell.exe ]
If there is a genuine task running, then you can check that and remove it from your Windows Task Scheduler, by typing
task scheduler in your
Windows Search box then pressing
Enter key to open it where you can review all tasks currently set up to run on your computer. Any task you do not want there can be safely deleted to prevent it running in the future.