防止ADO连接SQL Server时的隐式连接
[ 2007-06-15 18:44:16 | 作者: admin ]
防止ADO连接SQL Server时的隐式连接
Report Date: 2002/9
Prepared by: 郑 昀
Article last modified on 2002-9
The information in this article applies to:
ü ...
阅读全文…
阅读全文…
让winxp通过正版验证,您的系统可能存在风险!
[ 2007-06-15 11:47:04 | 作者: admin ]
http://zhidao.baidu.com/question/25202905.html
首先,新建个文本文件 key.vbs ,输入下面这些:...
阅读全文…
首先,新建个文本文件 key.vbs ,输入下面这些:
引用
ON ERROR RESUME NEXT
Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("Powered By www.***.com"&vbCr&vbCr&" 本程序将自动替换你当前 Windows 的序列号,通过微软验证完全正版。"&vbCr&vbCr&"序列号(OEM版无效,默认版本为 XP VLK):","Windows XP序列号自动更换器","MRX3F-47B9T-2487J-KWKMF-RPWBY")
if VOL_PROD_KEY="" then
Wscript.quit
Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("Powered By www.***.com"&vbCr&vbCr&" 本程序将自动替换你当前 Windows 的序列号,通过微软验证完全正版。"&vbCr&vbCr&"序列号(OEM版无效,默认版本为 XP VLK):","Windows XP序列号自动更换器","MRX3F-47B9T-2487J-KWKMF-RPWBY")
if VOL_PROD_KEY="" then
Wscript.quit
阅读全文…
1