Use system applications by domain user
Hi allIn environment of Active directory,
How to executing "error check" and "defragmentation" by doimain user(user who don't have admin permission on local) or how to work this command with many client in domain as a simple for new administratorPlease, Thank you
May 11th, 2009 1:29pm
hi there, AFAIK , you can use defrag utility using RUNAS command and provide the appropriate credentials and it only works with administrator account because the user will be accessing the low level files to modify .More info======
Although any user can gain access to the Disk Defragmenter console, the ability to analyze or defragment a volumerequires administrator privileges. If you do not have administrator privileges and you try to use Disk Defragmentor, you may receive the following message: Disk Defragmenter - You must have Administrator privileges to defrag a volume.Disk Defragmenter was designed primarily for stand-alone workstations or servers whose users have the ability to log on locally with administrator privileges.Disk Defragmenter is not intended to be a tool for administrators to maintain networked workstations. This version is not designed to be run remotely and cannot be scheduled to automatically defragment a volume without interactionfrom a logged-on user. The only way a non-administrator can defragment a local volume is to run the Dfrg.msc console in the context of a user who has administrator privileges. You can accomplish this by running the following command:runas /user:administrator@domain.company.com "mmc dfrg.msc"The user is prompted for the administrator password. This command may be useful for an administrator who wants to run a defragmentation on a user's computer without forcing the user to log off.
hope this helpssainath
Windows Driver Development
Free Windows Admin Tool Kit Click here and download it now
May 11th, 2009 1:56pm
Thank you.
May 12th, 2009 5:52am


