Can't delete a folder on Win 7. Help?


Recommended Posts

I have a folder on a backup drive called F.E.A.R. I originally made it a year or so ago to backup the game FEAR (Steam backup). Anyway, I was clearing up some old folders and files I no longer use on my backup drive and noticed this folder, checked it and saw there was nothing in it so I tried to delete it. Win 7 is telling me that the folder cannot be found. I've tried googling and I can't seen to find anything that will help. I've also tried booting into safe mode and deleting it there. No joy. Any ideas guys?

Link to comment
https://www.neowin.net/forum/topic/1087311-cant-delete-a-folder-on-win-7-help/
Share on other sites

Unlocker seems hit or miss for me too, it installs but never seems to add itself to right click or even load when I tell it anymore, it used to work fine on 7 x64 too.

Maybe the folder was only a link to the real folder on the PC ? (I forget the name of them, you can make them with CMD, a Link folder or something)

EDIT - Found it

The mklink command is used to create a symbolic link. It is natively available in Windows Vista/2008+. It has the following command line syntax:[1]

mklink [[/D] | [/H] | [/J]] linkName target

	/D ? Creates a directory symbolic link. Default is a file symbolic link.
	/H ? Creates a hard link instead of a symbolic link.
	/J ? Creates a Directory Junction.
	linkName ? Specifies the new symbolic link name.
	target ? Specifies the path (relative or absolute) that the new link refers to.

Just like ordinary files and folders, del and rmdir can be used to delete symbolic links to files and directories.

To delete a symbolic link to a file or directory, the following command line syntax can be used (in each case, "linkname" specifies the name of the symbolic link to be deleted):

	For links to files:

	del linkName

	For links to directories:

	rmdir linkName

You could try this from CMD too

RD /S /Q pathname

pathname being the path and folder name

have you tried deleting the folder from a linux live cd? I've been able to delete corrupt folders and files before using linux

I guess this is my best bet. Which means I have to twiddle my thumbs for ages while I download Ubuntu or something else onto a DVD. Windows can be a pedantic pain in the arse sometimes.

I guess this is my best bet. Which means I have to twiddle my thumbs for ages while I download Ubuntu or something else onto a DVD. Windows can be a pedantic pain in the arse sometimes.

just get something small like puppy linux :)

It's not a mklink association.

NTFS doesn't care if the root folder still exists.

I think your best bet is the live CD. Sounds like something went whack in your folder listings.

Regarding the toolbar, perhaps try CCleaners uninstaller? You can run it as a portable app so it doesn't install anything.

Regarding the toolbar, perhaps try CCleaners uninstaller? You can run it as a portable app so it doesn't install anything.

I tried this. It only disables the toolbar. It's still there in Firefox. EVERY addon I have in Firefox has a Remove option, but NOT the Quickstore Toolbar. I'm currently backing everything up. Thanks to that moron I have to spend my weekend formatting and restoring everything. I'll do a Live CD over the weekend as well.

WARNING TO ALL: Do NOT use Unlocker, and if you do make damn sure you deselect EVERYTHING to do with QUICKSTORE.

I tried this. It only disables the toolbar. It's still there in Firefox. EVERY addon I have in Firefox has a Remove option, but NOT the Quickstore Toolbar. I'm currently backing everything up. Thanks to that moron I have to spend my weekend formatting and restoring everything. I'll do a Live CD over the weekend as well.

WARNING TO ALL: Do NOT use Unlocker, and if you do make damn sure you deselect EVERYTHING to do with QUICKSTORE.

The only moron is the one who thinks they need to format to remove a toolbar from firefox

I've seen on more occasions than I can count that a folder may well be deleted but still shows up in explorer on Win7. Open a command prompt and dir the folder that the F.E.A.R. folder was in and see if it shows in the list. It may just take a reboot to get it to show (or unshow in this case) properly.

And as others suggested, linux live cd is a easy fix.

just delete the toolbar at the source, you should be able to find it at %appdata%\Mozilla\Firefox\Profiles\(whatever random name the profile is given)\extensions

just look through those folders in the extensions folder and you should find the toolbar

edit: and a lot of times those toolbars are considered as malware so malwarebytes might be able to pick it up if you can't find it

just delete the toolbar at the source, you should be able to find it at %appdata%\Mozilla\Firefox\Profiles\(whatever random name the profile is given)\extensions

just look through those folders in the extensions folder and you should find the toolbar

edit: and a lot of times those toolbars are considered as malware so malwarebytes might be able to pick it up if you can't find it

Meh, let him format

Once he's back up and running we`ll get him to create a new folder on the desktop, that should throw him

4 Hours? ...

well to get windows 7 reinstalled, then run windows update about 5 times to get all the updates installed and then get all your programs installed again and get them set back up how you like .... 4 hours sounds about right depending on the number of programs

You know this comes with something called "Quickstore Toolbar" which you can't bloody delete? I'm going to have to format now. Jesus bloody Christ.

Are you really that ignorant? Control Panel > Add/remove Programs > Uninstall toolbar

Why did you even opt to install that crap? Uncheck the box during install. Heh. You call me idiot...

Are you really that ignorant? Control Panel > Add/remove Programs > Uninstall toolbar

and are you blind? he said in another post that he ran the uninstaller but the toolbar is still there

Try creating a new firefox profile.

windows key + R then type Firefox /p and press enter

then create a new profile and load Firefox from the new profile and see if you still have the toolbar issue. if the issues goes away then just backup your bookmarks, and restore them in the new profile and do the Firefox / p again and delete the old profile.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Visual Studio finally gets long-awaited feature that developers will love by Usama Jawad Visual Studio Code is Microsoft's popular, lightweight, open-source code editor, it is actually Visual Studio that is the company's flagship integrated development environment (IDE). Although the IDE already offers a boatload of useful features for developers, Microsoft has finally introduced a long-requested capability that will be loved by many. While developers have already been able to create Git pull requests (PRs) directly within Visual Studio for the past couple of years, it had not been possible to review a PR without switching to the browser, until now. Microsoft revealed in December 2025 that it is working on UX that enables developers to do just that, and fast-forward to June 2026, and Visual Studio finally has native capabilities to open and inspect a PR, discuss feedback, and wrap up the review, all without switching to the browser. This integration works for both GitHub and Azure DevOps (including on-prem). Developers have access to multiple surfaces to open a PR, including Git Repository, Git Changes, and the Git menu in Visual Studio. Once you open a PR, all the important details will be immediately visible to you, from where you can navigate to various levels of granularity and branch states, depending on the reviews that you are engaged in. As you would expect, you also get a diff view that enables you to see code changes inline or side-by-side in a separate panel. You can also review commit-by-commit. Additionally, this UX fosters collaboration as you can leave comments, reply to threads, and resolve conversations easily. Naturally, you can also leverage Copilot to apply a code suggestion to fix a potential issue. When you are done, you have the ability to approve, complete, and merge the PR. This is a pretty major feature as it has been requested heavily for the past few years. You can try it out in Visual Studio 2026 version 18.7, made available here recently. Microsoft plans to enhance this experience further in future releases with comment filtering, a timeline of PR activity, and more.
    • This AdGuard Family lifetime deal is still only $15.97 by Steven Parker Today's highlighted Neowin Deal comes via our Apps + Software section, where you can get a lifetime subscription and save 90% on a lifetime AdGuard Family Plan. AdGuard is a unique program that has all the necessary features for what they claim to be "the best web experience." The software combines the an advanced ad blocker, a privacy protection module, and a parental control tool—all working in one app. This software deals with annoying ads, hides your data from a multitude of trackers, protects you from malware attacks, and even lets you restrict your kids from accessing inappropriate content. Install AdGuard and see the internet as it was supposed to be: clean and safe. Get rid of annoying banners, pop-ups & video ads once and for all Hide your data from the multitude of trackers & activity analyzers that swarm the web Avoid fraudulent and phishing website and malware attacks Protect your kids online by restricting them from accessing inappropriate & adult content Good to know Family Plan Length of access: lifetime This plan is only available to new users Redemption deadline: redeem your code within 30 days of purchase Max number of devices: 9 Access options: desktop & mobile Software version: AdGuard Family Updates included A lifetime subscription of AdGuard Family Plan normally costs $169.99, but this deal can be yours for just $15.97, that's a saving of $157.02. For full terms, specifications, and license info please click the link below. Get this AdGuard Family lifetime deal for just $15.97 (was $169.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. As an online publication, Neowin too relies on ads for operating costs and, if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an ad-free subscription for $28 a year, which is another way to show support! Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • the MCT currently downloads 26200.8653, so not completely up to date.
    • Around 68% of developers are now using AI to generate code during development, and some experts are saying that a single developer using AI tools can now do the work of an entire team of 4 to 5 engineers.  According to Figma's State of the Designer 2026 report, 72% of designers now use generative AI in their workflows and 91% say it improves the quality of their work, not just their speed.  But does this mean web developers and designers are becoming less relevant, or are they simply evolving into a different kind of role? Would love to hear from developers and designers here has AI made your job easier, or do you feel threatened by how fast these tools are improving
  • Recent Achievements

    • Week One Done
      Timaximus earned a badge
      Week One Done
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
    • Week One Done
      davidbazooked earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      PsYcHoKiLLa
      179
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!