Thursday, February 13, 2025

How to get rid of multiple keyboard layouts in Windows 11 using Remediations in Intune, or PowerShell

 The Experience Blog


Get-WinUserLanguageList


Set-WinUserLanguageList sv-SE -Force


Set-WinUILanguageOverride -Language en-US

.NET or not .NET - ForEach

 .NET or not .NET - ForEach

Summary: Naive foreach loop has better performance than .NET foreach loop


.NET foreach loop: 
# Define an ArrayList in .NET
$dotnetfruits = [System.Collections.ArrayList]@("Apple", "Banana", "Cherry", "Date")
# Use foreach to iterate through each number in the ArrayList $dotnetfruits.foreach( { Write-Output $_ })

Naive foreach loop: 

# Define an array of strings

$fruits = @("Apple", "Banana", "Cherry", "Date")

# Using foreach to loop through each item in the array

$fruits.foreach({

    Write-Output $_

})

Thursday, February 6, 2025

OBS - Open Broadcaster Software Studio

 我們法會直播用的軟體是OBS Studio。您可否裝在您的電腦。先熟悉這個軟體。


以下是一個簡單教學共您參考。

Tutorial https://www.youtube.com/watch?v=nWbJJ4RnPx8


以下是去年我們念佛和法會直播的影片。您看一下了解什麼時候播放牌位和不同的轉場。

https://www.youtube.com/live/mn9o-9t-sdg

https://www.youtube.com/live/WsyWH38ZRpQ


您準備好過後,我們可以透過Teams來一起學習。

Fix: We couldn’t update system reserved partition

  Fix: We couldn’t update system reserved partition