Hi, I don't know how you installed Node-RED on Windows, but if you are familiar with Docker, I would suggest running Node-RED under Docker. It works beautifully!
Except that adds a lot of complexity for little gain in most cases and Docker desktop for Windows is not free except for individual use. So depends on the use-case.
node-red works perfectly well on Windows, it just doesn't benefit from Dave's excellent Debian-based setup script. So you need to know how to run things.
Oh, I never tried installing Node-RED on Windows directly since I was overwhelmed by the process. For me, Docker is perfect because it is easy to install (assuming Docker is already installed) and I don't have to worry about different Node.js versions. Also great if you (have Docker already installed and) just want to experiment some things and want it easy to be cleaned up later.
But yes, if you aren't familiar with Docker and need to install it, it would be way too heavy.