thanks for the answer

windows 10. ive always used the bat shortcut into startup:shell in the past times (claymore dual times). but it does not seem to work now. it starts, but without voltage oc etc. i even have that shortcut so it automatically is admin, actually when i click it myself it works, but not when it starts

thanks again
Best (or perhaps the only) way to open a program as admin without UAC prompt (that yes or no alert) is using Windows Task Scheduler:
You have to create a task with "Run with highest privileges" and "Allow task to be run on demand" enabled.
I don't know if Task Scheduler can directly open .BAT files or not, try it first but if it can't, you can use this command instead:
%WINDIR%\system32\cmd.exe /c "D:\My Folder\My Batch File.bat"
Also you can find step by step guide for how to create a task here:
https://superuser.com/questions/1070619/how-to-grant-elevated-privileges-to-a-windows-10-startup-shortcut-to-auto-startnice thank you very much. ill try that (i misclicked and didnt quote the last post)