I need to implement a way of forcing users of (Windows 2003 Citrix Metaframe) to display files shown in Windows Explorer as the "List" option, under View in Windows Explorer.

 Code:
$RegKey = "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Bags\AllFolders\Shell"
$RetVal = WriteValue("$RegKey", "Vid", "{0E1FA5E0-3573-11CF-AE69-08002B2E1262}", "REG_SZ")


My environment defaults all user sessions to "Icons", even moving between folders, views default back to icon. The environment automatically purges all user registry changes at logoff, except for branches I specify in a ini file. Because of the above script and the envrionment (architecture), shouldn't the default file view for all folders be "List". I do not want to save user views for all folders - which I understand could up to about 400 by default. I understand I might need to include some script for MRUBags also.