• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

windows xp user accounts

is it possible to set up a user account in windows xp pro where a lot of the services and boot programs are turned off, or are the services loaded the same in every account, like your screen resolution?
 
Services are there to run the computer. They run all the time, reguardless of which user is logged in. You could creat a .bat file that stops certain services when a particular user logs in. Then have another bat file to re-enable them when they log off..

What are you trying to do? 🙂
 
Well, like I said, you can try the .bat file to shut off services when the user logs in.. Its as simple as 'net stop service-name'.

And run the bat file again at logoff with 'net start service-name'.

other then that, im not sure what else could be done. for the most part, you won't reclaim alot of resources, since services are often pretty minimal as it is.
 
Back
Top