[Startups] ;--- ShowDisabledExtension=1 ; Show an additional extension ".Disabled" when a startup is disabled ;ShowDisabledExtension=0 ;--- ShowDisabledIcon=1 ; Show a stop icon instead of the executable's icon when a startup is disabled ;ShowDisabledIcon=0 ;--- ActionEnter=0 ; Define what will happen when ENTER (ActionEnter) is pressed on a startup: ; 0 - Toggle the state of startups, i.e. enable or disable them ; 1 - Show startup properties, the same as calling the properties with Alt+Enter ; 2 - Run the startup ; 3 - Go to the startup's executable location in current or new tab, depending on ; ActionEnterNewTab settings. ;ActionEnter=0 ;--- ActionShiftEnter=3 ; Define what will happen when SHIFT+ENTER (ActionEnter) is pressed on a ; startup: See setting ActionEnter for the different values ;ActionShiftEnter=3 ;--- ActionEnterNewTab=1 ; Open a new tab on ENTER ;ActionEnterNewTab=0 ;--- ActionShiftEnterNewTab=1 ; Open a new tab on SHIFT+ENTER ;ActionShiftEnterNewTab=0 ;--- AllowDeleteInPanel=1 ; Allow deletion of startups in TC's file panel ;AllowDeleteInPanel=0 ;--- LoadCustomColumns=0 ; Automatically load custom columns view when entering the plugin. ; Note that this setting only affects the default custom columns view which ; this plugin provides! More specifically the setting controls whether the ; plugin reports a custom columns default view to TC or not. ;LoadCustomColumns=1 ;--- AddTxtExtensionOnDownload=0 ; Append an additional '.txt' extension when a startup "file" is downloaded. ; This is a way to control whether the startup "files" are loaded into TC's ; Lister plugins (if any are installed). ;AddTxtExtensionOnDownload=1 ;--- AutoRefreshStatus=0 ; Automatically refresh the startup status when switching to "Status" tab ; in the startup properties dialog. ; Since the status determination uses WMI it may take a few seconds to complete. ;AutoRefreshStatus=1 ;--- VistaStyleFileDialogs=1 ; Use Vista style open/save dialogs, e.g. when browsing for a startup executable. ; These dialogs have a breadcrumb bar, but an (IMO) ugly directory tree. ; Set this to 0 to use the dialogs known from XP and earlier Windows versions. ;VistaStyleFileDialogs=0 ;--- Monitor=0 ; 0 - Show all plugin dialogs/windows on the active monitor, i.e. the monitor TC is on ; 1..4 - Show all dialogs on the primary, secondary, tertiary or quaternary monitor, ; respectively ; Note: If you specify an invalid monitor, the value will be reset to 0, i.e. the ; active monitor will be used instead. ;Monitor=0 ;--- Language=English.lng ; Use the specified language file ; Note: Missing strings are replaced with default English ones! ;Language=German.lng [Startups.Tools] ;--- ShowIcons=1 ; Show icons in the list of external tools ;ShowIcons=0 ;--- AutoDetectArch=1 ; Automatically determine the architecture of all external tools. ; This adds some comfort to external tools management without having ; to check whether an executable is x86 or x64. ; However, it requires the plugin to open every executable file which can ; cause slowdowns by anti-virus software and the like. ; If this feature is disabled, the architecture of all external tools must be ; set in Startups.Tools section (see description of x64 key in readme.txt) ;AutoDetectArch=0 ;--- Here you can find some examples which you can adapt to your needs. ; See readme.txt for a detailed description of the settings! ;--- Some pre-defined examples to open the default browser 1_Name=Google startup name 1_WWW=http://www.google.com/search?q={StartupName} 2_Name=DuckDuckGo executable name 2_WWW=https://duckduckgo.com/?q={FileNameOnly} ;--- Some other examples ;--- Load the startup executable into HxD hex editor ; http://mh-nexus.de/de/hxd/ ;3_Name=&HxD hex editor ;3_File=%ProgramFiles%\HxD\HxD.exe ;3_Params=""{FileName}"" ;--- Open the default browser and search for the file name with Google ;4_Name=&Google ;4_WWW=http://www.google.com/search?q={FileNameOnly} ;--- Upload the file to www.virustotal.com using the VirusTotal Uploader ; https://www.virustotal.com/de/documentation/desktop-applications/ ;5_Name=&VirusTotal Uploader ;5_File=%ProgramFiles%\Total Commander\utils\VirusTotalUpload2.exe ;5_Params=""{FileName}"" ;--- Open Mozilla Firefox and search for the file name with Bing ; Note: the -url parameter is optional here. ;6_Name=&Firefox ;6_File=%ProgramFiles%\Mozilla Firefox\firefox.exe ;6_Params=-url http://www.bing.com/search?q={FileNameOnly} ;--- Load the startup executable into FileAlyzer ; http://www.safer-networking.org/products/filealyzer/ ;7_Name=FileAlyzer ;7_File=C:\Tools\FileAlyzer\FileAlyzer.exe ;7_Params=""{FileName}""