Hello all, I've been using these the last week or two and thought others may be interested in them as well. You'll need to fix the wrap. One of the benefits of this is that you can then set the startup for each of these services to "MANUAL" in the services console so they are not using valuable memory 24/7 if you don't use them that often. As a web developer it's important to me to be able to debug a site WHEN I want to, but I hate getting promted to fix problems on microsoft.com, and having some of these services running poses a security risk when they are not absolutely necessary.
//SQL SERVER: sqlstart|run cmd.exe /c "net start mssqlserver"|Start SQL Server|Start SQL Server|System Tools sqlstop|run cmd.exe /c "net stop mssqlserver"|Stop SQL Server|Stop SQL Server|System Tools //IIS Web Server: w3start|run cmd.exe /c "net start w3svc"|Start Internet Information Services (IIS)|Start Internet Information Services (IIS)|System Tools w3stop|run cmd.exe /c "net stop w3svc"|Stop Internet Information Services (IIS)|Stop Internet Information Services (IIS)|System Tools //IIS FTP Server: ftpstart|run cmd.exe /c "net start ftpsvc"|Start MS FTP Server|Start MS FTP Server|System Tools ftpstop|run cmd.exe /c "net stop ftpsvc"|Stop MS FTP Server|Stop MS FTP Server|System Tools //Machine Debug Manager (mdm.exe - you'll know what it is if you've used it) mdmstart|run cmd.exe /c "net start "machine debug manager""|Start Machine Debug Manager|Start Machine Debug Manager|System Tools mdmstop|run cmd.exe /c "net stop "machine debug manager""|Stop Machine Debug Manager|Stop Machine Debug Manager|System Tools //"RunAs" Service: runasstart|run cmd.exe /c "net start "runas service""|Start RunAs Service|Start RunAs Service|System Tools runasstop|run cmd.exe /c "net stop "runas service""|Stop RunAs Service|Stop RunAs Service|System Tools > P.S.: Shawn, you spend too much of your sleeping time > improving DQSD. ;) Heheheheehehhehehehehe... No way! I LOVE it. I really couldn't function without DQSD, and , as a result have started telling my friends and family that I won't work on/fix their computers anymore if they don't install DQSD on their computers at least for my use - it saves me hours of time doing things that *should* be simple. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== Hand me that dolphin burger. Yeah, the one in styrofoam. ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ To unsubscribe visit: https://lists.sourceforge.net/lists/listinfo/dqsd-users [EMAIL PROTECTED] http://sourceforge.net/mailarchive/forum.php?forum_id=8601