Why I make the tests match win10's behavior and remove the old tests: I was debugging a game called Achron, it fails to create it's config file. The issue is caused by SHFileOperationW(), now we are implementing it like old windows verions, and I believe if I change the implementation to behavior like what win10 does, the issue will be fixed.