# 01-Setup-Keyence.ps1 — Keyence-specific setup (runs after Shopfloor baseline) Write-Host "=== Keyence Setup ===" # --- Add Keyence credentials --- # cmdkey /generic:keyence-server /user:domain\keyenceuser /pass:password # --- Install Keyence applications --- # Start-Process msiexec.exe -ArgumentList '/i "C:\Enrollment\shopfloor-setup\Keyence\KeyenceApp.msi" /qn' -Wait # --- Keyence configuration --- # Set-ItemProperty -Path "HKLM:\SOFTWARE\CompanyName" -Name "PCType" -Value "Keyence" Write-Host "=== Keyence Setup Complete ==="