[SOLVED] how to reset tabs at each startup

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
dav999
Posts: 4
Joined: 23 Nov 2017 00:32

[SOLVED] how to reset tabs at each startup

Post by dav999 »

Hi

all is in the subject, i would like to do not have the tabs from the previous session on the next startup.

In fact i just want to have one tab with the base folder, is that possible ?

Thanks
David
Last edited by dav999 on 23 Nov 2017 22:33, edited 1 time in total.

kunkel321
Posts: 645
Joined: 10 Jun 2012 03:45
Location: Near Seattle

Re: Stupid question, how to reset tabs at each startup

Post by kunkel321 »

I'm sure that this can be scripted. Our local gurus will know how. Once you have a script saved as an .xys file, you can put an icon on your desktop that opens xyplorer using the Command Line Switch for running scripts at start up. (Search the help file for Command Line Switches.)

Also note: I see if you right-click a tab, there is a command for "Close all other tabs." You can assign a hotkey if you want.
ste(phen|ve) kunkel

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Stupid question, how to reset tabs at each startup

Post by highend »

Code: Select all

XYplorer.exe /script=":: tab('new', '<the path you want the tab to point to...>'); tab('closeothers');"
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60551
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Stupid question, how to reset tabs at each startup

Post by admin »

If you go to Configuration | General | Startup & Exit | Include most-recently-used lists on save and untick "Tabs" in the list under the Apply To button, you will startup with a single "This PC" tab on each pane.

dav999
Posts: 4
Joined: 23 Nov 2017 00:32

Re: Stupid question, how to reset tabs at each startup

Post by dav999 »

Hi guys,

thanks, yes i didn't see the list, excellent now it's working.

Thanks for your job

David

Post Reply