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
- Host: GitHub
- URL: https://github.com/repersonxd/us-layout-remover
- Owner: repersonxd
- Created: 2024-10-30T15:43:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T16:56:03.000Z (over 1 year ago)
- Last Synced: 2025-03-03T10:15:30.805Z (about 1 year ago)
- Topics: english, keyboard, keyboard-layout, keyboard-layout-remover, powershell, turkish
- Language: PowerShell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!