iDamnIT :
@adheananda -
i'm aware of why this error happened. there aren't anything related to it on the startup, since i recently just installed windows, there aren't much process going on when starting up. i've also searched in regedit. there are none, i repeat, no results that is related to "buqyn" or "componentbalance". that would've been easy - like most people problem. so im afraid that this did not solve my problem.
@denis280 -
i rebooted my system and the error still persist, sadly.
I would venture to say that it's impossible for buqyn to be missing from the registry when you're getting that error. I'm definitely not trying to imply you can't search things
it's just really odd that it wouldn't be there and it's my job to say "are you SURE" when it doesn't make sense; just to be thorough. It not being in startup isn't entirely surprising though. It's possible something else is calling that file which is why it's not found but the nature of the error message really points to it being present somewhere. I would search again and make sure you are clicked on Computer at the very top (if another key is selected when you start your search it will only search inside that key), you do NOT check "Match whole string only," and you do have all 3 boxes in "Look at" checked.
The specific startup keys in the registry are here if you want to go there manually. Something in startup is calling those files:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
For this to happen at startup the files it's erroring on must be tied to a startup item. If you boot to safe mode you should not see the error messages. Have you tried that? Did it work? I would, at the very least, use msconfig to disable ALL startup items and services (I just use the "Hide all Microsoft services" button and then disable everything that's left in the Services tab) and see if the issue remains. If it goes away, add the services back in chunks and test. If the error returns after adding a chunk, disable each service in that chunk individually and reboot to test. If it does not return with that services added back, do the same thing for the startup programs.
As for the Task Scheduler issue, I would go to the store location and delete anything there.
%systemroot%\System32\Tasks
%systemroot%\Tasks
All tasks are saved as XML files. You can rename them to .OLD if you feel more comfortable with that.
Let me know how that goes