最初由 越野越精彩 发表 那个批处理文件我已经用了半年多了。去年8.7用到现在。一直很管用的。 文件代码如下:
@echo off set FILE1="%ALLUSERSPROFILE%\Application Data\PKP_DLbz.dat" set FILE2="%ALLUSERSPROFILE%\Application Data\Ultima_T15\reg_configch.stn" set FILE3="%ALLUSERSPROFILE%\Application Data\EnterNHelp\hxad.xxc" set FILE4="%ALLUSERSPROFILE%\Application Data\EnterNHelp\hxbr.xxb" if exist %FILE1% attrib -h %FILE1% if exist %FILE1% del /f %FILE1% if exist %FILE2% del /f %FILE2% if exist %FILE3% del /f %FILE3% if exist %FILE4% del /f %FILE4% echo Capture NX Trial Version with 30 days remaining. Enjoy pause
将以上代码复制到写字板中保存为文本文件,然后将文件转成后缀名为.bat 的dos批处理文件(具体转换我忘了。去请教高手吧。)运行nx前先双击批处理文件就可以了,每运行批处理文件一次,nx的试用期就恢复到了30天。爽的! |