# 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](https://docs.faronics.com/faronicsdeploy/custom-scripts-powershell-vb-batch/custom-scripts-library/quick-guide-to-self-hosting-custom-scripts) for further information.
{% endhint %}

###

### System Settings and Notification Scripts

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

### Taskbar/Start Menu Scripts

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

### Chrome Extensions

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

###

### Windows Scripts

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