I've been using Linux for a while now, and I have this advice for you.
Learn it.
Linux is an incredibly powerful tool, but people like to hate it because they don't want to learn it, or think it will just work for them.
Yes, Google will be your best friend, because it's a sophisticated tool, with lots of facets and configuration options. If you don't want this, Linux may not be for you.
Linux does give a ton of advantages to working with your computer. It has an excellent ability to interact with a considerable number of computer systems, with well refined tools for using various different filesystems, network protocols, and non-native programs. It also has its own native solutions, often with a wide variety to choose from, that bring new ideas and efficiencies you may like.
Unlike Windows, you can literally change anything in Linux. What you're actually running is an operating system called GNU, which defines a specific set of environments and tools to take the Linux kernel, and make it unix-like. What this also means is you can swap out almost everything with different solutions if you don't like what you have now. Window managers (your desktop environment) are an excellent example of this, with dozens of different ways to interact with your computer that are quite often incredibly easy to swap out and experiment with. My favourite is Window Maker.
It's also incredibly easy to fix. The highly modular single filesystem (directory tree) design, along with the good ol' Unix "everything is a file" architecture means that there's very little abstraction besides what you choose to use to get down to the nitty gritty of the system's services.
Programs are also often very easy to install, with most modern distributions having very simple package management tools that means taking out any of the components is as easy as issuing a command to remove that program.
You may note that I say easy here, and that's because I define easy as not hard to do when you know how. I could go on forever all of the unique and specific benefits Linux offers people, but the best way to learn what those are is by experimenting yourself. When I started using Linux, I installed Arch Linux as dual boot, and took what I considered vacations to it, as I learned and tried to immerse myself in it. I soon found that Windows was only there for very minor uses, and was more a burden to keep around than it was worth. You may find this, or may find otherwise. There are plenty of people who run hybrid OS environments. I myself relegate Windows to older PCs I have as a hobby, and I use FreeBSD Unix on all of my servers.
tl;dr here being, experiment, run wild. Try to tear your machine apart, and see every problem as a challenge to overcome that will improve /you/ as an individual by solving it. Try other distros, window managers, tools. Experiment, and the more you do, the more you'll find Linux not so intimidating, and as natural as Windows is. Or at least that's how it was for me.