I am part of the Admin group. But when I was trying to copy some files from one drive to another, TC asked for an Administrator choice.
Is there a way to set or run TC so that it is always "As Administrator"?
I know I can set the shortcut Advanced properties, but is there also a command-line switch?
Regards,
Chuck Billow
Default to Administrator
Moderators: Hacker, petermad, Stefan2, white
http://www.howtogeek.com/howto/windows-vista/create-administrator-mode-shortcuts-without-uac-prompts-in-windows-vista/
But you should keep in mind that every program started by an elevated TC (even if you click on documents and start the associated program) will run as administrator too.
Nothing for every day use.
Edit:
Alternative1: http://www.totalcmd.net/plugring/Sudo.html
Alternative2: (mark the code, copy to clipboard, paste in button bar):
Regards
Holger
But you should keep in mind that every program started by an elevated TC (even if you click on documents and start the associated program) will run as administrator too.
Nothing for every day use.
Edit:
Alternative1: http://www.totalcmd.net/plugring/Sudo.html
Alternative2: (mark the code, copy to clipboard, paste in button bar):
Code: Select all
TOTALCMD#BAR#DATA
*%COMMANDER_EXE%
%COMMANDER_EXE%
Run TC elevated
-1
Holger
CWBillow, it is Windows who revokes applications' admin rights for your safety so no command switch will help here. So here are 3 ways: disable UAC (bad for safety), always start TC elevated (not much bad but a bit too) or organize your daily documents directories so they won't require admin rights to copy files to (Permissions tab of properties dialog).
HolgerK, I would add parameters %Z/N %X"%P" "%T" for starting elevated TC to get same directories opened in its panels.
HolgerK, I would add parameters %Z/N %X"%P" "%T" for starting elevated TC to get same directories opened in its panels.

MVV wrote: I would add parameters %Z/N %X"%P" "%T" for starting elevated TC to get same directories opened in its panels.

Normally i'm using this parameters:
Code: Select all
/N /S /L="%P" /R="%T"
Regards
Holger