De Atletiekunie vMix computers draaien op Windows 11 Pro. De volgende stappen zijn ondernomen voor een installatie:
- Instellen BIOS
- Auto Power On after powerloss
- Instellen Windows
- Aanpassen Computernaam
Rename-Computer -NewName server2
- Network Category op Private
Get-NetConnectionProfile | Set-NetConnectionProfile -NetworkCategory Private
- Enable RDP
Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 0 Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
- Enable Ping
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
- Performance Settings
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects' -name "VisualFXSetting" -value 2
- Crash Control
Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\CrashControl'-name "CrashDumpEnabled" -value 3
- Set Power Settings
powercfg.exe -x -standby-timeout-ac 0 powercfg.exe -x -hibernate-timeout-ac 0
- Uninstall Default Apps
winget uninstall Disney.37853FC22B2CE_6rarf9sa4v8jt winget uninstall Microsoft.549981C3F5F10_8wekyb3d8bbwe winget uninstall Microsoft.BingWeather_8wekyb3d8bbwe winget uninstall Microsoft.GetHelp_8wekyb3d8bbwe winget uninstall Microsoft.Getstarted_8wekyb3d8bbwe winget uninstall Microsoft.Microsoft3DViewer_8wekyb3d8bbwe winget uninstall Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe winget uninstall Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe winget uninstall Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe winget uninstall Microsoft.MixedReality.Portal_8wekyb3d8bbwe winget uninstall Microsoft.MSPaint_8wekyb3d8bbwe winget uninstall Microsoft.Office.OneNote_8wekyb3d8bbwe winget uninstall Microsoft.People_8wekyb3d8bbwe winget uninstall Microsoft.SkypeApp_kzf8qxf38zg5c winget uninstall Microsoft.Wallet_8wekyb3d8bbwe winget uninstall Microsoft.WindowsAlarms_8wekyb3d8bbwe winget uninstall Microsoft.WindowsCamera_8wekyb3d8bbwe winget uninstall Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe winget uninstall Microsoft.WindowsMaps_8wekyb3d8bbwe winget uninstall Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe winget uninstall Microsoft.Xbox.TCUI_8wekyb3d8bbwe winget uninstall Microsoft.XboxApp_8wekyb3d8bbwe winget uninstall Microsoft.XboxGameOverlay_8wekyb3d8bbwe winget uninstall Microsoft.XboxGamingOverlay_8wekyb3d8bbwe winget uninstall Microsoft.XboxIdentityProvider_8wekyb3d8bbwe winget uninstall Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe winget uninstall Microsoft.YourPhone_8wekyb3d8bbwe winget uninstall Microsoft.ZuneMusic_8wekyb3d8bbwe winget uninstall SpotifyAB.SpotifyMusic_zpdnekdrzrea0
- Install Apps
- Winget
winget install 7zip.7zip winget install Mikrotik.Winbox
- Taskbar
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Search -Name SearchBoxTaskbarMode -Value 0 Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds -Name ShellFeedsTaskbarViewMode -Value 2
- Install Onedrive Manually add vmix@atletiekunie.tv Manually add AtletiekunieTV Team Site and mark correct directory’s for download
- Enable Windows Updates for other Products
- Set Windows Updates maintenance windows
Set-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings -Name ActiveHoursStart -Value 8 Set-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings -Name ActiveHoursEnd -Value 23