Posted On March 31, 2019

Command line to stop, start, or restarting services

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Command line to stop, start, or restarting services
– Discover service names: #net start
– Restart specific service: net stop {service_name} && net start {service_name}
– Get CPU architecture: systeminfo | findstr /I type:

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Distributed File System DFS

Installation:   Public Folder: FILE01 (primary) =>  FILE01 => DC01   Accounting Folder:                  Claims…

Skillset Required as a 2021 Systems Administrator

Long were the days of a SysAdmin only requiring to know how to babysit server…

PowerShell: Quick Exercise On Disks Operations

# View disks on the system get-disk Number Friendly Name Serial Number HealthStatus OperationalStatus Total…