Page 1 of 1

How to clear MiniTree?

Posted: 15 Dec 2022 03:49
by Malarki
I've had the script below for years, to clean the MiniTree then exit. May have found it here but can't locate that if so.

Code: Select all

#182; // Save settings
  #484; // Reset Tree
  setkey "", "MiniTreePaths", "Settings";
  #191; // Exit without saving settings
Recently I see that it's not clearing the tree entry for a removed USB drive. This may have been the case for a long time and I just never noticed. I've checked the Help and don't see any ways to be more thorough.

Can anyone tell me how to fully clear the MiniTree?

Thx

Re: How to clear MiniTree?

Posted: 15 Dec 2022 04:06
by jupe
You should be able to just use this: loadtree "%computer%";

Re: How to clear MiniTree?

Posted: 15 Dec 2022 09:05
by Malarki
Seems to work great; thanks!