while ($true) Start-Process "C:\Program Files\ThinClient\app.exe" -Wait Start-Sleep -Seconds 5

| Policy | Setting | |--------|---------| | Ctrl+Alt+Del disabled | Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr=1 | | No context menu | HideSCAHealth=1 | | Block USB storage | Deny_Removable device install policy | | Disable Windows keys | Scancode Map registry key | | Only allowed apps | AppLocker whitelist (only your .exe) | dism /image:C:\mount /cleanup-image /startcomponentcleanup /resetbase Then compact OS:

dism /image:C:\mount /get-packages Remove (example):

Windows Thin Client Os (Confirmed ✦)

while ($true) Start-Process "C:\Program Files\ThinClient\app.exe" -Wait Start-Sleep -Seconds 5

| Policy | Setting | |--------|---------| | Ctrl+Alt+Del disabled | Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr=1 | | No context menu | HideSCAHealth=1 | | Block USB storage | Deny_Removable device install policy | | Disable Windows keys | Scancode Map registry key | | Only allowed apps | AppLocker whitelist (only your .exe) | dism /image:C:\mount /cleanup-image /startcomponentcleanup /resetbase Then compact OS: windows thin client os

dism /image:C:\mount /get-packages Remove (example): while ($true) Start-Process "C:\Program Files\ThinClient\app