# Custom Scripts Library

We provide a library of example Custom Scripts that you can use as-is or customize to meet your needs and use within Faronics Deploy.&#x20;

{% hint style="info" %}
Best practice is to self-host your Custom Scripts, see [Quick Guide to Self-Hosting Custom Scripts](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/quick-guide-to-self-hosting-custom-scripts.md) for further information.
{% endhint %}

###

### System Settings and Notification Scripts

| Script Name                                                                                                                         | Type       | Description                                                   |
| ----------------------------------------------------------------------------------------------------------------------------------- | ---------- | ------------------------------------------------------------- |
| [Send Message](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/custom-script-example-send-message.md)     | PowerShell | Send a message to any Windows computer(s) in Faronics Deploy. |
| [Rename Multiple Computers](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/rename-multiple-computers.md) | PowerShell | Rename multiple Windows computer(s) after imaging them.       |

### Taskbar/Start Menu Scripts

| Script Name                                                                                                                             | Type         | Description                                           |
| --------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------------------------------------------- |
| [Show All Notification Icons](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/show-all-notification-icons.md) | Batch Script | Enable the setting to display all notification icons. |
| [Hide Task View](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/hide-task-view.md)                           | Batch Script | Hide the taskbar view.                                |
| [Hide Recent Apps](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/hide-recent-apps.md)                       | Batch Script | Hide the recent apps from view.                       |
| [Hide People Taskbar](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/hide-people-taskbar.md)                 | Batch Script | Hide the Your People chat feature.                    |
| [Disable Cortana](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/untitled.md)                                | Batch Script | Disable the Cortana feature.                          |

### Chrome Extensions

| Script Name                                                                                                                                                                                                  | Type         | Description                                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------ | --------------------------------------------------------------------- |
| [Google Chrome Ad Blocker Extension](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/google-chrome-ad-blocker-extension.md)                                                        | Batch Script | Install the Ad blocker extension in Google Chrome.                    |
| [Any Google Chrome Extension](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/google-chrome-ad-blocker-extension/create-a-custom-script-to-install-any-google-chrome-extension.md) | Batch Script | How to create a custom script to install any Google Chrome Extension. |

###

### Windows Scripts

| Script Name                                                                                                                                                 | Type               | Description                                                            |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ---------------------------------------------------------------------- |
| [Uninstall a Windows Update](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/uninstall-a-windows-update.md)                       | PowerShell         | Uninstall a Windows Update.                                            |
| [Auto Logon](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/auto-logon.md)                                                       | PowerShell         | Automatically log into a computer once or permenantly.                 |
| [Disable the UltraVNC System Tray Icon](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/disable-the-ultravnc-system-tray-icon.md) | PowerShell         | Disable the UltraVNC Tray Icon on the user's machine.                  |
| [Install Printer Driver Silently](/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/install-printer-driver-silently.md)             | Executable \[.exe] | Push Epson printer driver that install silently on the user's machine. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.faronics.com/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
