Re: Can I Turn OFF Sevices for only ONE User in Windows XP Pro?
user_at_domain.invalid
Date: 07/29/03
- Next message: Neo: "Stopping Users from installing"
- Previous message: hal: "XP pro won't accept Administrator Password in Safe Mode"
- In reply to: Miha Pihler: "Re: Can I Turn OFF Sevices for only ONE User in Windows XP Pro?"
- Next in thread: Ray: "Re: Can I Turn OFF Sevices for only ONE User in Windows XP Pro?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Jul 2003 22:00:35 -0400
Excellent idea!
This is a lot better than turning off each service manually.
I'll look into setting these up as logon and logoff scripts as you
suggest here; that way it should be nearly transparent.
I see that this can only be done if the user has administrator
privileges on the PC. I normally don't like to run normal production
tasks as administrator for security reasons, but since I will not be
accessing any network while logged in as this user, I don't need to be
as concerned about hackers and viruses.
Thanks for the help.
Ray
===================================
Miha Pihler wrote:
> What you could do is batch file that would stop all unwanted services for
> you when you need all the memory. After you finish working you can start the
> services again. You will need administrator's privileges on the PC.
>
> Define services that you don't need and you can safely turn off. When you
> have the list open notepad and put in the following command:
>
> net stop <"service name">
>
> so the real thing would look like:
>
> net stop "Alerter"
> net stop "DHCP Client"
> net stop "..."
>
> save file as "stop services.bat" When you log on double click the file and
> it will stop the services...
>
> Now create second batch file that will start the services ...
>
> net start "Alerter"
> net start "DHCP Client"
> net start "..."
>
> and save it as "start services.bat" and run it to start services again...
>
> You could also put the script in a logon logoff script ... under local
> computer policy... Run gpedit.msc in Start -> Run -> expand User
> Configuration -> Windows Settings -> Scripts ...
>
> I hope this helps you out...
>
- Next message: Neo: "Stopping Users from installing"
- Previous message: hal: "XP pro won't accept Administrator Password in Safe Mode"
- In reply to: Miha Pihler: "Re: Can I Turn OFF Sevices for only ONE User in Windows XP Pro?"
- Next in thread: Ray: "Re: Can I Turn OFF Sevices for only ONE User in Windows XP Pro?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|