--- title: CleanPC CSP description: The CleanPC configuration service provider (CSP) allows you to remove user-installed and pre-installed applications, with the option to persist user data. ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: manikadhiman ms.date: 06/26/2017 ms.reviewer: manager: dansimp --- # CleanPC CSP The CleanPC configuration service provider (CSP) allows removal of user-installed and pre-installed applications, with the option to persist user data. This CSP was added in Windows 10, version 1703. The following shows the CleanPC configuration service provider in tree format. ``` ./Device/Vendor/MSFT CleanPC ----CleanPCWithoutRetainingUserData ----CleanPCRetainingUserData ``` **./Device/Vendor/MSFT/CleanPC**

The root node for the CleanPC configuration service provider.

**CleanPCWithoutRetainingUserData**

An integer specifying a CleanPC operation without any retention of user data.

The only supported operation is Execute. **CleanPCRetainingUserData**

An integer specifying a CleanPC operation with retention of user data.

The only supported operation is Execute.