How can I delete all file that by this name: HELP_DECRYPT.url
On internet there is a way but it doesn't work. That solution is this: in cmd del /s HELP_DECRYPT.url
Asked
Active
Viewed 199 times
-1

Brian Tompsett - 汤莱恩
- 5,753
- 72
- 57
- 129

Mazlum Özdoğan
- 219
- 3
- 14
1 Answers
-1
I find the solution:
in cmd
del /s \aaaaa.*
aaaa is the name * for any extension

Mazlum Özdoğan
- 219
- 3
- 14