I'm sorry, I typed in the wrong thing. I didn't hide them - I changed it so that only admin accounts can access them.
You need to seize ownership of your folders then give yourself full access rights. There are two options:
The GUI method:
https://technet.microsoft.com/en-us/library/cc753659.aspx
https://msdn.microsoft.com/en-us/library/bb727008.aspx
The administrator's method:
- Log on under an admin account.
- Click the Start globe.
- Type cmd.exe in the Search box.
- Press Ctrl+Shift+Enter
- Click "Run as Administrator".
- Type the following commands and press Enter after each:
takeown /F F:\ /R
cacls F:\ /T /C /G everyone:F
(answer "Y" when asked "Are you sure?")