Your PC & Mac Tweaking Source
Open Command Prompt as Admin, run (to delete anything that starts with filename):
for /f "delims=" %i in ('dir /s /b /ad filename*') do rd /s/q "%i"
Post a Comment
No comments:
Post a Comment