A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Windows Vista File Management
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management)

Undeletable folders



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old November 11th 07, 08:31 PM posted to microsoft.public.windows.vista.file_management
carnelain
external usenet poster
 
Posts: 8
Default Undeletable folders

Hi all,

I have a folder in my program files folder called MSN. I did not install
this program. In this folder there is an .exe file to install MSN
messenger. I don't want to use this program so I tried to delete the folder.
Vista asked me for admin rights (which I have). But it won't delete the
folder nor the file. It gives me an error telling me I don't have the rights
to delete these files. Am I doing something wrong or can't I delete this
folder???

Carnelain
  #2 (permalink)  
Old November 11th 07, 09:21 PM posted to microsoft.public.windows.vista.file_management
Jimmy Brush
external usenet poster
 
Posts: 656
Default Undeletable folders

Hello,

This file is part of the windows vista installation. As such, it is
protected by Windows Resource Protection, which prevents any modification of
the file outside of Windows Setup.

Warning: It is not recommended that you delete this file, or any
WRP-protected file. Doing so may result in unforseen consequences.

You will need to override WRP to proceed.

I will assume you are using a Windows Vista Home edition. Following these
steps will delete the msn folder and everything in it.

- Click start
- Click All Programs
- Click Accessories
- Right-Click command prompt
- Click run as administrator
- Type the following commands exactly as they appear, pressing enter after
each line:

cd /d %programfiles%
takeown /f msn /r /a /d y
icacls msn /grant administratorsF)
rd /s /q msn

--
- JB
Microsoft MVP Windows Shell/User

  #3 (permalink)  
Old November 12th 07, 07:27 PM posted to microsoft.public.windows.vista.file_management
carnelain
external usenet poster
 
Posts: 8
Default Undeletable folders

This actually worked!!! Thank you very much.
Only this line didn't work:
takeown /f msn /r /a /d y
I changed it to
takeown /f msn /r /a

On a different note is the cyberlink folder of any importance???

Carnelain


"Jimmy Brush" wrote:

Hello,

This file is part of the windows vista installation. As such, it is
protected by Windows Resource Protection, which prevents any modification of
the file outside of Windows Setup.

Warning: It is not recommended that you delete this file, or any
WRP-protected file. Doing so may result in unforseen consequences.

You will need to override WRP to proceed.

I will assume you are using a Windows Vista Home edition. Following these
steps will delete the msn folder and everything in it.

- Click start
- Click All Programs
- Click Accessories
- Right-Click command prompt
- Click run as administrator
- Type the following commands exactly as they appear, pressing enter after
each line:

cd /d %programfiles%
takeown /f msn /r /a /d y
icacls msn /grant administratorsF)
rd /s /q msn

--
- JB
Microsoft MVP Windows Shell/User

  #4 (permalink)  
Old November 12th 07, 10:42 PM posted to microsoft.public.windows.vista.file_management
Jimmy Brush
external usenet poster
 
Posts: 656
Default Undeletable folders

Cyberlink is a company that produces DVD Player software. It is not
recommended that you manually "clean out" folders in your program files
folder. Doing so can have ... unforseen consequences. Using uninstallers
that come with the applications and the Programs and Features control panel
is best.


--
- JB
Microsoft MVP Windows Shell/User

"carnelain" wrote in message
...
This actually worked!!! Thank you very much.
Only this line didn't work:
takeown /f msn /r /a /d y
I changed it to
takeown /f msn /r /a

On a different note is the cyberlink folder of any importance???

Carnelain


"Jimmy Brush" wrote:

Hello,

This file is part of the windows vista installation. As such, it is
protected by Windows Resource Protection, which prevents any modification
of
the file outside of Windows Setup.

Warning: It is not recommended that you delete this file, or any
WRP-protected file. Doing so may result in unforseen consequences.

You will need to override WRP to proceed.

I will assume you are using a Windows Vista Home edition. Following these
steps will delete the msn folder and everything in it.

- Click start
- Click All Programs
- Click Accessories
- Right-Click command prompt
- Click run as administrator
- Type the following commands exactly as they appear, pressing enter
after
each line:

cd /d %programfiles%
takeown /f msn /r /a /d y
icacls msn /grant administratorsF)
rd /s /q msn

--
- JB
Microsoft MVP Windows Shell/User


  #5 (permalink)  
Old November 13th 07, 02:11 PM posted to microsoft.public.windows.vista.file_management
carnelain
external usenet poster
 
Posts: 8
Default Undeletable folders

There is no software of cyberlink installed on my laptop (not appearing in
Programs and Features). I managed to delete it and it had no consequences.

Thank you

Carnelain


"Jimmy Brush" wrote:

Cyberlink is a company that produces DVD Player software. It is not
recommended that you manually "clean out" folders in your program files
folder. Doing so can have ... unforseen consequences. Using uninstallers
that come with the applications and the Programs and Features control panel
is best.


--
- JB
Microsoft MVP Windows Shell/User

"carnelain" wrote in message
...
This actually worked!!! Thank you very much.
Only this line didn't work:
takeown /f msn /r /a /d y
I changed it to
takeown /f msn /r /a

On a different note is the cyberlink folder of any importance???

Carnelain


"Jimmy Brush" wrote:

Hello,

This file is part of the windows vista installation. As such, it is
protected by Windows Resource Protection, which prevents any modification
of
the file outside of Windows Setup.

Warning: It is not recommended that you delete this file, or any
WRP-protected file. Doing so may result in unforseen consequences.

You will need to override WRP to proceed.

I will assume you are using a Windows Vista Home edition. Following these
steps will delete the msn folder and everything in it.

- Click start
- Click All Programs
- Click Accessories
- Right-Click command prompt
- Click run as administrator
- Type the following commands exactly as they appear, pressing enter
after
each line:

cd /d %programfiles%
takeown /f msn /r /a /d y
icacls msn /grant administratorsF)
rd /s /q msn

--
- JB
Microsoft MVP Windows Shell/User


  #6 (permalink)  
Old March 10th 08, 12:57 PM posted to microsoft.public.windows.vista.file_management
carls
external usenet poster
 
Posts: 1
Default Undeletable folders


carnelain;511734 Wrote:
This actually worked!!! Thank you very much.
Only this line didn't work:
takeown /f msn /r /a /d y
I changed it to
takeown /f msn /r /a

This didn't work for me. The file in the MSN folder (cclitesetupui.exe)
won't delete - it's still protected.

Any further tips on this ?

With thanks.

Carlsw



--
carls
 




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 10:27 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.