Delete Inuse File In Vista
March 16 , 2009 by Author
This is all controlled by the wininit.ini file. Create ot change this file and we can delete or replace any of those files that are in use. It's our computer - we should be able to do this!
It's located in C:\Windows.
[rename]
NUL=c:\folders\<file to be deleted>.abc
The NUL is the way to delete, now to replace instead...
[rename]
c:\folders\oldfile.abc=c:\folders\<newfiles>.abc
You can add as many lines under the [rename] as your require.