Batch Script Get Admin
Ever needed to do something in a batch script that requires administrator privileges to run? Well, here is a simple code snippet that will elevate your script to admin rights and allow you to do exactly that: Anything you now write below that snippet will be executed as admin, providing the user successfully authenticated via … Read more