runningScheduled tasks as normal user

  • Thread starter Thread starter Alexander Grech
  • Start date Start date
A

Alexander Grech

Hi All

I need to run a VBS script which copies certain files to another location on
the hard disk. I have been using task scheduler for this running under
system and admin privilages. Woyld it be possible to run this task under a
normal user account? How can this be setup?

Any help would be greatly appreciated :)
 
Alexander Grech said:
Hi All

I need to run a VBS script which copies certain files to another location on
the hard disk. I have been using task scheduler for this running under
system and admin privilages. Woyld it be possible to run this task under a
normal user account? How can this be setup?

Any help would be greatly appreciated :)

Use the GUI via the Control Panel / Scheduled Tasks. It lets you
specify the account under which the task should run.
 
--------------------
From: "Pegasus \(MVP\)" <[email protected]>
Subject: Re: runningScheduled tasks as normal user
Date: Mon, 24 May 2004 23:57:56 +1000



Use the GUI via the Control Panel / Scheduled Tasks. It lets you
specify the account under which the task should run.
---------------------

Also, make sure that the user has the right to "Log on as a batch job" on
the machine (and is not included in the "Deny logon as a batch job" setting)
start > run > gpedit.msc > Computer Configuration > Windows Settings >
Security Settings > Local Policies > User Rights Assignment


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

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

Back
Top