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:
|