Eng :: Run TC as Administrator
Author: CWBillow Subject: Run TC as Administrator Posted: Sat Aug 20, 2016 4:50 pm (GMT -6) I know I can set up a TC shortcut and give it Administrative rights, but I also want to be able to set it up...
View ArticleEng :: RE: Run TC as Administrator
Author: petermad Posted: Sat Aug 20, 2016 6:28 pm (GMT -6) From the command line use: powershell.exe -Command "Start-Process totalcmd.exe -Verb RunAs" Provided that your system has PowerShell, of...
View ArticleEng :: RE: Run TC as Administrator
Author: Dalai Posted: Sat Aug 20, 2016 7:53 pm (GMT -6) Without PowerShell, you can also use Elevate, like this:Code:elevate.exe c:\path\to\totalcmd.exe Or, if you disabled UAC and want to launch TC as...
View ArticleEng :: RE: How-to Run TC as Administrator?
Author: MVV Posted: Sun Aug 21, 2016 11:45 am (GMT -6) My Sudo tool also allows starting elevated processes._________________TCFS2 + TCFS2Tools: Full-screen mode for TC etc (forum)TOTALCMD.NET:...
View ArticleEng :: RE: How-to Run TC as Administrator?
Author: CWBillow Posted: Sun Aug 21, 2016 1:25 pm (GMT -6)petermad wrote:From the command line use: powershell.exe -Command "Start-Process totalcmd.exe -Verb RunAs" Provided that your system has...
View ArticleEng :: RE: How-to Run TC as Administrator?
Author: petermad Posted: Sun Aug 21, 2016 2:03 pm (GMT -6)Quote: Peter, I get an error that running scripts has been disabled. Hmm, I haven't actively enabled scripts, so they must be enabled by...
View ArticleEng :: RE: How-to Run TC as Administrator?
Author: ZoSTeR Posted: Sun Aug 21, 2016 2:16 pm (GMT -6) TryCode: powershell.exe -ExecutionPolicy remotesigned -Command "Start-Process totalcmd.exe -Verb RunAs"
View ArticleEng :: RE: How-to Run TC as Administrator?
Author: CWBillow Posted: Sun Aug 21, 2016 2:50 pm (GMT -6) I'll give powershell.exe -ExecutionPolicy remotesigned -Command "Start-Process totalcmd.exe -Verb RunAs" A try. Thanks, Chuck
View ArticleEng :: RE: How-to Copy symbolic links itself, not the content?
Author: HerbieH Posted: Sun Aug 21, 2016 3:39 pm (GMT -6) I agree with both MVV and Horst.Epp, - and that's the beauty of Total Commander. You decide for yourself the level of danger, you want to have....
View ArticleEng :: RE: How-to Copy symbolic links itself, not the content?
Author: MVV Posted: Mon Aug 22, 2016 1:04 am (GMT -6) It would be nicer to have an option in copy dialog anyway, and it was requested more than once..._________________TCFS2 + TCFS2Tools: Full-screen...
View ArticleEng :: RE: How-to Run TC as Administrator?
Author: MVV Posted: Mon Aug 22, 2016 1:06 am (GMT -6)CWBillow, Nevertheless starting elevated app via mentioned tools is much faster because PowerShell need some time to load..._________________TCFS2 +...
View ArticleEng :: RE: How-to Run TC as Administrator?
Author: Stefan2 Subject: PowerShell: Set-ExecutionPolicy -ExecutionPolicy remotesign Posted: Mon Aug 22, 2016 1:29 am (GMT -6)petermad wrote:Quote: Peter, I get an error that running scripts has been...
View ArticleEng :: [FeatureRequest]Improvements about sub buttonbar as menu.
Author: yeskky Subject: [FeatureRequest]Improvements about sub buttonbar as menu. Posted: Mon Aug 22, 2016 1:58 am (GMT -6) Say I have a sub buttonbar includes various of text editors and it's show as...
View ArticleEng :: RE: Is it possible to 'combine' two ''internal association''?
Author: Lefteous Posted: Mon Aug 22, 2016 2:09 am (GMT -6) I cannot remember anymore what the reason was to not implement the following (I guess it has been suggested before):Don't change anything in...
View ArticleEng :: RE: TC 8.52a x32 issue using network virtual folders
Author: ghisler(Author) Posted: Mon Aug 22, 2016 4:13 am (GMT -6) Does it work when you run TC as a normal, not elevated user?_________________Author of Total Commanderhttp://www.ghisler.com
View ArticleEng :: RE: [FeatureRequest]Improvements about sub buttonbar as menu.
Author: ghisler(Author) Posted: Mon Aug 22, 2016 4:16 am (GMT -6) Sorry, you can't. Why not add parameters %P%N to the editors, then they will be called with the file under the cursor (no drag&drop...
View ArticleEng :: RE: [FeatureRequest]Improvements about sub buttonbar as menu.
Author: MVV Posted: Mon Aug 22, 2016 5:06 am (GMT -6) Also a tool like F4Menu may be very helpful fir starting specfic editor (I use it for years)._________________TCFS2 + TCFS2Tools: Full-screen mode...
View ArticleEng :: RE: TC 8.52a x32 issue using network virtual folders
Author: j7n Posted: Mon Aug 22, 2016 5:43 am (GMT -6) Maybe you can access your share if you type the name or IP of the remote computer directly, regardless if it has been "discovered" and listed by...
View ArticleEng :: RE: TC 8.52a x32 issue using network virtual folders
Author: CharlesF Posted: Mon Aug 22, 2016 9:03 am (GMT -6)ghisler(Author) wrote:Does it work when you run TC as a normal, not elevated user? The problem seems to have fixed itself after I restarted all...
View ArticleEng :: RE: Is it possible to 'combine' two ''internal association''?
Author: Stance Posted: Mon Aug 22, 2016 12:05 pm (GMT -6) Lefteous, (So far untested) You can try to define multiple searches that contain the ICO-files. Your example: Graphic files, Office files, Icon...
View Article