2

Is there is any way I can copy locked files on windows xp machine without having admin rights? I used unloker tool its great but needs admin rights to install and run. how it could be done in some programming language like perl/shell/c c++ etc. or if there exists some workaround for this.

Mike Atlas
  • 8,193
  • 4
  • 46
  • 62
Hemant
  • 3,893
  • 6
  • 27
  • 22

3 Answers3

3

Try this, http://www.howtogeek.com/howto/windows-vista/backupcopy-files-that-are-in-use-or-locked-in-windows/

It should help you solve your problem.

0

No, you can't do it without admin rights

DaMacc
  • 691
  • 3
  • 9
0

You need to use the backup API, and you need backup privileges to use it. Search MSDN.

bmargulies
  • 97,814
  • 39
  • 186
  • 310