Temporary Internet Files v. Temp

  • Thread starter Thread starter Tim Walters
  • Start date Start date
T

Tim Walters

The "Hidden" option in the properties tab of the Temporary Internet Files
folder is greyed. But the one on the Temp folder is clickable. How can I
un-grey the first?

Thanks for any input.

Tim
 
Tim said:
The "Hidden" option in the properties tab of the Temporary Internet
Files folder is greyed. But the one on the Temp folder is clickable.
How can I un-grey the first?

Thanks for any input.

Tim

Check the permissions
 
Tim Walters said:
The "Hidden" option in the properties tab of the Temporary Internet Files
folder is greyed. But the one on the Temp folder is clickable. How can I
un-grey the first?

Temporary Internet Files normally has the System attribute set. This
causes the folder to be hidden as well, and is not changable through the
GUI interface. To change it, you'll have to open a command window and use
the Attrib command, something like this:

attrib -s "%userprofile%\Local Settings\Temporary Internet Files"

Doing so will change the way Windows Explorer display the TIF folder, so
you'll probably want to restore the attribute when you're done. Just
reaplce "-s" with "+s" in the same command. If you don't restore the
arrtibute, Windows will eventually do so.
 
Back
Top