'EnableWinWord20Import.vbs
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Word\Security\FileOpenBlock\FilesBeforeVersion", "0", "REG_DWORD"
objShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Security\FileOpenBlock\FilesBeforeVersion", "0", "REG_DWORD"
wScript.echo "Word 2003 may perhaps now be able to open Word 2.0 files."
