setting a users access

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

Hi how do you set a users access to a program with timed
access. !!like the user "jan" logs on at 3:30pm but the
program is not accessable untell 4:00pm!!

any help would be grate!!!
Josh
 
You would need 3rd party software to accomplish this. You could set a Scheduled Task to run at 4 PM, using CACLS.EXE to set the user's permissions for the file, then another to remove the user's permissions at a preset time. This would not, however, terminate the program if they went past their hours.

Open a Command Prompt window and enter CACLS.EXE /? for the list of command line parameters.
 
thanks man that works
-----Original Message-----
You would need 3rd party software to accomplish this.
You could set a Scheduled Task to run at 4 PM, using
CACLS.EXE to set the user's permissions for the file, then
another to remove the user's permissions at a preset
time. This would not, however, terminate the program if
they went past their hours.
Open a Command Prompt window and enter CACLS.EXE /? for
the list of command line parameters.
--
In memory of Robert McGregor (aka Koldbear)
http://www.btinternet.com/~winnoel/winhelp.htm
--------------------------------
Doug Knox, MS-MVP Windows XP/ Windows Smart Display
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

"Josh" <[email protected]> wrote in
message news:[email protected]...
 
Back
Top