I work at a school and we want to tie the students word documents to them to help prevent cheating. I found a reg hack that allows you to change the reg owner, but when I do it it is cumbersome and office asks for user name and initials again. Does anyone have any ideas on turning this hack into a kix script? Or writing directly to the userinfo in the registry so as to not get the box asking for name and initials. I would like to automatically change that everytime a student logs on.I have included the hack below. its from www.winguides,com
http://www.winguides.com/registry/display.php/460/

Change the Registered Owner in Microsoft Office (All Versions) Popular
Category: Home > Software > Microsoft Office
With previous versions of Microsoft Office it was necessary to re-install Office to change the registered company as shown on the splash screen and in the About dialog box. With Office 2000 and XP it can be changed in the registry.

Open your registry and find the key below for your version.

Office 2000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ Uninstall\{00000409-78E1-11D2-B60F-006097C998E7}]

Office XP
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Uninstall\{90280409-6000-11D3-8CFE-0050048383C9}]

Change the value of "RegCompany" and "RegOwner" to the required registered company and user names.

Then find the following registry key for your Office version.

Office 2000
[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common]

Office XP
[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common]

And rename the sub-key called "UserInfo" to "OldUserInfo".

Exit your registry, close all the Office programs and restart one. The registered company should now be changed on both the splash screen and in the About dialog box.