This is miHoYo's first barrier to reversing - destroying the list of imports so you will have to rebuild it from scratch. If you open GenshinImpact.exe found in C:\Program Files\Genshin Impact\Genshin Impact Game in IDA Pro, you'll find that the import segment has been destroyed, and that the debug symbol list is missing. It is automatically started with the game, after you click the 'Launch' button on the Launcher. This is the process for their kernel-level anti cheat. The goal is to disable the checks for whether mhyprot2.sys has started properly.
It is assumed that you have decent knowledge of reverse engineering and are comfortable with Assembly instructions. There is a way of doing this and which involves modifying game files. However, if you still want to know how to do it while breaking their ToS, read on. Without breaking any of miHoYo's ToS, and risking your account being permanently banned, the answer is no.
Is there a way to allow it be run without administrator privileges?