An open API service indexing awesome lists of open source software.

https://github.com/repersonxd/us-layout-remover

This PowerShell program allows you to remove the English keyboard layout on Windows 10 and 11 without the need to restart your computer
https://github.com/repersonxd/us-layout-remover

english keyboard keyboard-layout keyboard-layout-remover powershell turkish

Last synced: 8 months ago
JSON representation

This PowerShell program allows you to remove the English keyboard layout on Windows 10 and 11 without the need to restart your computer

Awesome Lists containing this project

README

          

# 🎉 Remove Unwanted Keyboard Layout

This **PowerShell program** allows you to remove the unwanted English keyboard layout on Windows 10 and 11 without the need to reboot. 💻✨

## Usage

Running the Program
```powershell
powershell -ExecutionPolicy Bypass -File "$DownloadsPath\RemoveEnglishKeyboardLayout.ps1"
```
Important Notes ⚠️

What You Need to Do: Open PowerShell with the "Run as Administrator" option. Run the following command to set the necessary policy:
```bash
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
```
Now you can easily remove the unwanted keyboard layout! Have fun! 🎈
```vbnet

Let me know if you need anything else!