| Jeff Cochran 2004-01-24, 1:57 am |
| On Thu, 18 Dec 2003 08:33:01 -0800, "John" <Johnumb@hotmail.com>
wrote:
quote:
>ok heres the deal yesterday i was Remote desktoping in to
>my computer when i opened a program that was using all my
>cpu when that happed it kicked me off Remote Desktop and i
>could not get back in to my computer the whole day anyways
>i was going to use IIS and ASP to write a aspscript to
>restart my computer anyways iis does not have permission
>to restart the computer is there anyways i cna give iis
>that permission
Sure. It would be a major security risk of course, but you could do
it. As for how, make the IUSR account a member of the local
admninistrator's group. Be sure to backup the system before you
change the group membership, you'll need to restore that backup after
your system is compromised.
Instead, look into authentication and RUNAS, and even though I still
wouldn't do it you may be able to stay secure and fill your needs.
Personally, I'd use shutdown from the resource kit to handle it.
Jeff
|