Batch Files

How to run Batch file as Administrator without prompt in Windows 10

How to run Batch file as Administrator without prompt in Windows 10

You can execute a number of tasks on your Windows computer by running commands. These commands work great. Some people also try to execute a number of these commands one by one. This bulk execution of commands helps them get greater output. But writing and executing these commands one by one manually takes a lot of time.

To counter this, Microsoft has added a feature of running Batch files on their operating systems. These batch files are also run by a number of software in the background to execute multiple tasks. But if you are running an independent script, you might need administrator-level privileges to execute them. This is what we are going to talk about in the guide.

If you wish to Run a batch file as an Administrator one time, simply right-click on the batch file that you wish to run and select Run as Administrator.

It will start executing that batch file with administrator rights.

Always Run Batch file as Administrator in Windows 10

If you wish to automatically elevate a Batch File and make it run as Administrator, follow these steps:

  1. Locate the Batch file
  2. Right-click on the Batch file
  3. Select Create Shortcut
  4. Give it a suitable name
  5. Now right-click the shortcut file
  6. Click Properties.
  7. Select Shortcuts tab > Advanced.
  8. Select Run As Administrator box.
  9. Click OK/Apply and exit.

Now, whenever you run the shortcut, the batch file will always Run as Administrator.

That's all!

How to Show FPS Counter in Linux Games
Linux gaming got a major push when Valve announced Linux support for Steam client and their games in 2012. Since then, many AAA and indie games have m...
How to download and Play Sid Meier's Civilization VI on Linux
Introduction to the game Civilization 6 is a modern take on the classic concept introduced in the series of the Age of Empires games. The idea was fai...
How to Install and Play Doom on Linux
Introduction to Doom The Doom Series originated in the 90s after the release of the original Doom. It was an instant hit and from that time onwards th...