Đây là cách 2 : cài WMP11 và IE7 mà ko cần phải có Win xịn (còn cách 1 thì PM anh hướng dẫn cho cách đổi key Windows)
WMP11 :
Quote:
http://rapidshare.de/files/20414934/...orldw.info.rar
Pass:
WW Admin
Down link này về bung ra và làm theo các bước sau nha
WGA workaround: WinRAR needed!
-Extract installer (mpsetup.exe)
-run wmp11.exe in folder (not setup_wm.exe)
-restart your pc
-run three other exe's in extracted folder (not setup_wm.exe)
Sp1 và 2 đều ngon
Internet Explorer 7
1. Download bản IE 7 Beta 2 Review ở link sau Click Here
2. Sử dụng WinRAR để extract file .exe vừa download ra (như extract zip, rar file í).
3. Copy tất cả file vừa extract vào folder C:\Program Files\Internet Explorer 7 (tạo folder trong Program Files).
4. Mở notepad ra, paste đoạn code sau vào:
Mã:
@ECHO OFF
TITLE IE7 Launcher 1.4
ECHO IE7 STANDALONE LAUNCHER 1.4
ECHO Updated for IE7 Beta 2 Preview
ECHO.
ECHO Do not close this window or it will not clean up after itself properly.
ECHO You can pass a URL into this batch file, like this:
ECHO ie7.bat [url]www.microsoft.com[/url]
ECHO.
ECHO More info here: [url]http://weblogs.asp.net/jgalloway/archive/2005/12/28/434132.aspx[/url]
ECHO.
ECHO When you close IE7, this will remove the registry key and shut itself down.
ECHO.
ECHO Setting up IE7 for standalone mode...
PUSHD %~dp0
ECHO Removing IE7 registry key and set the version vector to "7.0000".
> %TEMP%.\IE7Fix.reg ECHO REGEDIT4
>>%TEMP%.\IE7Fix.reg ECHO.
>>%TEMP%.\IE7Fix.reg ECHO [-HKEY_CLASSES_ROOT\CLSID\{C90250F3-4D7D-4991-9B69-A5C5BC1C2AE6}]
>>%TEMP%.\IE7Fix.reg ECHO [-HKEY_CLASSES_ROOT\Interface\{000214E5-0000-0000-C000-000000000046}]
>>%TEMP%.\IE7Fix.reg ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version Vector]
>>%TEMP%.\IE7Fix.reg ECHO "IE"="7.0000"
>>%TEMP%.\IE7Fix.reg ECHO.
:: Merge the REG file to delete the IE7 standalone entry
REGEDIT /S %TEMP%.\IE7Fix.reg
REN SHLWAPI.DLL SHLWAPI.DLL.BAK
TYPE NUL > IEXPLORE.exe.local
ECHO Running IE7...
iexplore.exe "%1"
:: Merge the REG file to delete the IE7 standalone entry
REGEDIT /S %TEMP%.\IE7Fix.reg
:: Delete the temporary REG file
DEL %TEMP%.\IE7Fix.reg
ECHO Removing IE7 standalone files...
REN SHLWAPI.DLL.BAK SHLWAPI.DLL
DEL IEXPLORE.exe.local
:: Set the old version vector "6.0000".
> %TEMP%.\IE7Fix.reg ECHO REGEDIT4
>>%TEMP%.\IE7Fix.reg ECHO.
>>%TEMP%.\IE7Fix.reg ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version Vector]
>>%TEMP%.\IE7Fix.reg ECHO "IE"="6.0000"
>>%TEMP%.\IE7Fix.reg ECHO.
REGEDIT /S %TEMP%.\IE7Fix.reg
DEL %TEMP%.\IE7Fix.reg
POPD
ECHO Complete, closing...
5. Save lại thành file ie7.bat trong folder C:\Program Files\Internet Explorer 7
6. Tạo shortcut của file ie7.bat (có thể dùng Send To trong menu right click)
7. Chạy file shourtcut của ie7.bat trên desktop và đã có thể sử dụng Inter Explorer 7 <
song song với IE6
Notice: Khi chạy IE7 thì sẻ có 1 cửa sổ dos chạy kèm theo, ko cần tắt đi, khi nào tắt trình duyệt là nó sẻ tự tắt theo. Ngoài ra có 1 lỗi là khi bắt đầu dùng IE7 thì khi nhập link trogn Address của IE nó sẻ dùng các cửa sổ đã mở cũ để chạy :-S hoặc mở cửa sổ mới :-SS
Tested: sau khi test thì chạy ngon lành :x nhưng không thể sử dụng cách browser bằng Tab mặt dù trong menu File có phần này cũng như không coi được About trong menu Help 8-|