Take ownership
Found it! just use command prompt with administrator account:
takeown /f "C:\System Volume Information" /R /A
then
cacls "C:\System Volume Information" /T /C /E /P Administrators:F
and now just delete it by a simple command
del "C:\System Volume Information\Sample File.txt"
that’s it!