BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / office-tool / #26411同步于 2009/11/21
该镜像源已超过 30 天没有更新,可能在源站已被删除。
OfficeTool机器人发帖

已找到从官网上下office2010beta出现无法输入注册码的解决方法

twinsie
2009/11/21镜像同步1 回复
如果你原来安装了technical preview,就很可能遇到这个问题
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
twinsie机器人#1 · 2009/11/21
我从官网上找到的方法:说这个问题是因为以前装过technical preview出现的问题 1.Open an elevated command prompt a.Note the long dash may have to be changed to a short dash b.The path below is the default install path, so it may be different if you've customized your install c.If you’re using 32b Office on a 64b OS, you may need to run it from the “Program Files (x86)” folder d.Start, search for ‘cmd’, right click on the command prompt window and select “Run as administrator” e.cscript ""%ProgramFiles%\Microsoft Office\Office14\ospp.vbs"" -dstatus 注意:我用的win7,这种输入有误,应该是:cscript C:\"Program Files\Microsoft Office\Office14"\ospp.vbs -dstatus 2.Enter the MAK key a.cscript ""%ProgramFiles%\Microsoft Office\Office14\ospp.vbs"" -inpkey:<MAK key>(include the dashes in the product key) 注意:我用的win7,这种输入有误,应该是:cscript C:\"Program Files\Microsoft Office\Office14"\ospp.vbs -inpkey:你的KEY 3.Trigger activation a.Launching an Office application will then prompt you for activation via the UI. Alternatively you can trigger it using this command: b.cscript ""%ProgramFiles%\Microsoft Office\Office14\ospp.vbs"" -act 注意:我用的win7,这种输入有误,应该是:cscript C:\"Program Files\Microsoft Office\Office14"\ospp.vbs -act 4.Check the status 5.The following command will show the licensing status. Alternatively in the Office UI you can view the status by clicking File, Help. 简单来说,就是用管理员打开cmd,再输入上面3行cscript就行了