How to use a Windows Script with admin rights built in
A batch file is a text file containing lines with commands that can be executed sequentially by the MS-DOS or Windows command interpreter. They are identified by the extensions .bat or .cmd.wikipedia Place this code right after @echo off This will ask for admin permission rights after executing the script. Fantastic,...