@ECHO OFF
ECHO THIS CMD FILE DOES STOP the www publishing , iis admin, sftp , http ssl services on a Windows Server 2003 box
ECHO TO ABORT AT EACH STEP PRESS CTRL + c , TO GO ON PRESS ANY KEY ENTER WOULD DO IT FINE ...
ECHO STOP THE IIS Administratio Service
net stop iisadmin
::The System will prompt you to stop also the WWW service ( w3svc) , type Y and press Enter. If yo do not get prompted issue the next commands:
ECHO STOP THE WWW publishing service
net stop w3svc
PAUSE
ECHO STOP THE FTP SERVICE
PAUSE
net stop msftpsvc
ECHO STOP THE SMTP SERVICE
PAUSE
net stop smtpsvc
ECHO START BACK THE WWW PUBLISHING SERIVCE
PAUSE
net start w3svc
ECHO START THE FTP SERVICE
PAUSE
net start msftpsvc
ECHO START THE SFTP SERVICE
PAUSE
net start smtpsvc
ECHO START THE IIS ADMIN SERVICE
PAUSE
net start iisadmin
pause
ECHO DONE NOW EXIT
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
1 week ago
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!