How to get file permissions

Status
Not open for further replies.

ColdFusion1990

Posts: 124   +0
I really need to delete a certain file in my computer which requires permission to delete. I am using the only account on the computer. How can I get permission to delete my own files?
 
What Operating System are you using? You can gain access to the permissions in Windows XP Pro if you disable simple file sharing. In a standard window go to tools -> Folder Options -> View -> Scroll down to the bottom and uncheck the box that says "use simple file sharing" Apply and OK.
Now you can right click on a folder and go to the security Tab. You can manipulate permissions from here.
XP home has no such interface....

If this is a problem with a file that runs at boot with the logon process then you will have to use a boot disk to get into command console. And use the delete command to delete it from the desired directory.

Hope this helps.
 
TheWatching is probably right.It seem you didn't even try.
vista will have this option.
Use help and support to find out how.
Type in File shareing.
 
I presume you checked the file's permissions in Windows Explorer. If not, right click on it, select Properties, see what it says. If it's read-only, remove the checkmark. Sorry if I'm being overly simplistic, it's hard to tell from your posts what the exact problem is.
 
You can usually do this by booting to Safe Mode as well. The above suggestions are good ones that normally work.
 
While re-installing my OS (Vista), my old User file was accidentally copied into my hard drive with the new User files. The User file is taking a lot of unwanted space. I went to the Advanced Security Settings to get permission, and it says I have full control of everything. When I tried to delete it, it still wouldn't allow me to do so because I still don't have permission. The file also isn't being shared at all.
 
I am trying to remember with Vista, where you need to go...but I think I understand your problem now.

You need to take ownership of the files. In XP that was an option that was available when Simple File Sharing was disabled.
You could then right click on the file, choose properties, choose the Security Tab and then go to the Advanced Button below. Then you will find the Owner Tab.
If your user name is in the user list box then you can highlight your name. Make sure you check the box to replace owner on container and sub containers.

I hope you can find similar options in Vista.

Hope this helps.
 
raybay said:
You can usually do this by booting to Safe Mode as well. The above suggestions are good ones that normally work.

Ray's point is excellent as I sometimes forget this myself. If you're having a sticky problem with something that should be routine, try going into Safe Mode. I recall a customer who was having a problem deleting a user account. We went into Safe Mode and then were able to do it. Sometimes in Windows you hit a glitch but Safe Mode uses only a subset of the build. If there was a conflict with an optional component, in Safe Mode that conflict will not exist.
 
Status
Not open for further replies.
Back