Step 1: Create file InstallSoftwareNoAdmin.bat (Key word: How to install software in Company provided secured or restricted laptops and Force a program to run without administrator privileges or UAC)
Step 2: Please copy below code:
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" "%1""
Step 3: Save the file
Step 4: Download any software you want to install
Step 5: Drag that software to bat file
Step 6: It will start installing software automatically without admin right