Tuesday, March 3, 2026

Kiosk Windows 10

Set-Service FDResPub -StartupType Disabled

Set-Service fdPHost -StartupType Disabled

Set-Service LanmanServer -StartupType Disabled

Set-Service lmhosts -StartupType Disabled


Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol


Set-SmbServerConfiguration -EnableSMB1Protocol $false -Force


Get-NetConnectionProfile


Set-NetConnectionProfile -NetworkCategory Public


Set-NetFirewallProfile -Profile Public -DefaultInboundAction Block