window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-54090852-1', { 'optimize_id': 'GTM-M3QPGKQ'}); Punch B Tech: How To Delete Undeleteable File

Tuesday, February 21, 2017

How To Delete Undeleteable File

Delete an Undeletable File trick:


punchbtech


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: