Create the Gamelist file:
[components]
freecell=off
hearts=off
minesweeper=off
pinball=off
solitaire=off
spider=off
zonegames=off

Here is the script:

 Code:
$GamesList = @LSERVER + "\NETLOGON\GamesList.txt"
? "Games removal script processing..."
Shell "%WINDIR%\SYSTEM32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u:" + $GamesList + " /q /r"