日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程语言 > c/c++ >内容正文

c/c++

QTP11恢复30天试用破解

發(fā)布時間:2024/4/15 c/c++ 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 QTP11恢复30天试用破解 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
[quote][url]http://www.51testing.com/?uid-306685-action-viewspace-itemid-828072[/url][/quote]
QTP11在windows7中30天試用恢復(fù)破解方法:
1.在以下路徑:C:\ProgramData\SafeNet Sentinel,將SafeNet Sentinel刪除或者更名。
2.找到QTP11的安裝目錄下的bin子目錄,執(zhí)行instdemo.exe文件。

以下是依據(jù)以上破解方法編寫的破解代碼,復(fù)制以下代碼,保存為vbs格式文件,以管理員權(quán)限運行保存后的文件,輸入你的QTP安裝目錄的bin目錄的完整路徑,確定即可!

QTPInstallPath = InputBox("請輸入QTP安裝路徑中bin文件夾的完整路徑","參數(shù)輸入","D:\Program Files\HP\QuickTest Professional\bin")
If QTPInstallPath <> "" Then
delfolder = "C:\ProgramData\SafeNet Sentinel"
Set fso = WScript.CreateObject("Scripting.Filesystemobject")
Set WshShell = WScript.CreateObject("Wscript.Shell")
ret = fso.FolderExists(delfolder)
ret1 = fso.FolderExists(QTPInstallPath)
If ret Then
Set Get_folder = fso.GetFolder(delfolder)
Get_folder.Delete
End If

If ret1 Then
check = Right(QTPInstallPath,1)
If check="\" Then
ret3 = fso.FileExists(QTPInstallPath&"instdemo.exe")
If ret3 Then
WshShell.Exec QTPInstallPath&"instdemo.exe"
MsgBox "破解成功!"
Else
MsgBox "您輸入的路徑"& Chr(34)&QTPInstallPath&CHR(34)&"下不存在instdemo.exe文件"
End If
Else
ret3 = fso.FileExists(QTPInstallPath&"\instdemo.exe")
If ret3 Then
WshShell.Exec QTPInstallPath&"\instdemo.exe"
MsgBox "破解成功!"
Else
MsgBox "您輸入的路徑"& Chr(34)&QTPInstallPath&CHR(34)&"下不存在instdemo.exe文件"
End If
End If
Else
MsgBox "輸入的QTP安裝文件bin路徑"& Chr(34)&QTPInstallPath&CHR(34)&"不存在"
End If
Set Get_folder = Nothing
Set WshShell = Nothing
Set fso = Nothing
Else
End If
[quote][url]http://www.51testing.com/?uid-306685-action-viewspace-itemid-827330[/url][/quote]
QTP11在windows XP中30天試用恢復(fù)破解方法:
1.在以下路徑:C:\Documents and Settings\All Users\Application Data\SafeNet Sentinel將SafeNet Sentinel刪除或者更名。
2.找到QTP11的安裝目錄下的bin子目錄,執(zhí)行instdemo.exe文件。

以下是依據(jù)以上破解方法編寫的破解代碼,復(fù)制以下代碼,保存為vbs格式文件,運行保存后的文件,輸入你的qtp安裝目錄的bin目錄的完整路徑,確定即可!

QTPInstallPath = InputBox("請輸入QTP安裝路徑中bin文件夾的完整路徑","參數(shù)輸入","D:\Program Files\HP\QuickTest Professional\bin")
If QTPInstallPath <> "" Then
delfolder = "C:\Documents and Settings\All Users\Application Data\SafeNet Sentinel"
Set fso = WScript.CreateObject("Scripting.Filesystemobject")
Set WshShell = WScript.CreateObject("Wscript.Shell")
ret = fso.FolderExists(delfolder )
ret1 = fso.FolderExists(QTPInstallPath)
If ret Then
Set Get_folder = fso.GetFolder(delfolder)
Get_folder.Delete
End If

If ret1 Then
check = Right(QTPInstallPath,1)
If check="\" Then
ret2 = fso.FileExists(QTPInstallPath&"instdemo.exe")
If ret2 Then
WshShell.Exec QTPInstallPath&"instdemo.exe"
MsgBox "破解成功!"
Else
MsgBox "您輸入的路徑"& Chr(34)&QTPInstallPath&CHR(34)&"下不存在instdemo.exe文件"
End If
Else
ret2 = fso.FileExists(QTPInstallPath&"\instdemo.exe")
If ret2 Then
WshShell.Exec QTPInstallPath&"\instdemo.exe"
MsgBox "破解成功!"
Else
MsgBox "您輸入的路徑"& Chr(34)&QTPInstallPath&CHR(34)&"下不存在instdemo.exe文件"
End If
End If
Else
MsgBox "輸入的QTP安裝文件bin路徑"& Chr(34)&QTPInstallPath&CHR(34)&"不存在"
End If
Set Get_folder = Nothing
Set WshShell = Nothing
Set fso = Nothing
Else
End If

總結(jié)

以上是生活随笔為你收集整理的QTP11恢复30天试用破解的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。