Giving user access to defrag uitility

  • Thread starter Thread starter Shaun Dryden
  • Start date Start date
S

Shaun Dryden

My users can not use the defrag utility. The OS will not
give access to the defrag utility unless you are logon as
an administrator. I do not want to give my users admin
rights just to defrag thier hard drives. Anyone know how
to give my users access to this utility.

Thanks,
shaun
 
The defragmenter has complete low-level access to the volume. It would be a
security risk to allow that kind of access to all users ('cause they would
soon have script-kiddie type tools to access everyone else's files). You
have to be an administrator. No way around it. Sorry.
 
Drew Cooper said:
The defragmenter has complete low-level access to the volume. It would be a
security risk to allow that kind of access to all users ('cause they would
soon have script-kiddie type tools to access everyone else's files). You
have to be an administrator. No way around it. Sorry.

Hi

What about putting defrag.exe in a scheduled task (running under an
administrator account), that might work?


If it is an requirement that the (non-admin) user must be able to start the
defrag utility manually at will, this might work as well:

Create a service that runs defrag.exe when started using srvany.exe/instsrv.exe:
http://groups.google.com/[email protected]

Then grant the users rights to start the service (to start defrag.exe):

HOW TO: Grant Users Rights to Manage Services in Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;288129
 
Yes, the task scheduler works.

I hadn't thought of running it as a service. Good idea! I wonder why we
don't do that out of the box . . . hmm. Maybe 'cause it's licensed from a
3rd party.
 
-----Original Message-----
My users can not use the defrag utility. The OS will not
give access to the defrag utility unless you are logon as
an administrator. I do not want to give my users admin
rights just to defrag thier hard drives. Anyone know how
to give my users access to this utility.

Thanks,
shaun
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Running Defrag 1
Defrag without admin rights 9
Giving User Access to Defrag 6
Defragment 1
address of mft 17
power useres can not defrag 1
defraging 37
Can't Run Defrag - Even with 'Perform Volume Maintenance' Set 5

Back
Top