A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Homebuilt PC's
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Can't delete Folder - Vista



 
 
Thread Tools Display Modes
  #1  
Old November 11th 11, 11:28 AM posted to alt.comp.hardware.pc-homebuilt
Mario[_2_]
external usenet poster
 
Posts: 2
Default Can't delete Folder - Vista

It appears I need permission to delete a folder.
AUC is turned off so what's the problem, how do I delete the folder?

Mario

  #2  
Old November 11th 11, 12:49 PM posted to alt.comp.hardware.pc-homebuilt
Mario[_2_]
external usenet poster
 
Posts: 2
Default Can't delete Folder - Vista

Found my answer.
Used the dos console and used the 'rmdir' (remove directory) command the
rebooted.

Posted this in case someone else might need it.






"Mario" wrote in message
nd.com...
It appears I need permission to delete a folder.
AUC is turned off so what's the problem, how do I delete the folder?

Mario


  #3  
Old November 11th 11, 02:01 PM posted to alt.comp.hardware.pc-homebuilt
Paul
external usenet poster
 
Posts: 13,364
Default Can't delete Folder - Vista

Mario wrote:
It appears I need permission to delete a folder.
AUC is turned off so what's the problem, how do I delete the folder?

Mario


What about Take Ownership ?

This method uses the GUI to do the job.

http://www.mydigitallife.info/how-to...windows-vista/

And this is some kind of MSDOS cmd.exe equivalent method.
I don't expect this is "bypassing" anything. What it might do, is
allow you to write a script to change a large number of them in one
shot.

http://www.tech-recipes.com/rx/2204/...p_system_file/

*******

You can also add the function to the context menu. The second link here,
has an add and a remove .reg, so you can undo the context menu item if
you want. These add "Take Ownership" to the right-click menu.

http://www.howtogeek.com/howto/windo...menu-in-vista/

http://www.vistax64.com/tutorials/11...ownership.html

With registry packages like that, I download them (on a system which is
set to display file extensions), and change the extension on the end for
safety.

For example, if someone offers me blah.reg, I download it and change it
to blah.reg.txt or just blah.txt, then open with Notepad or Wordpad for
a look. See what part of the registry it is attacking, what it is doing
and so on. If everything looks good, change the file back to blah.reg,
so you can merge it with your registry.

Some people offer those files with a .txt extension on them already,
so you can examine the file first before using it. That's the safe way
to do it, so accidentally clicking on the file, won't immediately install
it. If you're dealing with a package that only installs and has no
remover, then you'd better be damn sure about the details. (A System
Restore point can undo registry changes, if you need to. One issue
with the newer OSes, is the frequency of registry captures is reduced,
unlike something like WinXP where the registry is snapshotted say once
a day. Do a manual restore point, if in doubt.)

*******

One reason this stuff happens, is the Administrator account is no longer
the "boss" in an immediate sense. Some of the folders in the system are
owned by TrustedInstaller, which is the account that is used to install
programs. Similarly, there are registry keys owned by TrustedInstaller
as well. So you may not get to immediately do stuff to a TrustedInstaller
owned resource.

I had to do a registry change on my Windows 7 laptop the other day, and
it required changing the ownership of the registry key, before I could save
it while in Regedit. Just a PITA. The setting in fact, was something an
ordinary user would want to change, and should not have been protected
like that. Normally, discovering an ownership issue like that, is a warning
you're working in an area you shouldn't.

Once you've taken ownership of a file, you should be able to delete it.

If this was something in "Program Files", then chances are when you
check the ownership, it's not going to be owned by your regular accounts.

*******

Using the FAT32 file system for C:, would remove issues like this, but
then, I doubt that's an option for the new OSes. As far as I know, they
need NTFS, because of all the NTFS specific features they (ab)use. Doing
file system maintenance is a nightmare for ordinary users like me...

I've had a few occasions, where doing trivial things, like booting a
Linux LiveCD and working on the Windows 7 C: NTFS partition, has resulted in
the laptop refusing to boot into Windows 7 later. And that's the nightmare part...
With WinXP or Win2K, there was never a problem, even when Linux used
the Windows pagefile for swap space while it was running :-)

Just a guess,
Paul
  #4  
Old November 11th 11, 04:12 PM posted to alt.comp.hardware.pc-homebuilt
yukonron[_15_]
external usenet poster
 
Posts: 1
Default Can't delete Folder - Vista


Mario;1316915 Wrote:
It appears I need permission to delete a folder.
AUC is turned off so what's the problem, how do I delete the folder?

Mario


How to take ownership of a folder
You must have ownership of a protected folder in order to access it. If
another user has restricted access and you are the computer
administrator, you can access the folder by taking ownership.

To take ownership of a folder, follow these steps:
1.Right-click the folder that you want to take ownership of, and then
click Properties.
2.Click the Security tab, and then click OK on the Security message (if
one appears).
3.Click Advanced, and then click the Owner tab.
4.In the Name list, click your user name, or click Administrator if you
are logged in as Administrator, or click the Administrators group. If
you want to take ownership of the contents of the folder, select the
Replace owner on subcontainers and objects check box.
5.Click OK, and then click Yes when you receive the following message:

You do not have permission to read the contents of directory folder
name. Do you want to replace the directory permissions with permissions
granting you Full Control?
All permissions will be replaced if you click Yes.
Note folder name is the name of the folder that you want to take
ownership of.
6.Click OK, and then reapply the permissions and security settings that
you want for the folder and its contents.


  #5  
Old November 11th 11, 04:30 PM posted to alt.comp.hardware.pc-homebuilt
rb[_18_]
external usenet poster
 
Posts: 1
Default Can't delete Folder - Vista


Can also delete the folder from a command prompt.

Start, run, type -- CMD
At the command prompt type the path to the folder and add this command
and switch-- RD /S
e.g., C:\Users\Joe\vacation pics rd /s


  #6  
Old November 11th 11, 06:20 PM posted to alt.comp.hardware.pc-homebuilt
VanguardLH[_2_]
external usenet poster
 
Posts: 1,453
Default Can't delete Folder - Vista

Mario wrote:

It appears I need permission to delete a folder.
AUC is turned off so what's the problem, how do I delete the folder?


This is a hardware issue how?
  #7  
Old November 11th 11, 08:38 PM posted to alt.comp.hardware.pc-homebuilt,free.UseNet,free.spam
John Doe
external usenet poster
 
Posts: 4,274
Default Can't delete Folder - Vista

VanguardLH V nguard.LH wrote:

Mario wrote:

It appears I need permission to delete a folder. AUC is turned
off so what's the problem, how do I delete the folder?


This is a hardware issue how?


We handle difficult software problems too, MouthGuard.

Sometimes you need to let loose and go with the flow.
--















Path: border6.newsrouter.astraweb.com!news.astraweb.com!

border2.newsrouter.astraweb.com!news-xfer.nntp.sonic.net!
feeder.erje.net!news.albasani.net!.POSTED!not-for-mail
From: VanguardLH V nguard.LH
Newsgroups: alt.comp.hardware.pc-homebuilt
Subject: Can't delete Folder - Vista
Date: Fri, 11 Nov 2011 12:20:15 -0600
Organization: Usenet denizen
Lines: 6
Sender: VanguardLH no-email
Message-ID: j9jp0u$4h1$1 news.albasani.net
References: bF7vq.5648$NR2.743 viwinnwfe01.internal.bigpond.com
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Trace: news.albasani.net

a5D+aPLzpc9eOnfoIRtTyAxgkXOgCz3Q1dNdfFwWWoNXc43Oz/CdbJ5IR7DyIZjDrImN8
wNa+oDH6Sg0MGh+YA==
NNTP-Posting-Date: Fri, 11 Nov 2011 18:20:14 +0000 (UTC)
Injection-Info: news.albasani.net; logging-

data="G728gMCDuNETzpr6W6hwx+iQq7wkEUGFrQQUR+tQ9ep5 IkOXWGmX6wAvc2Pvg1V
2leWDfd/aC5oBs11zOcvpYplS9kU8Cg/3dWdqFnAi3HsFBzpPZdF+h9RufE5wE4+L";
mail-complaints-to="abuse albasani.net"
Keywords: VanguardLH VLH811
User-Agent: 40tude_Dialog/2.0.15.41
Cancel-Lock: sha1:+ljHFbR+bD5Fd/+LR+1Zh4+zDXY=

 




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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I enable (file/folder) delete confirmation in WinExplorer ? Wolfgang Hercker Storage (alternative) 0 March 1st 07 09:35 PM
how to delete MS frontpage folder? shegeek72 General 0 September 6th 06 08:36 AM
Folder wont delete...help? trs80 Homebuilt PC's 7 June 14th 05 08:00 PM
Folder wont delete...help? trs80 Dell Computers 3 June 14th 05 04:30 AM
Can't delete printer from Printers Folder Les Moore Printers 2 May 6th 04 01:38 AM


All times are GMT +1. The time now is 08:17 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.