I want to execute serve -s build from .bat file as admin, this is my .bat file:
@ECHO OFF
cd "C:\Users\user\Desktop\Brabender\build-20220517T114506Z-001"
serve -s build
It works if I manually run it as admin, but I need it to run from Windows Startup Folder everytime the system starts, any ideas how to do it as admin automatically?