Showing posts with label Windows Services. Show all posts
Showing posts with label Windows Services. Show all posts

Monday, December 14, 2015

Advanced Disk Cleanup

Advanced Disk Cleanup Utility

Disk Cleanup Utility determines which files on a hard drive may no longer be needed and delete those files to free up disk space. Using Disk Cleanup on a regular basis improves system performance.

To access Disk Cleanup utility:
1. Click Start -> Run and in the Open box type cleanmgr and click OK (OR)

2. In Windows Explorer or My Computer, right-click the disk in which you want to free up space, click Properties, click the General tab, and then click Disk Cleanup.

Standard Disk Cleanup Options:












Advanced Disk Cleanup Options:




















Advanced Disk Cleanup can delete temporary files on the system including debug dump files, system and user queued error reporting files, files discarded by Windows upgrade or setup and windows upgrade log files.

Open Command Prompt and type the below mentioned command:

%SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535

Friday, June 26, 2015

Disable Kaspersky through management console

1. Open Kaspersky management console.
2. Move to Settings tab.
3. Open Advanced Settings.
4. Uncheck 'Disable external management of the system service' option.
5. Goto run and open 'Services.msc'.
6. Stop the service 'Kaspersky Endpoint security Service' in order to disable Kaspersky.

Saturday, June 13, 2015

VSS Writers and their controlling services

The following list shows the VSS Writers required for each backup type, as well as the name of the controlling service.

Backup Type
Required VSS Writer
Name of Controlling Service
Service Display Name
System State
ASR Writer
VSS
Volume Shadow Copy
BITS Writer
BITS
Background Intelligent Transfer Service
COM+ REGDB Writer
VSS
Volume Shadow Copy
IIS Config Writer
AppHostSvc
Application Host Helper Service
IIS Metabase Writer
IISADMIN
IIS Admin Service
Registry Writer
VSS
Volume Shadow Copy
System Writer
CryptSvc
Cryptographic Services
WMI Writer
Winmgmt
Windows Management Instrumentation
NTDS Writer
[unknown]
Active Directory
Shadow Copy Optimization Writer
VSS
Volume Shadow Copy
Microsoft Exchange
Microsoft Exchange Writer
MSExchangeIS
Microsoft Exchange Information Store
Hyper-V
Microsoft Hyper-V VSS Writer
VMMS
Hyper-V Virtual Machine Management
Microsoft SQL Server
SQL Server VSS Writer
SQL Server VSS Writer
SQL Server VSS Writer
MSDE Writer
MSDE Writer
MSDE Writer
Sharepoint
Sharepoint VSS Writer
Sharepoint VSS Writer
Sharepoint VSS Writer
Sharepoint 2007
SPSearch VSS Writer
Windows Sharepoint Services Search
SPSearch VSS Writer
Sharepoint 2007
OSearch VSS Writer
Office Sharepoint Services Search
OSearch VSS Writer
Sharepoint 2010
SPSearch4 VSS Writer
Sharepoint Foundation Search V4
SPSearch 4 VSS Writer
Sharepoint 2010
OSearch14 VSS Writer
Sharepoint Server Search 14
OSearch VSS Writer



Thursday, June 11, 2015

Windows Service Startup types|options

Automatic (Delayed Start): The service starts shortly after the computer starts in order to improve start up performance and user experience. 
Automatic:   The service starts when the computer starts. 
Manual:  The service doesn’t start automatically at startup, but it can be started by a user, a program, or a dependent service. 
Disabled:  The service can’t be started.