AT.exe and .bat

  • Thread starter Thread starter jose
  • Start date Start date
J

jose

I want to be able to run gpedit one minute from current time using the
AT.exe command.

- I have an admin user (adminuser) with no rights to "GROUP POLICY"
folder.(restrictions dont take effect on (adminuser)).
- In order to run gpedit under this account, i have to type "at [one
minute from current time] /interactive "gpedit.msc"
e.g if the current time is 12:00p , i would write
"at 12:01p /interactive "gpedit.msc"
- I want to be able to write a .bat file that when clicked, it would
execute the at.exe command one minute from current time.

Is there anyway to do this?



Thanks.
 
I want to be able to run gpedit one minute from current time using the
AT.exe command.

- I have an admin user (adminuser) with no rights to "GROUP POLICY"
folder.(restrictions dont take effect on (adminuser)).
- In order to run gpedit under this account, i have to type "at [one
minute from current time] /interactive "gpedit.msc"
e.g if the current time is 12:00p , i would write
"at 12:01p /interactive "gpedit.msc"
- I want to be able to write a .bat file that when clicked, it would
execute the at.exe command one minute from current time.

Is there anyway to do this?



Thanks.


Tip 2395 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Jerold Schulman said:
I want to be able to run gpedit one minute from current time using the
AT.exe command.

- I have an admin user (adminuser) with no rights to "GROUP POLICY"
folder.(restrictions dont take effect on (adminuser)).
- In order to run gpedit under this account, i have to type "at [one
minute from current time] /interactive "gpedit.msc"
e.g if the current time is 12:00p , i would write
"at 12:01p /interactive "gpedit.msc"
- I want to be able to write a .bat file that when clicked, it would
execute the at.exe command one minute from current time.

Is there anyway to do this?



Thanks.


Tip 2395 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com

Thanks. That helped.
 
Back
Top