Delete an Undeletable File trick:
Open the Notepad
Type this code :@echo off del “Complete Path of the file” /P/S.
Save the file as .bat
Click the file to run and it will prompt you to choose whether to delete this file or not.If you don’t want to prompt, then type /Q instead of /P

No comments:
Post a Comment