View Single Post
  #3 (permalink)  
Old 17th December 2002
xlv600's Avatar
xlv600 xlv600 is offline
Senior Member
BS.Player Power User
 
Join Date: Jun 2002
Location: France
Posts: 218
Rep Power: 0
xlv600 is an unknown quantity at this point
Default

As a corollary, if you can RegEdit, then:
- Make an export from your BST registry key at : HKEY_CURRENT_USER\Software\BST\bsplayer to a file you could name SetReg.reg in your BSplayer directory.
- Then edit this REG file with Notepad, make your changes and save it.

Now you can clear BST key from the registry with ClearReg, and restore your settings (skins, language, shortcuts...) running SetReg.reg.

You can further chain the commands and create a file named Clr.bat (or maybe clr.cmd under NT) containing this :
@echo off
clearreg.exe
regedit.exe /s SetReg.reg


Of course, it would be better if BST could correct the Recent Files/Erase command. :lol:
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20