@watersotr Another option might be to use a different browser, whether Edge or Chrome or Firefox or some other, until you are able to get the situation with Opera straightened out.
I've done tech support for a couple decades out of the five I've been around so to hopefully clarify some of the helpful info related to @burnout426's reply, the steps described might be easier by opening a Command Prompt in Windows, and then from this page copying the commands and pasting them into the command prompt window, and then when ready hitting Enter to execute them.
For some context, the items in between percent symbols such as %LocalAppData%, %UserProfile%, etc., are sort of generic commands which when typed from your system will open those system folders specific to your Windows installation. These kinds of generic things are also known as environment variables which help software developers among others provide relatively generic means of referencing system-specific things.
That means, for example, %LocalAppData% when pasted into your Command Prompt and hitting Enter will open a Windows Explorer window showing the contents of your C:\Users\<your Windows username>\AppData\Local. The same would occur if you were to paste %LocalAppData% after clicking your Start button (or on older Windows versions into Start => Run).
When running commands there with things after a command to run an EXE file, like --launchopera=0, that serves to specify additional parameters that do other stuff available for typically very specific uses that program offers.
I don't want to derail you from burnout426's explanation in guiding you so please consider my info here as side stuff to hopefully help clear the mud. If there are any specific Windows questions feel free to ask here or separately, I'm familiar with Windows all the way back to 3.1, and MS-DOS as well, so I have a pretty holistic history with its nuances and quirks at the command prompt level.