In school, we have Notebooks and every student has his own account, after sing out the desktop will be cleaned from files, so I have to install every single time some programs and packages.
To save time, I wanted to make it autonomous, so I made a script and saved it on my drive.
My next problem was, that I have to copy the script to the desktop and run there as admin, so I need a command who does it for me. When I searched for a solution, I often find that they become the network administrator (with "runas /user:Administrator...") and not just when you right-click on the file and run it as administrator.
Does anyone know the command to run a batch-script as administrator?