Good Afternoon All, I am very new to Autoit and so far love it! I am currently working on a project that creates a new folder in the root of C: and then needs to apply permissions to that folder.
I need to create a new group on the computer and then add domain accounts to that group, then add that group to the permissions on the new folder. Can someone point me in the right direction?
Example:
Computer Management | Local Users and Groups | Groups
Add New group called "LocalGroup1" and add the member "Domain\user"
Create a new folder called "Autoit" on the all users desktop.
Add "LocalGroup1" to the security of the new "Autoit" folder
Thanks a million everyone