DCCD Posted March 5, 2008 Posted March 5, 2008 [RegWrite.au3] How to edit Reg key just Allow read, not full control? i want edit some keys but Nothing change "Read-Only" how change to full control? [u][font=Arial Black]M[/font]y Blog, AVSS Parts[/u][font=Arial Black]Else[/font][font=Arial Black]L[/font]ibya Linux Users Group
PsaltyDS Posted March 5, 2008 Posted March 5, 2008 You can set perms on registry keys with SETACL.exe. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
DCCD Posted March 6, 2008 Author Posted March 6, 2008 (edited) thanks, setacl.exe -on "hklm" -ot reg -actn ace -ace "n:Everyone;p:full;m:grant;i:so,sc" -rec yes" Edited March 6, 2008 by DCCD [u][font=Arial Black]M[/font]y Blog, AVSS Parts[/u][font=Arial Black]Else[/font][font=Arial Black]L[/font]ibya Linux Users Group
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