But if you have good understanding in DOS, breaking this kind of fake folder lock is easy. In this batch file actually folder doesn’t lock. It’s only renaming with extension like Control Panel or Recycle bin.
According to my knowledge most of system folders are beginning with "{" character. So we can find all hidden folders with "DIR *{* /ad /s"
In this batch file any one can see the codes, but we can integrate same procedure in to VB and make an EXE instead of BAT.