Hi there.
You can actually disable the live folders and keeping the previews for files by editing the registry.
Create new Disable live folder.txt & Enable live folder.txt.
Open the .txt files and copy the codes into them, then save.
Rename the .txt to .reg
Double click on file and add the key to activate.
Code: Disable live folder view
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"Logo"="d:\\somefile.jpg"
Code: Restore live folder view
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"Logo"=-
You will need to restart to see the changes.