Posted On March 31, 2019

Server Cleanup

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Server Cleanup
Install msizap.exe by installing the SDK package .
Run msizap to clean up temporary files
 
Discover how many people are logged on:
Download Systernals: https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite
PSEXEC \\servername NET SESSION | FIND /C “\\”

Leave a Reply

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

Related Post

How To Set Up an FTP Server in Windows Server 2003

Turn on FTP service:   Setup Home folders and security features:   Remember to allow…

How To Fix Windows Corrupted Profile

Error messages: - We can't sign into your account. This problem can often be fixed…

How to Search for Installed Application by Name in PowerShell

One can search using the known Vendor or application Name as illustrated below: [testwindows]: PS…