# Managing Custom Scripts - [Adding the Script Details](https://www.manageengine.com/desktop-management-msp/help/configuring_desktop_central/managing_custom_scripts.html#Adding-Script-Details) - [Modifying the Script Details](https://www.manageengine.com/desktop-management-msp/help/configuring_desktop_central/managing_custom_scripts.html#Modifying-Script-Details) - [Removing the Script Details](https://www.manageengine.com/desktop-management-msp/help/configuring_desktop_central/managing_custom_scripts.html#Removing-Details) It is mandatory to add all the custom scripts in the script repository. Custom script files are used to configure the software settings, trigger events, etc. in the computers of a network. The custom script files can be batch (.bat), command (.cmd), Windows Script Host (WSH) files. The WSH files include VBScript (.vbs), JavaScript (.js), Perl (.php), REXX, Python, sh, scpt, pl, and py files. ## Adding the Script Details To add the script details to UEM Central MSP, follow these steps: 1. Click the **Admin** tab to invoke the **Admin** page. 2. Click the **Script Repository** link under **Repository**. This invokes the **Script Repository** page. 3. Click the **Add Script** button to invoke the **Add Script** page. 4. Select the script from the local disk of the computer by clicking **Browse**, and upload the script. 5. Enter the description for the script in the **Description** field. 6. Enter the arguments for the script in the **Script Arguments** field. 7. Specify the exit code, which should be returned when the script has been executed successfully. 8. Click the **Add** button. You can find the script added to the table in the **Script Details** page. 9. Repeat steps 3 to 8 to add more scripts. ## Modifying the Script Details To modify the script details, follow these steps: 1. Click the **Admin** tab to invoke the **Admin** page. 2. Click the **Script Repository** link under **Repository**. This invokes the **Script Repository** page. 3. Click the ![](https://www.manageengine.com/desktop-management-msp/help/images/modify.jpg) icon under the **Actions** column next to the corresponding **Script Name**. 4. You can choose to edit the script in the default editor that opens, or you can download the script, modify it, and upload the modified version. 5. Click the **Modify** button to complete the process. ## Removing the Script Details To remove the script details, follow these steps: 1. Click the **Admin** tab to invoke the **Admin** page. 2. Click the **Script Repository** under **Repository**. The **Script Repository** page is invoked. 3. Click the ![](https://www.manageengine.com/desktop-management-msp/help/images/delete.jpg) icon under the **Actions** column next to the corresponding script name. Click **OK** to confirm deletion. The script will be removed from the **Script Repository** table.