.dot是word2003的模板扩展名
.dotx是word2007的模板扩展名
在电脑里搜索到这些文件找到你想删除的即可
如果是word默认模板找到normal.dot(word2003的默认模板扩展名)或者normal.dotx(word2007的默认模板扩展名)删除即可
默认模板保存路径c:\documents
and
settings\administrator\application
data\microsoft\templates\normal.dot或者normal.dotx
del
/f
/s
/q
"%userprofile%\local
settings\temp\*.*"
del
/f
/s
/q
"%appdata%\microsoft\Templates\*.*"
del
/f
/s
/q
"%appdata%\microsoft\Word\*.*"
del
/f
/s
/q
"%appdata%\microsoft\office\*.*"
del
/f
/s
/q
"%appdata%\microsoft\excel\*.*"
del
/f
/s
/q
"%appdata%\microsoft\PowerPoint\*.*"
用这些命令就可以删除!