Skip to content

Commit

Permalink
Update Shells.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
caglaryalcin authored Jul 13, 2023
1 parent 53b2493 commit b44d2d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/startup/Shells.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Function ImportTask {
Function RemoveENKeyboard {
$langs = Get-WinUserLanguageList
Set-WinUserLanguageList ($langs | Where-Object {$_.LanguageTag -ne "en-US"}) -Force *>$null
Write-Host Test
Start-Sleep 10
}
RemoveENKeyboard
# Add TR Keyboard
Expand Down

0 comments on commit b44d2d5

Please sign in to comment.