Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Installation > How to delete Vista's User\All Users folder?

Reply
Thread Tools Display Modes

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

 
 
John V.
Guest
Posts: n/a

 
      07-17-2007
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.


 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a

 
      07-17-2007
"John V." <> 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


 
Reply With Quote
 
John V.
Guest
Posts: n/a

 
      07-18-2007
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" <> wrote in message
news:FE1C2465-AEA3-4AD2-B3EF-...
> "John V." <> 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
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I delete user/appdata folder tanner Windows Vista General Discussion 1 01-29-2008 11:56 PM
Vista's Public User folder Barry D Windows Vista Installation 1 12-17-2007 02:17 AM
copy to c:\users\default - user shell folder autocad 2008 isssue Phantom Lord Windows Vista General Discussion 2 10-17-2007 02:29 PM
Why are so many Mac users here learning Vista's inherent Security? Jonathan Schwartz 2 Windows Vista Installation 2 02-14-2007 05:54 PM
User folder and C:\Users\User folder Jan Kucera Windows Vista File Management 0 09-03-2006 05:41 PM



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 47 48 49 50 51 52 53 54 55 56 57 58 59