Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista installation & setup

Vista - How to delete Vista's User\All Users folder?

Reply
 
Old 07-17-2007   #1 (permalink)
John V.


 
 

How to delete Vista's User\All Users folder?

I've uninstalled Vista. I"m back to using XP. How do I delete the User\All
Users folder in drive D:? For background info, my XP boots up from C: and
I've successfully deleted the other Vista folders in D: (yes, by changing
their ownership first). The User folder has 0 bytes and I already own them
as the administrator, but for some reason I can't get rid of the read-only
bit. Thanks in advance.



My System SpecsSystem Spec
Old 07-17-2007   #2 (permalink)
Andrew McLaren


 
 

Re: How to delete Vista's User\All Users folder?

"John V." <jv@noaddress.com> wrote in ...
> I've uninstalled Vista. I"m back to using XP. How do I delete the
> User\All
> Users folder in drive D:? For background info, my XP boots up from C: and


You can't :-)

Well, thats not strictly true. But C:\Users\All Users is not actually a
directory; it's a "symbolic link" or symlink. This is like a soft link in
Unix. They existed to some extent in Windows 2000, XP and Server 2003; but
most users never encountered them; only server administrators and the like.
But Vista uses symlinks much more widely than previous versions.

On a Vista machine you can see where the symlink points to by using a "dir
/a:s" command; eg:

C:\Users>dir /a:s
Volume in drive C is System
Volume Serial Number is 7846-1538

Directory of C:\Users

03/11/2006 01:41 <SYMLINKD> All Users [C:\ProgramData]
03/11/2006 01:41 <JUNCTION> Default User [C:\Users\Default]
03/11/2006 01:27 174 desktop.ini
1 File(s) 174 bytes
2 Dir(s) 19,171,004,416 bytes free

C:\Users>

So, "C:\Users\All Users" is actually a symlink to the "real" file system
direectory, C:\ProgramData.

On Vista, you manipulate symlinks using the mklink command. Windows XP has
no built-in comands to manipulate (delete, create) symlinks. You can delete
it using the Junction.exe utility, a small, free download from Microsoft:
http://www.microsoft.com/technet/sys.../Junction.mspx

Download it to your XP machine. Then run the command:

C:\>junction -d "C:\Users\All Users" C:\ProgramData

(it shouldn't matter that C:\ProgramData doesn't exist any more).

Hope this helps,
--
Andrew McLaren
amclar (at) optusnet dot com dot au


My System SpecsSystem Spec
Old 07-18-2007   #3 (permalink)
John V.


 
 

Re: How to delete Vista's User\All Users folder?

I'm not at the box now but I'll try that.

Very informative and helpful. Succinct too. I hope you're getting just
rewards for you expertise! Appreciated. Thank you much!

"Andrew McLaren" <andrew@fakeaddress.com> wrote in message
news:FE1C2465-AEA3-4AD2-B3EF-B167D9FE0697@microsoft.com...
> "John V." <jv@noaddress.com> wrote in ...
> > I've uninstalled Vista. I"m back to using XP. How do I delete the
> > User\All
> > Users folder in drive D:? For background info, my XP boots up from C:

and
>
> You can't :-)
>
> Well, thats not strictly true. But C:\Users\All Users is not actually a
> directory; it's a "symbolic link" or symlink. This is like a soft link in
> Unix. They existed to some extent in Windows 2000, XP and Server 2003; but
> most users never encountered them; only server administrators and the

like.
> But Vista uses symlinks much more widely than previous versions.
>
> On a Vista machine you can see where the symlink points to by using a "dir
> /a:s" command; eg:
>
> C:\Users>dir /a:s
> Volume in drive C is System
> Volume Serial Number is 7846-1538
>
> Directory of C:\Users
>
> 03/11/2006 01:41 <SYMLINKD> All Users [C:\ProgramData]
> 03/11/2006 01:41 <JUNCTION> Default User [C:\Users\Default]
> 03/11/2006 01:27 174 desktop.ini
> 1 File(s) 174 bytes
> 2 Dir(s) 19,171,004,416 bytes free
>
> C:\Users>
>
> So, "C:\Users\All Users" is actually a symlink to the "real" file system
> direectory, C:\ProgramData.
>
> On Vista, you manipulate symlinks using the mklink command. Windows XP has
> no built-in comands to manipulate (delete, create) symlinks. You can

delete
> it using the Junction.exe utility, a small, free download from Microsoft:
> http://www.microsoft.com/technet/sys.../Junction.mspx
>
> Download it to your XP machine. Then run the command:
>
> C:\>junction -d "C:\Users\All Users" C:\ProgramData
>
> (it shouldn't matter that C:\ProgramData doesn't exist any more).
>
> Hope this helps,
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
how do I delete user/appdata folder Vista General
Vista's Public User folder Vista installation & setup
copy to c:\users\default - user shell folder autocad 2008 isssue Vista General
Why are so many Mac users here learning Vista's inherent Security? Vista installation & setup
User folder and C:\Users\User folder Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46