Don D Posted March 11, 2006 Posted March 11, 2006 I have recently reinstalled XP Home into a seperate folder on my hard drive. I can still access previous user accounts via Documents and Settings. However one user was password protected and though the name is on the list I cannot access it. Any ideas ?RegardsDon DTitle edited -- Please, use [TAGS] in your topic's title.Please follow XP Forum Rules from now on.--Sonic
Sonic Posted March 12, 2006 Posted March 12, 2006 You must re-set NTFS permissions of the folders.What version of windows have you got ? what language ?
Don D Posted March 12, 2006 Author Posted March 12, 2006 Hi Sonic,Sorry about tag, this is my first post, I will follow the rules closer in future.I'm running XP Home 2002 in English (I'm British, living in France). I have heard of NFTS but would like moreguidance on this one please. I can write HTML and I've developed a web site so I'm not a complete nurd but - I only know that I know nothing.RegardsDon D
Sonic Posted March 12, 2006 Posted March 12, 2006 Download the zipped takeown & xaclsThese are command line to re-set ntfs rights on folder.- Takeown allow to set owner of the folder is you, so you can change permission after.- Xcacls (same as cacls.exe but has advanced features) allow to specify rights.Make a .cmd file with this content, place .exe in same folder of the batch.Edit the "pathfolder" value too if mine is wrong (C:\Doc&Settings)set pathfolder=%SystemDrive%\Documents and Settingstakeown /A /R /D O /F %pathfolder%xcacls %pathfolder% /G SYSTEM:F "Tout le Monde":F /T /C /YGoodbye.NTFS.zip
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now