Jonathan Sifleet :
Whenever I try to delete it, it says that I need permission, I asked my friend and he says windows 8 protects any folder with a working windows 8 copy inside, and I really want to delete that folder anyway, because I've only got about 3 gb's left of space on my HDD.
What is the name and path of the Folder you want to delete? Have you tried to use Windows PowerShell to delete it?
1. In the search area on the right side of the screen search for "Windows PowerShell".
2. When it pops up on the right, right click on the icon and a bar pops up on the bottom of the screen, select "Run As Administrator" and the application will open in the C:\Windows\System32 folder.
3. At the prompt type the path of your Desktop where the folder is located preceded by the "cd" (change directory command). It should look something like: "PS C:\windows\system32> cd C:\Users\Jonathan\Desktop".
4. Then at the new prompt "PS C:\Users\Jonathan\Desktop" (substitute what it actually is) type: Remove-Item "C:\Users\Jonathan\Desktop\[name of folder with old Windows Files]\*" (actually type the double quotation marks around the path after the Remove-Item command) and press enter.
5. It should enter a default "Y" at the prompt, hit enter again to accept the yes command.
If the path and command were entered correctly the folders contents should be gone.
You may wish to create a temporary set of test folders and documents on your drive and test the procedure first to get the syntax correct
I had to do a similar procedure yesterday to delete the partitions from my old hard drive after I upgraded my laptop with a msata SSD and it would not let me delete the partition and reformat the entire drive because it still had windows on it.
I hope this works. PowerShell takes a little getting used to.