Jump to content

Folder Permissions


Recommended Posts

I am in need of chaning folder permissions on a folder in the root of the drive. I need to add the "everyone" group to have full access to the folder. I couldn't find any functions or anything that could do this for me. Anyone have any ideas? Thanks again, I ask a lot, and you guys always seem to deliver!!!

Link to comment
Share on other sites

Hi,

something like

RunWait(@ComSpec & ' /k cacls c:\Downloads /T /E /G "jeder:f" ', '', @SW_SHOW)

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • Developers

RunWait(@ComSpec & ' /k cacls c:\Downloads /T /E /G "jeder:f" ', '', @SW_SHOW)
:lmao: Jeder .... ahh Everyone :ph34r:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Im not sure that the above would work but this should work=

cacls "C:\System Volume Information" /E /G username:F

Would give username access to the folder

My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! you’re the best in town Fight!
Link to comment
Share on other sites

:lmao: Jeder .... ahh Everyone :ph34r:

Hi,

sorry sometimes I'm too lazy to translate the obvious stuff. :">

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...