Windows XP Community - XPHeads



Removing Windows files from unused Vista installation

microsoft.public.windowsxp.security_admin


Reply
  #1 (permalink)  
Old 07-01-2008, 01:33 PM
Jarogo
 
Posts: n/a
Removing Windows files from unused Vista installation
I installed Windows Vista on my E:\ drive, my computer performed so badly
that I went back to using Windows XP Home, which I am using now. I am now
left with a 6gb of Vista files that I cannot delete in on fowl swoop, Access
is Denied. So I have enabled the security tab and given Administrators full
control of the folder, subfolder and files, but the lower level directory and
files to no change their rights to Administrators, there is a user
S-1-0-?????-????? etc who only appears in the sub directories. I have to
manually go into the directory and apply Full Control to Administrators in
the security tab before I can delete that one directory, repeating the
process for each of the remain 756 folders. Is there a way of doing this in
the command prompt or by batch?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-01-2008, 02:07 PM
Malke
 
Posts: n/a
Re: Removing Windows files from unused Vista installation
Jarogo wrote:

> I installed Windows Vista on my E:\ drive, my computer performed so badly
> that I went back to using Windows XP Home, which I am using now. I am now
> left with a 6gb of Vista files that I cannot delete in on fowl swoop,
> Access is Denied. So I have enabled the security tab and given
> Administrators full control of the folder, subfolder and files, but the
> lower level directory and files to no change their rights to
> Administrators, there is a user S-1-0-?????-????? etc who only appears in
> the sub directories. I have to manually go into the directory and apply
> Full Control to Administrators in the security tab before I can delete
> that one directory, repeating the process for each of the remain 756
> folders. Is there a way of doing this in the command prompt or by batch?


Why don't you just format the drive/partition (whichever "E:\" is)? Either
open My Computer and right-click on the E:\ drive and choose "Format" or
get to it from Administrative Tools>Computer Management>Disk Management.

Before you do that, make sure you can see all hidden files and find XP's
boot files*. Copy them to the root of your boot drive (probably C:\).

*Boot.ini
NTLDR
Ntdetect.com

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
FAQ - http://www.elephantboycomputers.com/#FAQ

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-01-2008, 03:43 PM
Jarogo
 
Posts: n/a
Re: Removing Windows files from unused Vista installation
I would love to be able to do this but I do not have enough hard disk space
to back up my music, video and document files.

"Malke" wrote:

> Jarogo wrote:
>
> > I installed Windows Vista on my E:\ drive, my computer performed so badly
> > that I went back to using Windows XP Home, which I am using now. I am now
> > left with a 6gb of Vista files that I cannot delete in on fowl swoop,
> > Access is Denied. So I have enabled the security tab and given
> > Administrators full control of the folder, subfolder and files, but the
> > lower level directory and files to no change their rights to
> > Administrators, there is a user S-1-0-?????-????? etc who only appears in
> > the sub directories. I have to manually go into the directory and apply
> > Full Control to Administrators in the security tab before I can delete
> > that one directory, repeating the process for each of the remain 756
> > folders. Is there a way of doing this in the command prompt or by batch?

>
> Why don't you just format the drive/partition (whichever "E:\" is)? Either
> open My Computer and right-click on the E:\ drive and choose "Format" or
> get to it from Administrative Tools>Computer Management>Disk Management.
>
> Before you do that, make sure you can see all hidden files and find XP's
> boot files*. Copy them to the root of your boot drive (probably C:\).
>
> *Boot.ini
> NTLDR
> Ntdetect.com
>
> Malke
> --
> MS-MVP
> Elephant Boy Computers - Don't Panic!
> FAQ - http://www.elephantboycomputers.com/#FAQ
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-01-2008, 04:42 PM
Malke
 
Posts: n/a
Re: Removing Windows files from unused Vista installation
Jarogo wrote:

> I would love to be able to do this but I do not have enough hard disk
> space to back up my music, video and document files.


How sad. Hard drives are cheap. You can get an external hard drive for $100,
too. If that doesn't work for you, then review how you're taking ownership
because I think you're doing it incorrectly. You need to look on the
Advanced tab and have permissions be set on the child files/folders that
come from the parent folders. Then you only need to set permissions on a
top-level folder.

Take Ownership of a File or Folder in Windows XP [Q308421] -
http://support.microsoft.com/?kbid=308421

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
FAQ - http://www.elephantboycomputers.com/#FAQ

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-01-2008, 06:35 PM
Jarogo
 
Posts: n/a
Re: Removing Windows files from unused Vista installation
Yes I tried those settings, and yes I would love to by a new harddrive but I
plan on buying a new PC for Christmas so I am trying keep this one working
until then, hopefully the next one will have two 500g hard drives.

Any way I have managed to solve the problem by using Xcacls.vbs in the
command prompt. It did not manage to do all the files but 95% of them. The
command I used was :

E:\cscript.exe xcacls.vbs windowsvista /e /g administrators:f /s /t /q

Found the solution at: http://support.microsoft.com/kb/825751

Thank goodness because that was really annoying me for months. Thanks for
your suggestions, just have to work out why My Documents are showing up three
times on this drive all showing the same files, like a ghost. Add a directory
of file and it shows up on E:\Users\Username\Documents,
E:\Users\Username\Documents, (Hidden) E:\Documents and Settings\Username\My
Documents (Hidden)!!!!

"Malke" wrote:

> Jarogo wrote:
>
> > I would love to be able to do this but I do not have enough hard disk
> > space to back up my music, video and document files.

>
> How sad. Hard drives are cheap. You can get an external hard drive for $100,
> too. If that doesn't work for you, then review how you're taking ownership
> because I think you're doing it incorrectly. You need to look on the
> Advanced tab and have permissions be set on the child files/folders that
> come from the parent folders. Then you only need to set permissions on a
> top-level folder.
>
> Take Ownership of a File or Folder in Windows XP [Q308421] -
> http://support.microsoft.com/?kbid=308421
>
> Malke
> --
> MS-MVP
> Elephant Boy Computers - Don't Panic!
> FAQ - http://www.elephantboycomputers.com/#FAQ
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

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



All times are GMT. The time now is 02:00 AM.








Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74