phaolo Posted March 25, 2007 Posted March 25, 2007 (edited) Hello,I'd like to change system permissions from a batch file:Why does this command screw up the system? Seems ok to me..echo y| cacls "%SYSTEMDRIVE%" /t /c /p administrators:F system:FOr it's just a vmware problem? (I tried it on the guest SO luckly)After rebooting I get a empty taskbar (no more buttons) and drag&drop is not working.. Edited March 26, 2007 by phaolo
phaolo Posted March 26, 2007 Author Posted March 26, 2007 (edited) No answers..but luckly I found the solution.Correct command parameters are:echo y| cacls "%SYSTEMDRIVE%" /t /c /p Paul:F administrators:F system:F users:R echo y| cacls "%USERPROFILE%" /t /e /r Users Maybe it will be useful for someoneGoodbye Edited April 2, 2007 by phaolo
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