Bottom Line: It is 100% safe to delete Images folders inside Cubase project directories. Cubase automatically regenerates .csh peak files on launch.
What is Cubase Images Cache?
Located in project folders under Images, Cubase caches graphical peak visualizers for recorded audio tracks.
How to Delete Cubase Image Cache
Get-ChildItem -Path "C:\CubaseProjects" -Filter "*.csh" -Recurse | Remove-Item -Force
Discussion
Loading authentication...