Arduino IDE 2.3.2 stuck in loading and need to run as administrator

I installed Arduino IDE 2.3.2 on my Window 10 PC, try to run it but stuck on loading screen.

I try running it using PowerShell and there seem to be a problem with "Error loading inventory store" on "open C:\Users\...\AppData\Local\Arduino15\inventory.yaml: Access is denied.".

So I try run the program as administrator and it solve the stuck in loading problem but this is annoying. Is there a way to solve this access denied issues?

A solution I did is to change the permission of the folder "C:\Users...\AppData\Local\Arduino15" for it to be able to Read & execute for Everyone.

I don't not know is it good or bad but it work properly now (for now).