-
XP Home file permissions
I am currently running windows xp home and just partitioned and reformated my spare drive as ntfs. I have my games and other things on that drive and i would like to give my limited account read/write access to the partitions. Any help on this matter would be greatly appreciated.
-
-
I use subinacl.exe http://www.microsoft.com/downloads/d...displaylang=en
with this [reset.cmd]
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
change it for ur needs :-D