Looks like I self-solved the problem lol
Well, I was solving it via taking over winsxs folder via using Command Prompt in Admin mode. I was using this command:
Takeown /f %WINDIR%\windows\winsxs /R
or alternatively, in C:\Windows\ folder:
Takeown /f winsxs /R
And then edit the permission to full access so that I can return the system file back. If anyone have the problem like what I just experience, just do it like this ok?