• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

changing permissions in winxp

Kibbo86

Senior member
Topic summary really says it all. I was helping a friend with their computer, trying to manually uninstall a piece of software (following the manufacturer's instructions) and received a permissions error. This was after booting into safe mode, which I thought was analagous to single-user mode in linux. Very confusing.

Just wondering if there is a way to adjust permissions for a folder with a single command the way there is in linux.
 
As far as I recall, just go to the folder in question, right click, click the properties item, click the security tab, change the settings, and tell it to apply the settings to all files and subfolders.
 
I think Markbnj is correct.

Also, I think that this may be the first thread I've seen about somebody having trouble because Windows won't act like *nix. Not to minimize your problem, or anything; but it kinda warms my heart, after seeing so much of the reverse.
 
use that advanced button in the permissions tab. 🙂

also the /T switch with the cacls command is your friend. (the /E switch might be a better friend unless you know what you're doing 😛 )

 
What I usually do to get sane permissions on manually installed programs - modify to your taste...

1) Find the top-level folder for the program - right-click->Sharing and Security->Security

2) Advanced->Owner. Change owner to Administrators, check "Replace owner on subcontainers and objects.", apply.

3) ->Permissions Tab. Uncheck then recheck "Inherit from parent". Apply. Remove all permissions that are not inherited. Apply.

4) Check "Replace permissions on child objects" box. Apply.


I'm sure there's a better way than this. If somebody who knows Windows command-line tools would like to contribute, that would be great.
 
I think what you are missing is that you have to go into Folder Options, click the View tab, scroll down to the bottom, and unselect Simple File Sharing. Then you will get all the options you are looking for
 
Originally posted by: Swampster
I think what you are missing is that you have to go into Folder Options, click the View tab, scroll down to the bottom, and unselect Simple File Sharing. Then you will get all the options you are looking for

/slaps forehead


I always forget that people forget that.
 
Originally posted by: phisrow
I think Markbnj is correct.

Also, I think that this may be the first thread I've seen about somebody having trouble because Windows won't act like *nix. Not to minimize your problem, or anything; but it kinda warms my heart, after seeing so much of the reverse.

It's funny, I've been using linux for less than a year now, but it just seems that I like poking around and exploring the it's features much more than with windows.

The only thing I miss about my windows install is the ability to try to break (and then fix) my machine the same way my friends do.

Thanks a lot for all the help guys.
 
Back
Top