Re: Can I Turn OFF Sevices for only ONE User in Windows XP Pro?

user_at_domain.invalid
Date: 07/29/03


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...
>



Relevant Pages

  • Re: local Mandatory profiles and logon/logoff scripts
    ... Where are your logon and logoff scripts located? ... from the local profile or from the mandatory profile. ...
    (microsoft.public.windows.terminal_services)
  • Trying to track logon/logoff times /dates
    ... logon and logoff scripts for the AD domain in the Group Policy which look ... is actually a DC) and there is separate log file for each user. ...
    (microsoft.public.win2000.group_policy)
  • Re: View User logon time in Active Directory
    ... you can use logon and logoff scripts to track information. ... date/time, and IP address to a log file linked here: ...
    (microsoft.public.windows.server.general)
  • Re: Get User Last Logon Information
    ... AD is used to authenticate your credentials on behalf of the LSA of the machine you are authenticating with. ... Once your credentials are verified the computer processes the logon. ... Logging the logon and logoff events via logon and logoff scripts by writing this info. to a database, ...
    (microsoft.public.windows.server.active_directory)

Quantcast