Start Stop SharePoint timer Service using command line

net stop SPTimerv4
To start timer service
net start SPTimerv4
To stop SharePoint Administration service:
net stop SPAdminV4
To start SharePoint Administration service
net start SPAdminV4


Comments

Popular posts from this blog

Convert HtmlToPDF in ASP.net & iTextshrap

Create Pivot Table In C#

How to Display Page Wise Total Amount & Grand Total Amount in Last page SSRS & RDLC Report