mickyz
Members
-
Joined
-
Last visited
Reputation Activity
-
mickyz got a reaction from Ishan in HowTo: Windows 7 RTM/SP1 in only one CD with drivers?This script removes any locked directory, run as Administrator with script.cmd "dir to delete".
@echo off
takeown /F %1 /R
icacls %1 /T /Q /grant "%UserName%":f
del /f/s/q %1 > nul
rmdir /s/q %1