My Computer
- OS
- Windows 7 Home Premium 64 bit
if "%~1"=="" exit /b
del /a /f \\?\%1
tskill explorer
goto 2>NUL & del %0
if "%~1"=="" exit /b
rd /s /q \\?\%1
tskill explorer
goto 2>NUL & del %0
Sorry..way over my head.Where "unlocker" applications couldn't detect a handle, deleting stubborn files using either the 8.3 short path naming convention or the long path naming convention have proven quite successful strategies in the past...
Chuckhig, create the below batch file and drag your problem file onto this script.
Or if your problem item is actually a folder (as per what your attached image suggests), then create the below instead.Code:if "%~1"=="" exit /b del /a /f \\?\%1 tskill explorer goto 2>NUL & del %0
Code:if "%~1"=="" exit /b rd /s /q \\?\%1 tskill explorer goto 2>NUL & del %0
It's not "way over your head". I'm sure you've created a file before. And I'm sure you've dragged and dropped a file somewhere before.Sorry..way over my head.[...]
That "code" is probably the same one used in the batch file I'm offering you to try.I had this problem once a long time ago before this new computer. I was given given a code or something..not sure,but it worked.