Windows service memory/CPU/IO consumption investigation tool
Almost all Windows services run inside svchost.exe process. Sometimes this process consumes 100% of CPU or uses too much memory and it is hard to determine which service affects your system. This tool helps you to find this service by configuring all services to run in its OWN_PROCESS. Please refer to Wiki page for more details.
Logon script for windows server environnement in Kixtart
I like gpo but i need to personnalize the environnement of my users in Terminal Server.
So i've created a logon script to suite my needs.
It has been written in kix just because I like it :P and it's very quick to write.
So, it's fully possible to adapt it in vbs or wsh.
I share it today because i think it could help someone ;o)
It's open source, so you can use it as you like.
But be kind and let my name/SF links in the head.
************
There is 4 scripts :
1. The...