Inaccessible foleders in C: drive

  • Thread starter Thread starter churin
  • Start date Start date
C

churin

There are inaccessible folders in C: drive, for example, Documents and
Settings, All Users, Default User, etc. How can I open these folders?
 
These are links, not real folders - they link to the real folders for
application backwards compatibilty.

Rich
 
Thanks Josh - good writeup. I was drawing a blank... I've got a scenario
where I use the RK utility linkd.exe to compensate for development
shortcomings where they refer to C:\WINNT and our XP installs used the
default Windows folder. So the word links sometimes blocks out the new term
for them...

Rich
 
PS wala is actually spelled voila, French for 'there it is' - similar to
'here it is,' but that would be voici. :)
 
Hello,

Administrators can use the mklink command-line utility from an elevated
(run-as-administrator'd) command prompt to make junctions, hard links, and
symbolic links.
 
uhoh,
a "symbolic" link?
is that like a "virtual" link?
a "print to screen" link?
a"sandboxed" link?
or the best yet- a "administrator group" link?(will the REAL admin pls STAND
UP?)
LMFAO
lolololololol
Hi Jimmy
:-)

Jeff
 
Hello,

Administrators can use the mklink command-line utility from an elevated
(run-as-administrator'd) command prompt to make junctions, hard links, and
symbolic links.

Thanks JB, I'll have a play with that :-)

Gets more like Linux every release!
 
some functionality is simply inevitable and unavoidable, no matter how much
it ends up looking like linux... open source community can respond quicker
to good ideas than Microsoft, though Microsoft can sometimes write more
robust code for it when it does come out. Case in point is the hardware
detection in Windows - linux only wishes it was that good. I've heard it
said that a perfect OS would have the hardware layer of Windows and the rest
would be linux on top of that. There was even speculation on whether or not
Microsoft would license or sell just the hardware layer and open the hooks
so linux could sit on top.

Rich
 
Back
Top