Link to home
Start Free TrialLog in
Avatar of clesterd
clesterdFlag for South Africa

asked on

The recycle bin on D is corrupted

Hi Guys

When users on our company network log in, they get this error message "The recycle bin on D is corrupted. Do you want to empty the recycle bin for this drive"

Unfortunately I dont even know where to start looking. Its been happening for some time & I've been told its since AD was implemented or migrated.

Hope you guys can help.

Avatar of Mrugesh1
Mrugesh1

Avatar of clesterd

ASKER

Unfortunatelt I think that fix is mainly for single users. I have a company with 500 + users using XP & Windows 7 that get the error when booting up & logging on.

Avatar of arnold
You could add this as a temporary login script. make sure to only use the hkey_current_user removing the other from the .reg file.

The hkey_classes_root will only need to be done once and might be all that is needed.
i.e. as root you import the reg and see whether it fixes it for subsequent other user logins.
It too can be part of a GPO and would need to be added as a startup script which will run with system rights.
 

http://support.microsoft.com/kb/310516

Test first on one workstation and for a specific test user.

Another option is to push this from a GPO as well:
computer configuration\windows settings\registry
HKEY_CLASSES_ROOT
Ok, sounds good, however what would I have to edit & with what values etc that would effect the recycle bin. You may have to explain this one a bit more in depth
The link Mrugesh1 provided in comment http:#a35490321 has a Note that points to a registry fix to correct this issue.
http://www.vistax64.com/tutorials/66294-recycle-bin.html

If you login as administrator to this system, do you get the same error?
Yeah, gives the same error. The machine would get build then as soon as it connects with the domain it starts the prompting with the error.
while as admin you run rd /S /Q d:\$Recycle.bin as referenced in the above example, what happens after?
Does it happen on any system on the domain with a D:\ drive that is not a DVD/CDrom?
You may have a registry key being pushed via GPO that is incorrect.
We are currently testing with a newly built machine. Due to loads of bank holidays this side we havent been able to do any testing.
We have now discovered we even have a server that is giving the recycle bin error.
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It appears that I am getting this on some of the new servers that have been built as well. Those that are affected are the server 2008. All the others are still fine.
This error appears on all workstations as well as some servers that have been built with Server 2008.
Any other suggestion would really help
Are you installing the system from an image?
Yes we are.
The image appears to be fine. As soon as we connect the machine to the domain it starts giving the error. My thoughts are that it is GPO related.
The image you are using went through sysprep dealing with the SUID/GUID?
run gpmc's group policy results, and see whether you are pushing Group Policy Preferences that could explain the issue.
I've made some progress with this. It appears that as a normal domain user with no specifics user rights added in AD the problem does not occur. An AD group in conjunction with a GPO is more than likely causing this. I will just have to test & check manually to see which one.