Posted On March 31, 2019

Windows-clean-up.cmd

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows-clean-up.cmd

——————————
Clear out TEMP files on a regular basis – this is best done at startup when no applications are running. To delete all files in all subfolders of C:\temp\ but leave the folder structure intact:
DEL /F /S /Q %TEMP%
——————-

shutdown.cmd
—————————————————
net stop “Microsoft Exchange Internet Mail Service”
net stop “Microsoft FTP Service”
net stop “Some other Service”
SHUTDOWN /t:25 /r
—————————————————-

Leave a Reply

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

Related Post

How To Recover SQLSERVER Service from Being Unable to Start

# startSqlService.ps1 # special provision to deal with SQL Server not starting up due to…

Windows Event ID 2017: Unable to collect NUMA physical memory utilization data

Issue: Log Name: ApplicationSource: Microsoft-Windows-PerfOSDate: 9/12/2018 7:47:38 AMEvent ID: 2017Task Category: NoneLevel: WarningKeywords: ClassicUser: N/AComputer:…

Proposal: Network Optimization (Simplified)

Kim ConnectNetwork Optimization Proposal June 23, 2017 Overview 1.    Project Background and Description We are…