Cant access temp folder!!!

tkosj

Reputable
May 21, 2015
19
0
4,510
Okay, i cant access the folder "temp". I've googled and no solution has worked! it just says "access denied" but i am admin on my pc! and when i try to change like in settings so that i can have access it just kinda lags and then says "you cant get access to temp folder" blablalba
help me out!
 



No. Do NOT do that. It's not recommended to use registry cleaners like that one or CCleaner except as a last resort when there's been a major file damage issue, troubled installation or a viral/malware infestation. Just use the regular disk cleanup applet or run that Take ownership script. Nothing else is necessary or recommended.
 
start cmd.exe as an admin
use the command
set temp
this will display the value of the temp environment variable (it can have a bad value)
then use the command
cd %temp%
and you should be in the correct directory and you can delete files or start explorer from that location by:
start explorer.exe .
the '.' character will tell explorer to use the current directory as the default directory. Useful if the current directory is a hidden directory or if the UI can not expand a directory structure because of forbidden characters in the directory name.
(embedded hidden non printable characters)
 

TRENDING THREADS