How to force remove a keyboard language on Windows 10

How to force remove a keyboard language on Windows 10 in this video I'll show you how to remove a keyboard language on windows 10, using Powershell

How to force remove a keyboard language on Windows 10
in this video I'll show you how to remove a keyboard language on windows 10, using Powershell
Code :
[ $LangList = Get-WinUserLanguageList
$MarkedLang = $LangList | where LanguageTag -eq "<languagecode>"
$LangList.Remove($MarkedLang)
Set-WinUserLanguageList $LangList -Force ]

1st step : Open PowerShell
2nd : Get-WinUserLanguageList
3rd : write the code bellow after replacing the "<languagecode>" by the name of the keyboard language you want for exemple en-US will be "en-US"



Code :
$LangList = Get-WinUserLanguageList
$MarkedLang = $LangList | where LanguageTag -eq "<languagecode>"
$LangList.Remove($MarkedLang)
Set-WinUserLanguageList $LangList -Force

COMMENTS

BLOGGER: 4
  1. Is there any option to undo if we deleted one by this way? Just asked out of curiosity

    ReplyDelete
  2. Thank you for sharing this informative information with us! We appreciate your effort in providing a helpful solution for removing a keyboard language on Windows 10 using PowerShell. Your instructions seem clear and concise, and the use of PowerShell can be a powerful method for advanced users. if you're interested in making a positive impact on the environment, I would suggest considering the implementation of a bulk trash schedule. By organizing and bulk trash schedule, you can ensure proper disposal of large items while promoting an environmentally friendly approach. It's a great way to manage waste responsibly and prevent unnecessary landfill buildup. Thank you again for sharing your knowledge and offering helpful suggestions. It's through such contributions that we can collectively make a difference and create a more sustainable world.

    ReplyDelete

Name

3D,1,Aerosol,1,Android,1,Android Studio,1,ArcGIS,1,ArcGIS Pro,1,Basemap,1,Browser,1,Courses online,6,Data,3,DEM,1,Download,29,Error,2,free,32,G-Suite,2,GIS,7,Google,6,Google Drive,1,Google Earth,7,Google Maps,2,Google Photos,1,How To,24,Imagery,3,KMPlayer,3,Landsat,1,Linux,2,Mac,4,maps,1,Merge,1,Morocco,1,Multimedia,1,NET Framework,10,OSM,1,PDF,6,Photos,1,PolSARpro,1,Powershell,1,QGIS,3,Remote Sensing,15,SAS Planet,5,Satellite,2,Sentinel1,1,Shapefile,1,Software,27,Split,5,Terra Incognita,1,Tools,1,Tor,1,Tutorials,7,Units,1,Vehicle,1,Web,7,Windows,5,
ltr
item
How To : How to force remove a keyboard language on Windows 10
How to force remove a keyboard language on Windows 10
How to force remove a keyboard language on Windows 10 in this video I'll show you how to remove a keyboard language on windows 10, using Powershell
https://i.ytimg.com/vi/KVMwFCMRlkU/hqdefault.jpg
https://i.ytimg.com/vi/KVMwFCMRlkU/default.jpg
How To
https://howto.geojamal.com/2020/06/blog-post.html
https://howto.geojamal.com/
https://howto.geojamal.com/
https://howto.geojamal.com/2020/06/blog-post.html
true
4569036596683440193
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content