我在网上查了一通,自己也用了,证实了userimages.bmp是启动Nero-burning rom和express生成的。一般会在两个地方,我的文档和桌面。在我的文档还不算什么,在我的桌面就很烦了,每次都要删。我用win2003,每次都在我的桌面生成。
我在国外网站找到两种解决方案,虽然不能彻底消灭这个图,但至少它不会再烦你。
第一种,编制exe。
For the My Documents:
start /wait C:\progra~1\nero\nero.exe
cd %userprofile%\my documentsdel userimage.bmp
exit
For the Desktop:
start /wait C:\progra~1\nero\nero.exe
cd %userprofile%\desktopdel userimage.bmp
exit
可惜我不会用,不知道文件名如果中间有空格应该怎样。所以这种方法没有验证,懂的朋友可以试一下。
第二种,改注册表
nero has a registry entry:
HKEY_CURRENT_USER\Software\ahead\Nero - Burning ROM\Settings\WorkingDir
this seems to be the issue over here
to get it out of my way I created a temp dir in the nero installation folder and changed the registry entry for the entry above to:
C:\Program Files\Nero\Nero 7\Temp
找到这个注册表项,会发现,那个值指向桌面或者我的文档。我的是我的文档,把那个值改成你想放置此图的位置就行了。这个方法证实了,是有效的。最绝的是nero7下面没有temp文件夹,干脆不生成了。哈哈
个人推荐这种方法。
我在国外网站找到两种解决方案,虽然不能彻底消灭这个图,但至少它不会再烦你。
第一种,编制exe。
For the My Documents:
start /wait C:\progra~1\nero\nero.exe
cd %userprofile%\my documentsdel userimage.bmp
exit
For the Desktop:
start /wait C:\progra~1\nero\nero.exe
cd %userprofile%\desktopdel userimage.bmp
exit
可惜我不会用,不知道文件名如果中间有空格应该怎样。所以这种方法没有验证,懂的朋友可以试一下。
第二种,改注册表
nero has a registry entry:
HKEY_CURRENT_USER\Software\ahead\Nero - Burning ROM\Settings\WorkingDir
this seems to be the issue over here
to get it out of my way I created a temp dir in the nero installation folder and changed the registry entry for the entry above to:
C:\Program Files\Nero\Nero 7\Temp
找到这个注册表项,会发现,那个值指向桌面或者我的文档。我的是我的文档,把那个值改成你想放置此图的位置就行了。这个方法证实了,是有效的。最绝的是nero7下面没有temp文件夹,干脆不生成了。哈哈
个人推荐这种方法。
http://www.pxue.com/trackback.asp?tbID=531
http://www.pxue.com/trackback.asp?tbID=531&CP=GBK
用户登陆
最新评论
文章搜索
技巧:Nero7生成烦人的userimages.bmp的现有解决方案