--------------Solution---------------
Thank you very much Yrgal.
Your solution has worked.
To make it easier to find solution, I'll post them here, also I made a key to return live folder back to normal or to be used with packages that support live folder icon.
Create new .txt file for each one.
Open the .txt file and copy the codes into them, then save.
Rename the .txt to .reg (Eg New Text Document.txt>>> New Text Document.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"=-
Save keys in a folder and rename each of them with "Enable live folder.reg" "Disable live folder.reg"
So it will be easier to (active/inactive) folder live view with double click later.
Hope this would help anyone with similar problem.
Please thumb up /karma Yrgal for the solution.