Deleting a file from a folder gets stuck
I'm trying to delete a .zip
file from my Downloads folder, but when I click on it to delete it I get this message:
And nothing happens. I let it sit for an hour and nothing is going on.
windows windows-10 download recycle-bin
|
show 6 more comments
I'm trying to delete a .zip
file from my Downloads folder, but when I click on it to delete it I get this message:
And nothing happens. I let it sit for an hour and nothing is going on.
windows windows-10 download recycle-bin
try deleting it from the command line. does the file name have funny characters, or is it quite long?
– Frank Thomas
Dec 24 '16 at 18:22
@FrankThomas my mistake, it's a.zip
file. The name of the file isrequests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:24
Tried Shift-Delete?
– PulseJet
Dec 24 '16 at 18:25
Looks like shift+delete also gets clogged
– whatwhatwhat
Dec 24 '16 at 18:26
I figured out how to delete from command line, but even that is getting clogged! I useddel /f requests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:36
|
show 6 more comments
I'm trying to delete a .zip
file from my Downloads folder, but when I click on it to delete it I get this message:
And nothing happens. I let it sit for an hour and nothing is going on.
windows windows-10 download recycle-bin
I'm trying to delete a .zip
file from my Downloads folder, but when I click on it to delete it I get this message:
And nothing happens. I let it sit for an hour and nothing is going on.
windows windows-10 download recycle-bin
windows windows-10 download recycle-bin
edited Dec 24 '16 at 18:24
whatwhatwhat
asked Dec 24 '16 at 18:18
whatwhatwhatwhatwhatwhat
133312
133312
try deleting it from the command line. does the file name have funny characters, or is it quite long?
– Frank Thomas
Dec 24 '16 at 18:22
@FrankThomas my mistake, it's a.zip
file. The name of the file isrequests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:24
Tried Shift-Delete?
– PulseJet
Dec 24 '16 at 18:25
Looks like shift+delete also gets clogged
– whatwhatwhat
Dec 24 '16 at 18:26
I figured out how to delete from command line, but even that is getting clogged! I useddel /f requests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:36
|
show 6 more comments
try deleting it from the command line. does the file name have funny characters, or is it quite long?
– Frank Thomas
Dec 24 '16 at 18:22
@FrankThomas my mistake, it's a.zip
file. The name of the file isrequests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:24
Tried Shift-Delete?
– PulseJet
Dec 24 '16 at 18:25
Looks like shift+delete also gets clogged
– whatwhatwhat
Dec 24 '16 at 18:26
I figured out how to delete from command line, but even that is getting clogged! I useddel /f requests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:36
try deleting it from the command line. does the file name have funny characters, or is it quite long?
– Frank Thomas
Dec 24 '16 at 18:22
try deleting it from the command line. does the file name have funny characters, or is it quite long?
– Frank Thomas
Dec 24 '16 at 18:22
@FrankThomas my mistake, it's a
.zip
file. The name of the file is requests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:24
@FrankThomas my mistake, it's a
.zip
file. The name of the file is requests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:24
Tried Shift-Delete?
– PulseJet
Dec 24 '16 at 18:25
Tried Shift-Delete?
– PulseJet
Dec 24 '16 at 18:25
Looks like shift+delete also gets clogged
– whatwhatwhat
Dec 24 '16 at 18:26
Looks like shift+delete also gets clogged
– whatwhatwhat
Dec 24 '16 at 18:26
I figured out how to delete from command line, but even that is getting clogged! I used
del /f requests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:36
I figured out how to delete from command line, but even that is getting clogged! I used
del /f requests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:36
|
show 6 more comments
2 Answers
2
active
oldest
votes
Just needed a regular reboot. I hadn't shutdown my laptop in a while and there were pending Windows updates too. This did the job.
add a comment |
It could be locked by some process, e.g. antivirus scanning.
- Try a true reboot (not hybrid shutdown) by entering
shutdown -s -t 0
or to force restart,
shutdown -r -t 0
Then try to delete it again.
If that doesn't work, use a tool to check if the file is locked such as LockHunter.
Or try Mawarebytes FileASSASSIN .
That command doesn't restart the computer. It just shuts it down. Big difference for people who might use remote desktop.shutdown -r -t 0
restarts it.
– user2565010
Oct 12 '18 at 6:03
@user2565010, thanks - that will be corrected.
– DrMoishe Pippik
Oct 14 '18 at 2:41
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1159899%2fdeleting-a-file-from-a-folder-gets-stuck%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just needed a regular reboot. I hadn't shutdown my laptop in a while and there were pending Windows updates too. This did the job.
add a comment |
Just needed a regular reboot. I hadn't shutdown my laptop in a while and there were pending Windows updates too. This did the job.
add a comment |
Just needed a regular reboot. I hadn't shutdown my laptop in a while and there were pending Windows updates too. This did the job.
Just needed a regular reboot. I hadn't shutdown my laptop in a while and there were pending Windows updates too. This did the job.
answered Dec 25 '16 at 18:14
whatwhatwhatwhatwhatwhat
133312
133312
add a comment |
add a comment |
It could be locked by some process, e.g. antivirus scanning.
- Try a true reboot (not hybrid shutdown) by entering
shutdown -s -t 0
or to force restart,
shutdown -r -t 0
Then try to delete it again.
If that doesn't work, use a tool to check if the file is locked such as LockHunter.
Or try Mawarebytes FileASSASSIN .
That command doesn't restart the computer. It just shuts it down. Big difference for people who might use remote desktop.shutdown -r -t 0
restarts it.
– user2565010
Oct 12 '18 at 6:03
@user2565010, thanks - that will be corrected.
– DrMoishe Pippik
Oct 14 '18 at 2:41
add a comment |
It could be locked by some process, e.g. antivirus scanning.
- Try a true reboot (not hybrid shutdown) by entering
shutdown -s -t 0
or to force restart,
shutdown -r -t 0
Then try to delete it again.
If that doesn't work, use a tool to check if the file is locked such as LockHunter.
Or try Mawarebytes FileASSASSIN .
That command doesn't restart the computer. It just shuts it down. Big difference for people who might use remote desktop.shutdown -r -t 0
restarts it.
– user2565010
Oct 12 '18 at 6:03
@user2565010, thanks - that will be corrected.
– DrMoishe Pippik
Oct 14 '18 at 2:41
add a comment |
It could be locked by some process, e.g. antivirus scanning.
- Try a true reboot (not hybrid shutdown) by entering
shutdown -s -t 0
or to force restart,
shutdown -r -t 0
Then try to delete it again.
If that doesn't work, use a tool to check if the file is locked such as LockHunter.
Or try Mawarebytes FileASSASSIN .
It could be locked by some process, e.g. antivirus scanning.
- Try a true reboot (not hybrid shutdown) by entering
shutdown -s -t 0
or to force restart,
shutdown -r -t 0
Then try to delete it again.
If that doesn't work, use a tool to check if the file is locked such as LockHunter.
Or try Mawarebytes FileASSASSIN .
edited Oct 14 '18 at 2:43
answered Dec 25 '16 at 3:17
DrMoishe PippikDrMoishe Pippik
9,85221331
9,85221331
That command doesn't restart the computer. It just shuts it down. Big difference for people who might use remote desktop.shutdown -r -t 0
restarts it.
– user2565010
Oct 12 '18 at 6:03
@user2565010, thanks - that will be corrected.
– DrMoishe Pippik
Oct 14 '18 at 2:41
add a comment |
That command doesn't restart the computer. It just shuts it down. Big difference for people who might use remote desktop.shutdown -r -t 0
restarts it.
– user2565010
Oct 12 '18 at 6:03
@user2565010, thanks - that will be corrected.
– DrMoishe Pippik
Oct 14 '18 at 2:41
That command doesn't restart the computer. It just shuts it down. Big difference for people who might use remote desktop.
shutdown -r -t 0
restarts it.– user2565010
Oct 12 '18 at 6:03
That command doesn't restart the computer. It just shuts it down. Big difference for people who might use remote desktop.
shutdown -r -t 0
restarts it.– user2565010
Oct 12 '18 at 6:03
@user2565010, thanks - that will be corrected.
– DrMoishe Pippik
Oct 14 '18 at 2:41
@user2565010, thanks - that will be corrected.
– DrMoishe Pippik
Oct 14 '18 at 2:41
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1159899%2fdeleting-a-file-from-a-folder-gets-stuck%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
try deleting it from the command line. does the file name have funny characters, or is it quite long?
– Frank Thomas
Dec 24 '16 at 18:22
@FrankThomas my mistake, it's a
.zip
file. The name of the file isrequests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:24
Tried Shift-Delete?
– PulseJet
Dec 24 '16 at 18:25
Looks like shift+delete also gets clogged
– whatwhatwhat
Dec 24 '16 at 18:26
I figured out how to delete from command line, but even that is getting clogged! I used
del /f requests-master.zip
– whatwhatwhat
Dec 24 '16 at 18:36