03-31-2006 01:29 AM
03-31-2006 02:56 PM - edited 03-31-2006 02:56 PM
Message Edited by Patrick P. on 03-31-2006 02:59 PM
12-07-2021 06:42 PM
The list to the knowledgebase is broken. Can someone please show me how to clear the file history in Teststand?
Many Thanks,
Scott
12-08-2021 03:39 PM
I found the answer to my own question. For me, the Most Recently Used (MRU) Files was *not* in the Windows Registry. It was stored in the following config file:
C:\Users\<username>\AppData\Local\National Instruments\TestStand 2017 (64-bit)\SeqEdit.xml
<MaxMRUFiles classname='Num'>
<value>8</value>
</MaxMRUFiles>
<MostRecentlyUsedList classname='Strs'>
<value lbound='[0]' ubound='[4]'>
<value arrayindex='[0]'>C:\Sequence0.seq</value>
<value arrayindex='[1]'>C:\Sequence1.seq</value>
<value arrayindex='[2]'>C:\Sequence2.seq</value>
<value arrayindex='[3]'>C:\Sequence3.seq</value>
<value arrayindex='[4]'>C:\Sequence4.seq</value>
</value>
</MostRecentlyUsedList>
Editing this list worked as expected. I was able to clean out a bunch of old files from the TestStand File menu.
Regards,
Scott