# Custom Scripts - PowerShell, VB, Batch, Executable \[.exe]

- [Custom Scripts Library](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library.md)
- [Quick Guide to Self-Hosting Custom Scripts](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/quick-guide-to-self-hosting-custom-scripts.md)
- [Send Message](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/custom-script-example-send-message.md): The Send Message Custom Script appears as a pop-up window on a computer that it is run on.
- [Rename Multiple Computers](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/rename-multiple-computers.md): A Custom Script to rename multiple computers using a hash table and rebooting after imaging.
- [Show All Notification Icons](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/show-all-notification-icons.md): A Custom Batch Script to display all notification icons at all times.
- [Hide Task View](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/hide-task-view.md): A Custom Batch Script to hide the task view.
- [Hide Recent Apps](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/hide-recent-apps.md): A Custom Batch Script to Hide Recent Apps
- [Hide People Taskbar](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/hide-people-taskbar.md): A Custom Batch Script used to hide the Your People Taskbar.
- [Disable Cortana](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/untitled.md): This Custom Batch Script disables Cortana.
- [Google Chrome Ad Blocker Extension](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/google-chrome-ad-blocker-extension.md): Custom Batch Script to install the Google Chrome ad blocker extension.
- [Create a Custom Script to Install any Google Chrome Extension](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/google-chrome-ad-blocker-extension/create-a-custom-script-to-install-any-google-chrome-extension.md)
- [Uninstall Windows Updates](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/uninstall-a-windows-update.md): Custom PowerShell Script to uninstall Windows Updates.
- [Auto Logon](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/auto-logon.md): Automatically log in to a computer once or permenantly
- [Disable the UltraVNC System Tray Icon](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/disable-the-ultravnc-system-tray-icon.md): This custom script disables the UltraVNC Tray Icon on the user's machine.
- [Install Printer Driver Silently](https://docs.faronics.com/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch/custom-scripts-library/install-printer-driver-silently.md)


---

# 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/faronics-deploy-docs/chinese-1/custom-scripts-powershell-vb-batch.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.
