Running Terminal as Admin
Answered
Howdy.
Is it possible to run the Terminal as Admin?
I'd like to delete some files every now and again through the terminal but the commands are rejected due to insufficient permissions. I assume the Terminal is being run as a standard user.
Cheers,
Ben.
Please sign in to leave a comment.
What OS do you use? On Linux/Mac you could specify custom shell executable for the Terminal with a script that will call sudo before running the shell or just call sudo inside the Terminal.
On Windows you can try editing the properties of your Terminal executable (cmd.exe or make a copy of it) to always run this command as Administrator.
The solution is to run intelliJ or WebStorm or whatever other JetBrains product with admin rights; right click --> run as administrator --> that's all you need!
As Takalpa said. Running the product with admin privilege should grant you access to admin terminal as well in Windows OS.
try `sudo idea` in unix & linux
Would it be possible to modify the below batch file to run from within the IDE and open an admin instance within the user-level?
I can think of a ton of use cases I would love to be able to run specifically one or the other together. I use Eventghost Heavily to interact with everything, and Lcore for tons of macros and things of that nature. I usually just spawn a separate window
Edit: Orginally posted it in the whole script, so you can take a look if you want to.