很久沒有在網吧上網了.這幾天由于一些原因不得不來網吧!
想下載一些東西老是不能,因為很多網吧鎖住了這項功能!機器是通過修改IE工具欄的Internet選項,然后把里面的“安全”-----“自定義級別”-----“安全設置”中做了禁止下載設定!!!
開始我還以為是注冊表里鎖了什么! 改了半天都不行,后來發現原來是網吧的一些管理軟件將system目錄下的inetcpl.cpl改名成了inetcpl.cpp,所以一點擊IE工具欄的Internet選項時顯示“該機器被鎖定,請與管理員聯系”!!!
知道了這些,解決起來就EASY了,首先讓我們打開記事本(可以通過“查看”-----“原代碼”)來打開記事本,然后在記事本本填寫如下東西“rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpp”(引號中的東西,引號不寫)保存為一個批處理文件,例如可以保存為“yhb.bat”,保存在任何地方,例如桌面上,雙擊運行它,就可以看到“Internet選項”,修改它,讓它可以下載東西!!這樣就*定了!!!
注:控制面板
模塊: control.exe
命令: rundll32.exe shell32.dll,Control_RunDLL
結果: 顯示控制面板窗口。
例子:
Dim x
x = Shell("rundll32.exe shell32.dll,Control_RunDLL")
輔助選項
模塊: access.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
結果: 顯示輔助選項/常規。
命令: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1
結果: 顯示輔助選項/鍵盤。
命令: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
結果: 顯示輔助選項/聲音。
命令: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
結果: 顯示輔助選項/顯示。
命令: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
結果: 顯示輔助選項/鼠標。
添加新硬件
模塊: sysdm.cpl
命令:rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1
增加新的打印機
模塊:shell32.dll
命令:rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter
添加/刪除程序
模塊:appwiz.cpl
命令:rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
結果:顯示安裝/卸載。
命令:rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
結果:顯示安裝/卸載。
命令:rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
結果:顯示Windows 安裝。
命令:rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
結果:顯示啟動盤。
復制磁盤
模塊:diskcopy.dll
命令:rundll32.exe diskcopy.dll,DiskCopyRunDll
時間/日期
模塊: timedate.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,0
結果: 顯示設置日期/時間。
命令: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,1
結果: 顯示設置時間區域。
撥號連接(DUN)
模塊: rnaui.dll
命令: rundll32.exe rnaui.dll,RnaDial 連接_名稱
結果: 打開指定的撥號連接。
例子:
x= Shell("rundll32.exe rnaui.dll,RnaDial " & "連接_名稱", 1)
顯示器
模塊: desk.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
結果: 背景設置。
命令: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
結果: 屏幕保護設置。
命令: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
結果: 外觀設置。
命令: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
結果: 設置窗口。
操縱桿
模塊: joy.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL joy.cpl
郵件/傳真
模塊: mlcfg32.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl
結果: 出現 MS Exchange 屬性設置。
郵局設置
模塊: wgpocpl.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL wgpocpl.cpl
結果: 顯示 MS Postoffice Workgroup Admin 設置。
主設置
模塊: main.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @0
結果: 顯示鼠標屬性。
命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @1
結果: 顯示鍵盤/速度屬性。
命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @1,,1
結果: 顯示鍵盤/語言屬性。
命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @1,,2
結果: 顯示鍵盤/常規屬性。
命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @2
結果: 顯示打印機屬性。
命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @3
結果: 顯示字體屬性。
命令: rundll32.exe shell32.dll,Control_RunDLL main.cpl @4
結果: 顯示電源管理屬性。
增加 Modem
模塊:modem.cpl
命令:rundll32.exe shell32.dll,Control_RunDLL modem.cpl,,add
多媒體
模塊: mmsys.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0
結果:聲音。
命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1
結果:視頻。
命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2
結果:聲音 MIDI。
命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3
結果:CD/音樂。
命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4
結果:高級。
命令: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1
結果:聲音。
網絡
模塊:netcpl.cpl
命令:rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl
打開方式窗口(Open With)
模塊: shell32.dll
命令:rundll32.exe shell32.dll,OpenAs_RunDLL path/filename
口令
模塊: password.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL password.cpl
區域設置
模塊: intl.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0
結果: 區域設置。
命令: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,1
結果: 數字格式設置。
命令: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,2
結果: 金額格式設置。
命令: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,3
結果:時間格式設置。
命令: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4
結果: 日期格式設置。
屏幕保護
模塊: appwiz.cpl
命令: rundll32.exe desk.cpl,InstallScreenSaver c:/win/system/Flying Windows.scr
結果: 安裝屏幕保護并顯示預覽屬性頁。
系統設置
模塊: sysdm.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0
結果: 顯示常規設置。
命令: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
結果: 顯示設備管理設置。
命令: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
結果: 顯示硬件設置。
命令: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
結果: 顯示性能設置。
IE4 設置
模塊: inetcpl.cpl
命令: rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl
|
新聞熱點
疑難解答