When I try to upload the file I get a error message with "the file dosen't have a allowed extension"
Hi Regedit32,Hi Alsie,
The error message you are seeing will be referring to a Protected System Folder called $RECYCLE.BIN
This folder is used to temporarily store files being deleted.
Each Drive / Partition you have will contain its own copy of $RECYCLE.BIN in the root directory of the Drive or Partition.
The average user has a single Partition: C Drive, or C: where their Windows OS is installed. But many users partition their drives to install a different OS for multi booting options, or to store other files for a backup etcetera.
Windows has a mechanism to rebuild the $RECECYLE.BIN on a Restart of the computer should it be removed.
To remove this though you must use an elevated command (i.e. a command run as administrator).
Assumg your Windows is installed on your C-drive, that is, C:\WINDOWS then do the following:
- Press Winkey + X
- Now press A or with your mouse select Command Prompt (Admin)
- Click Yes if prompted to
When the Administrator: Command Prompt window opens you will see in its console you are at the following prompt: C:\WINDOWS\System32>
- At that prompt type or copy and paste the following command:
rd /s /q C:\$RECYCLE.BIN
Note: this command will search for and delete the Protected System folder: $RECYCLE.BIN
Be very careful to enter the command precisely. Other critical files or an entire directory can be deleted if you enter anything other than the EXACT command above.
If you have Windows installed on another partition/drive then in the above command replace the C: with the correct Drive/partition letter. For example if Windows was installed on your F drive, then the above command would read: rd /s /q F:\$RECYCLE.BINRegards,
- Press your Enter key to execute the above command
- Type Exit to close the Console window
- If you have any other programs open, save changes, and close them.
- Restart your computer
Regedit32
Hi Regedit32,
Are there spaces between d and /, s and / and q and C?
I did notice however that you use capital letters for the RECYCLE.BIN. Is this crucial as I haven't been using them?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.