Thứ Sáu, 1 tháng 12, 2017

Hướng dẫn build nhanh bộ cài Windows 7 tự nhận driver, cài đặt phần mềm và kích hoạt

Xin chào các bạn! Nếu các bạn có đọc bài viết hướng dẫn xây dựng lại bộ cài đặt Windows 7 hoàn chỉnh từ bộ cài đặt gốc của tôi ắt hản bạn sẽ thấy để build lại thành bộ cài hoàn chỉnh thì rất nhiều thời gian. Cho nên hôm này tôi sẽ hướng dẫn các bạn build nhanh bộ cài Windows 7 tự nhận driver, cài đặt phần mềm và kích hoạt mà không cần phải cài trên máy ảo. Ưu điểm của phương pháp này là nhanh tróng kiểu như dạng mì ăn liền, dễ thực hiện tuy nhiên nó cũng có nhược điểm là lúc cài đặt windows sẽ lâu hơn vì còn phải cài đặt phần mềm trước khi boot vào desktop.


11-4-2016%2B2-33-11%2BPM

Bạn có thể build bộ cài trên máy tính cài đặt Windows 7/8/8.1 và 10 đều được, yêu cầu bạn phải cài đặt phần mềm UltraISO

Trước tiên bạn tạo một thư mục mới tên là sources chẳng hạn tiếp theo tìm đến bộ cài iso windows 7 chuột phải nó chọn UltraISO=>Mount to driver.. sau đó truy cập ổ ảo vào thư mục sources tìm đến file install.wim copy nó vào thư mục sources mà bạn vừa tạo mới

11-4-2016%2B11-41-52%2BAM

Trước tiên bạn cần phải biết thông tin của tập tin install.wim này gồm những phiên bản cài đặt nào bằng cách mở cmd lên không cần chạy bằng admin copy lệnh sau vào cmd

dism /get-wiminfo /wimfile:D:\sources\install.wim

11-4-2016%2B12-11-54%2BPM

Như vậy tập tin install.wim này bao gồm 5 phiên bản windows 7 tương ứng với giá trị index của nó

Tiếp theo bạn tạo mới thêm một thư mục tên mount chẳng hạn mục đích chúng ta sẽ mount tập tin install.wim này vào thư mục mount, sử dụng lệnh sau

dism /mount-wim /wimfile:D:\sources\install.wim /index:5 /mountdir:D:\mount

với index:5 tương ứng với phiên bản Ultimate nếu bạn muốn làm phiên bản khác thay thế giá trị tương ứng với phiên bản.


11-4-2016%2B12-18-39%2BPM

Sau khi mount xong bạn truy cập thư mục mount tạo mới một thư mục tên Installer lưu ý tên của thư mục không được có khoảng cách nếu có khoảng cách phải ngăn chúng bằng các dấu _ hoặc - hoặc . ví dụ windows_setup


11-4-2016%2B12-53-32%2BPM


Khi tạo mới xong thư mục Installer bước tiếp theo bạn copy các phần mềm cần cài đặt vào thư mục này

11-4-2016%2B12-53-42%2BPM

Với drivers bạn có thể sử dụng phần mềm WanDriver 5 hoặc 6 cũng được lưu ý phiên bản x86 và x64. Kích hoạt windows thì bạn cứ sử dụng phần mềm windows loader cũng được.

Khi copy xong những phần mềm cần cài tiếp theo bạn sẽ viết các lệnh script để chạy những phần mềm tương ứng này. chúng ta sẽ viết vào trong notepad sau đó lưu lại thành tập tin setupcomplete.cmd hoặc setupcomplete.bat

Cấu trúc của nó như sau

@echo off
Nội dung
exit

Cấu trúc của dòng lệnh chạy phần mềm

start /wait %systemdrive%\<Đường dẫn>\Tên tập tin.exe /norestart

Ví dụ để cài đặt phần mềm CCleaner đang lưu trong thư mục Installer sử dụng lệnh sau

start /wait %systemdrive%\Installer\ccsetup523.exe /norestart

Tham số  /wait để chỉ việc đợi cài đặt xong phần mềm này rồi mới đến phần mềm khác, tham số /norestart để ngăn không cho phần mềm tự khởi động máy lại.

Nếu bạn muốn chạy cài đặt phần mềm dạng silent bạn phải tìm tham số silent của nó, sử dụng phần mềm universal silent switch fider tìm 

11-4-2016%2B3-45-40%2BPM

Ví dụ phần mềm CCleaner này có tham số là /S vậy bạn viết đoạn mã hoàn chỉnh là 

start /wait %systemdrive%\Installer\ccsetup523.exe /S /norestart

Cứ như vậy thêm các đoạn mã chạy các phần mềm khác. ví dụ như của tôi là
@echo off
start /wait %systemdrive%\Installer\ccsetup523.exe /S /norestart
start /wait %systemdrive%\Installer\idman626build8.exe /norestart
start /wait %systemdrive%\Installer\K-Lite_Codec_Pack_1244_Full.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /norestart
start /wait %systemdrive%\Installer\Microsoft_Visual_C_Pack_v1.1_Silent.exe /norestart
start /wait %systemdrive%\Installer\NDP462-KB3151800-x86-x64-AllOS-ENU.exe /norestart
start /wait %systemdrive%\Installer\TeamViewer_Setup_vi-iod.exe /norestart
start /wait %systemdrive%\Installer\uiso9_pe.exe /S /norestart
start /wait %systemdrive%\Installer\UniKey-4.0RC2-1101-Setup.exe /VERYSILENT /SUPPRESSMSGBO /norestart
start /wait %systemdrive%\Installer\wrar540vn.exe /norestart
start /wait %systemdrive%\Installer\Drivers\[Win7.x86]WanDrv6.exe /norestart
start /wait %systemdrive%\Installer\WindowsLoader\WindowsLoader.exe /norestart
start /wait %systemdrive%\Installer\RegFiles\Add-copy-as-path-context-menu.reg
start /wait %systemdrive%\Installer\RegFiles\disable_automatic_maintenance.reg
start /wait %systemdrive%\Installer\RegFiles\InstallTakeOwnership.reg
start /wait %systemdrive%\Installer\RegFiles\Make-windows-faster.reg
start /wait %systemdrive%\Installer\RegFiles\OEMInformation.reg
rd /s /q "C:\Installer"
rd /s /q "C:\Drivers"
del %0
exit
Trong đó:
rd /s /q "C:\Installer": Xóa thư mục Installer sau khi đã cài đặt xong
rd /s /q "C:\Drivers": Xóa thư mục Drivers tự sinh ra khi cài đặt WanDriver
del %0: xóa chính tập tin setupcomplete.cmd

Khi có được tập tin setupcomplete.cmd bạn truy cập đường dẫn mount\Windows\Setup tạo mới 1 thư mục tên là scripts và copy tập tin setupcomlete.cmd vào đấy như ví dụ hình bên dưới
11-4-2016%2B1-21-59%2BPM

gắn kết các thư mục tập tin trong thư mục mount về lại tập tin install.wim sử dụng lệnh

dism /unmount-wim /mountdir:D:\mount /commit

11-4-2016%2B1-29-47%2BPM

Tạo tập tin trả lời cài đặt windows tự động


Thu%2B27%2B10%2B11-10-18%2BAM

Mở Notepad ra copy tất cả các đoạn code bên dưới vào sau đó lưu lại thành autounattend.xml định dạng All files và Encoding là UTF-8


   
       
           
               
                    en-US
               

                1033:00000409
                en-US
                en-US
                en-US
           

           
               
                    en-US
               

                1033:00000409
                en-US
                en-US
                en-US
           

           
               
                    false
               

               
                    true
                    Administrator
                    Blog Windows 10
               

                true
           

           
               
                    false
               

               
                    true
                    Administrator
                    Blog Windows 10
               

                true
           

       

       
           
                1
           

       

       
           
                1
           

       

       
           
                true
           

           
                true
           

           
                PC
                RHTBY-VWY6D-QJRJ9-JGQ3X-Q2289
                SE Asia Standard Time
           

           
                PC
                RHTBY-VWY6D-QJRJ9-JGQ3X-Q2289
        SE Asia Standard Time
           

       

       
           
                1033:00000409
                en-US
                en-US
           

           
                1033:00000409
                en-US
                en-US
           

           
                Administrator
               
                    true
                    Work
                    1
                    true
                    true
                    true
               

                true
               
                   
                        false
                        Disable Auto Updates
                        reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 1 /f
                   

               

               
                   
                       
                        true</plaintext><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </password><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <enabled>true</enabled><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <username>Administrator</username><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </autologon><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <useraccounts><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <localaccounts><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <localaccount wcm:action="add"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <password><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <value></value><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <plaintext>true</plaintext><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </password><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <displayname>Administrator</displayname><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <group>Administrators</group><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <name>Administrator</name><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </localaccount><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </localaccounts><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </useraccounts><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </component><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <component language="neutral" name="Microsoft-Windows-Shell-Setup" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" versionscope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <registeredowner>Administrator</registeredowner><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <oobe><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <hideeulapage>true</hideeulapage><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <networklocation>Work</networklocation><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <protectyourpc>1</protectyourpc><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <hidewirelesssetupinoobe>true</hidewirelesssetupinoobe><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <skipmachineoobe>true</skipmachineoobe><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <skipuseroobe>true</skipuseroobe><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </oobe><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <disableautodaylighttimeset>true</disableautodaylighttimeset><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <firstlogoncommands><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <synchronouscommand wcm:action="add"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <requiresuserinput>false</requiresuserinput><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <description>Disable Auto Updates</description><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <commandline>reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 1 /f</commandline><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </synchronouscommand><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </firstlogoncommands><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <autologon><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <password><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <value></value><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <plaintext>true</plaintext><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </password><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <enabled>true</enabled><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <username>Administrator</username><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </autologon><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <useraccounts><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <localaccounts><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <localaccount wcm:action="add"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <password><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <value></value><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <plaintext>true</plaintext><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </password><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <displayname>Administrator</displayname><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <group>Administrators</group><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <name>Administrator</name><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </localaccount><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </localaccounts><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </useraccounts><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </component><br />&nbsp; &nbsp; &nbsp; &nbsp; </settings><br />&nbsp; &nbsp; &nbsp; &nbsp; <settings pass="offlineServicing"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <component language="neutral" name="Microsoft-Windows-LUA-Settings" processorarchitecture="x86" publickeytoken="31bf3856ad364e35" versionscope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <enablelua>false</enablelua><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </component><br />&nbsp; &nbsp; &nbsp; &nbsp; </settings><br />&nbsp; &nbsp; &nbsp; &nbsp; <settings pass="offlineServicing"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <component language="neutral" name="Microsoft-Windows-LUA-Settings" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" versionscope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <enablelua>false</enablelua><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </component><br />&nbsp; &nbsp; &nbsp; &nbsp; </settings><br />&nbsp; &nbsp; </unattend></code><span style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px;">Tập tin autounattend.xml này áp dụng cho cả 2 nền tảng 32 bit và 64 bit. Lưu ý bạn thay key màu đỏ tương ứng với phiên bản của nó.</span><br style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px;" /><br style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px;" /><span style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px;">Cuối cùng bạn chỉ cần mở bộ cài windows 7 gốc bằng phần mềm UltraISO vào thư mục sources của bộ cài xóa tập tin install.wim gốc đi sau đó kéo thả tập tin install.wim mới vào thay thế còn tập tin &nbsp;autounattend.xml thì kéo vào nằm bên ngoài cùng với thư mục sources</span><br style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px;" /><br style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px;" /><span style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px;">Save as thành file ISO mới lưu xong thì đặt cho nó một cái tên</span><br style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px;" /><br /> <div class="separator" style="background-color: #fdfdfd; clear: both; color: #333333; font-family: Roboto, sans-serif; font-size: 16px; margin: 0px; padding: 0px; text-align: center;"> <a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZo3bViY9ZlpfYWdaxkOXB_7Gfkz8zauUs0Z0XZ0muUaEYQlVYJsdl-3xlyK0HLjrrZAvNu_MiJaU74fiACaPwzkaODcOrKNY__26-PQG8tWz3-fRLo6yiyKHHm6orhLaxBupWcXv_qco/s1600/11-4-2016+5-06-56+PM.png" imageanchor="1" style="color: #2196f3; margin: 0px 1em; outline: 0px; padding: 0px; text-decoration-line: none;" title="11-4-2016%2B5-06-56%2BPM"><img alt="11-4-2016%2B5-06-56%2BPM" border="0" height="358" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZo3bViY9ZlpfYWdaxkOXB_7Gfkz8zauUs0Z0XZ0muUaEYQlVYJsdl-3xlyK0HLjrrZAvNu_MiJaU74fiACaPwzkaODcOrKNY__26-PQG8tWz3-fRLo6yiyKHHm6orhLaxBupWcXv_qco/s640/11-4-2016+5-06-56+PM.png" style="border: none; display: block; height: auto; margin: -30px auto; max-width: 100%; padding: 0px;" width="640" /></a></div> <br style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px;" /> <div style="background-color: #fdfdfd; color: #333333; font-family: Roboto, sans-serif; font-size: 16px; margin: 0px; padding: 0px; text-align: right;"> Nguyễn Anh Tuấn</div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Người đăng: <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/12519810768738214446' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/12519810768738214446' rel='author' title='author profile'> <span itemprop='name'>Trương Đắc Tuấn</span> </a> </span> </span> <span class='post-timestamp'> vào lúc <meta content='http://shopgamestt.blogspot.com/2017/12/huong-dan-build-nhanh-bo-cai-windows-7.html' itemprop='url'/> <a class='timestamp-link' href='https://shopgamestt.blogspot.com/2017/12/huong-dan-build-nhanh-bo-cai-windows-7.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2017-12-01T18:54:00-08:00'>18:54</abbr></a> </span> <span class='post-comment-link'> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2083402650'> <a href='https://www.blogger.com/post-edit.g?blogID=7379092009724434631&postID=2360423992678867374&from=pencil' title='Sửa Bài đăng'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=7379092009724434631&postID=2360423992678867374&target=email' target='_blank' title='Gửi email bài đăng này'><span class='share-button-link-text'>Gửi email bài đăng này</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=7379092009724434631&postID=2360423992678867374&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=7379092009724434631&postID=2360423992678867374&target=twitter' target='_blank' title='Chia sẻ lên X'><span class='share-button-link-text'>Chia sẻ lên X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=7379092009724434631&postID=2360423992678867374&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Chia sẻ lên Facebook'><span class='share-button-link-text'>Chia sẻ lên Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=7379092009724434631&postID=2360423992678867374&target=pinterest' target='_blank' title='Chia sẻ lên Pinterest'><span class='share-button-link-text'>Chia sẻ lên Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Nhãn: <a href='https://shopgamestt.blogspot.com/search/label/rebuild' rel='tag'>rebuild</a>, <a href='https://shopgamestt.blogspot.com/search/label/setup' rel='tag'>setup</a>, <a href='https://shopgamestt.blogspot.com/search/label/sysprep' rel='tag'>sysprep</a>, <a href='https://shopgamestt.blogspot.com/search/label/win%207' rel='tag'>win 7</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4>Không có nhận xét nào:</h4> <div id='Blog1_comments-block-wrapper'> <dl class='avatar-comment-indent' id='comments-block'> </dl> </div> <p class='comment-footer'> <div class='comment-form'> <a name='comment-form'></a> <h4 id='comment-post-message'>Đăng nhận xét</h4> <p> </p> <a href='https://www.blogger.com/comment/frame/7379092009724434631?po=2360423992678867374&hl=vi' id='comment-editor-src'></a> <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410px' id='comment-editor' name='comment-editor' src='' width='100%'></iframe> <script src='https://www.blogger.com/static/v1/jsbin/2315299244-comment_from_post_iframe.js' type='text/javascript'></script> <script type='text/javascript'> BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html'); </script> </div> </p> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://shopgamestt.blogspot.com/2017/12/tai-lieu-huong-dan-lam-ghost-windows-7.html' id='Blog1_blog-pager-newer-link' title='Bài đăng Mới hơn'>Bài đăng Mới hơn</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://shopgamestt.blogspot.com/2017/12/su-dung-sysprep-ket-hop-voi-tap-tin-tra.html' id='Blog1_blog-pager-older-link' title='Bài đăng Cũ hơn'>Bài đăng Cũ hơn</a> </span> <a class='home-link' href='https://shopgamestt.blogspot.com/'>Trang chủ</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> Đăng ký: <a class='feed-link' href='https://shopgamestt.blogspot.com/feeds/2360423992678867374/comments/default' target='_blank' type='application/atom+xml'>Đăng Nhận xét (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Người theo dõi</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers/frame/7379092009724434631?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMyMjIyMjIiByMyMjg4YmIqByNmZmZmZmYyByMwMDAwMDA6ByMyMjIyMjJCByMyMjg4YmJKByM5OTk5OTlSByMyMjg4YmJaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3dvi\x26origin\x3dhttps://shopgamestt.blogspot.com"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); }, 'blogger-ping': function() { } } }); } }); } followersIframeOpen("https://www.blogger.com/followers/frame/7379092009724434631?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMyMjIyMjIiByMyMjg4YmIqByNmZmZmZmYyByMwMDAwMDA6ByMyMjIyMjJCByMyMjg4YmJKByM5OTk5OTlSByMyMjg4YmJaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3dvi\x26origin\x3dhttps://shopgamestt.blogspot.com"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Lưu trữ Blog</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2017/'> 2017 </a> <span class='post-count' dir='ltr'>(39)</span> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2017/12/'> tháng 12 </a> <span class='post-count' dir='ltr'>(15)</span> <ul class='posts'> <li><a href='https://shopgamestt.blogspot.com/2017/12/quy-trinh-build-bo-cai-windows-10.html'>Quy trình build bộ cài Windows 10 version 1607 sử ...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/sua-loi-bcd-winloadexe-winloadefi.html'>Sửa Lỗi BCD, Winload.Exe, Winload.Efi, Recovery Bằ...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/tao-usb-multiboot-format-inh-dang-ntfs.html'>Tạo USB Multiboot, Format định dạng NTFS vẫn boot ...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/cach-e-giu-lai-phan-mem-cai-tren.html'>Cách để giữ lại phần mềm đã cài trên Windows 10 ph...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/tai-lieu-huong-dan-xay-dung-lai-bo-cai.html'>Tài liệu hướng dẫn xây dựng lại bộ cài đặt Windows...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/cach-thiet-lap-cai-at-windows-10-tu-ong.html'>Cách thiết lập cài đặt Windows 10 tự động trong cù...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/tai-lieu-quan-ly-va-trien-khai-hinh-anh.html'>Tài liệu quản lý và triển khai hình ảnh Windows 10...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/cach-tao-boot-tren-usb-drive-su-dung.html'>Cách tạo boot trên usb drive sử dụng cài Windows m...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/tai-lieu-huong-dan-lam-ghost-windows-7.html'>Tài liệu hướng dẫn làm Ghost Windows 7 đa cấu hình...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/huong-dan-build-nhanh-bo-cai-windows-7.html'>Hướng dẫn build nhanh bộ cài Windows 7 tự nhận dri...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/su-dung-sysprep-ket-hop-voi-tap-tin-tra.html'>Sử dụng Sysprep kết hợp với tập tin trả lời để khá...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/huong-dan-giu-lai-drivers-phan-mem-ung.html'>Hướng dẫn giữ lại drivers, phần mềm, ứng dụng đã c...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/tai-lieu-huong-dan-cach-cau-hinh-va.html'>Tài liệu hướng dẫn cách cấu hình và triển khai cài...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/cach-cai-truc-tiep-them-mot-he-ieu-hanh.html'>Cách cài trực tiếp thêm môt hệ điều hành Windows 7...</a></li> <li><a href='https://shopgamestt.blogspot.com/2017/12/tai-lieu-huong-dan-cai-at-windows-10-va.html'>Tài liệu hướng dẫn cài đặt Windows 10 và tạo phân ...</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2017/11/'> tháng 11 </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2017/09/'> tháng 9 </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2017/06/'> tháng 6 </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2017/05/'> tháng 5 </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2017/04/'> tháng 4 </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2017/03/'> tháng 3 </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2016/'> 2016 </a> <span class='post-count' dir='ltr'>(19)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2016/08/'> tháng 8 </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2016/07/'> tháng 7 </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2016/06/'> tháng 6 </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2016/05/'> tháng 5 </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2016/04/'> tháng 4 </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2016/03/'> tháng 3 </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2015/'> 2015 </a> <span class='post-count' dir='ltr'>(36)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2015/12/'> tháng 12 </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://shopgamestt.blogspot.com/2015/11/'> tháng 11 </a> <span class='post-count' dir='ltr'>(29)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget Profile' data-version='1' id='Profile1'> <h2>Giới thiệu về tôi</h2> <div class='widget-content'> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/12519810768738214446' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Trương Đắc Tuấn </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/12519810768738214446' rel='author'>Xem hồ sơ hoàn chỉnh của tôi</a> <div class='clear'></div> </div> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='Chân trang'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> Chủ đề Đơn giản. Được tạo bởi <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/745881458-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY5DonO0qsdeVU8KHjdwd7zlyLeLuw:1736042542064';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d7379092009724434631','//shopgamestt.blogspot.com/2017/12/huong-dan-build-nhanh-bo-cai-windows-7.html','7379092009724434631'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '7379092009724434631', 'title': 'Shop Games T\x26amp;T', 'url': 'https://shopgamestt.blogspot.com/2017/12/huong-dan-build-nhanh-bo-cai-windows-7.html', 'canonicalUrl': 'http://shopgamestt.blogspot.com/2017/12/huong-dan-build-nhanh-bo-cai-windows-7.html', 'homepageUrl': 'https://shopgamestt.blogspot.com/', 'searchUrl': 'https://shopgamestt.blogspot.com/search', 'canonicalHomepageUrl': 'http://shopgamestt.blogspot.com/', 'blogspotFaviconUrl': 'https://shopgamestt.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'vi', 'localeUnderscoreDelimited': 'vi', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Shop Games T\x26amp;T - Atom\x22 href\x3d\x22https://shopgamestt.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Shop Games T\x26amp;T - RSS\x22 href\x3d\x22https://shopgamestt.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Shop Games T\x26amp;T - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/7379092009724434631/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Shop Games T\x26amp;T - Atom\x22 href\x3d\x22https://shopgamestt.blogspot.com/feeds/2360423992678867374/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/361ce9cf7a112c52', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Nh\u1eadn \u0111\u01b0\u1eddng li\xean k\u1ebft', 'key': 'link', 'shareMessage': 'Nh\u1eadn \u0111\u01b0\u1eddng li\xean k\u1ebft', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Chia s\u1ebb v\u1edbi Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Chia s\u1ebb v\u1edbi X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Chia s\u1ebb v\u1edbi Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27vi\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': '\u0110\u1ecdc th\xeam', 'pageType': 'item', 'postId': '2360423992678867374', 'postImageThumbnailUrl': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimEYWxo8KO1NndDYSr9J1vk0cCyfD2sP94I6-rOAqwSxwjNF-n42iqHuutcgZZePkcYnmc5Vs3Zv8aeWHAeVclJyaEyLQPB3KRLAV_SmQLamUuzGLcw-STTNgbEjVTSClbmgYP5b6VC6s/s72-c/11-4-2016+2-33-11+PM.png', 'postImageUrl': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimEYWxo8KO1NndDYSr9J1vk0cCyfD2sP94I6-rOAqwSxwjNF-n42iqHuutcgZZePkcYnmc5Vs3Zv8aeWHAeVclJyaEyLQPB3KRLAV_SmQLamUuzGLcw-STTNgbEjVTSClbmgYP5b6VC6s/s640/11-4-2016+2-33-11+PM.png', 'pageName': 'H\u01b0\u1edbng d\u1eabn build nhanh b\u1ed9 c\xe0i Windows 7 t\u1ef1 nh\u1eadn driver, c\xe0i \u0111\u1eb7t ph\u1ea7n m\u1ec1m v\xe0 k\xedch ho\u1ea1t', 'pageTitle': 'Shop Games T\x26amp;T: H\u01b0\u1edbng d\u1eabn build nhanh b\u1ed9 c\xe0i Windows 7 t\u1ef1 nh\u1eadn driver, c\xe0i \u0111\u1eb7t ph\u1ea7n m\u1ec1m v\xe0 k\xedch ho\u1ea1t'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Ch\u1ec9nh s\u1eeda', 'linkCopiedToClipboard': '\u0110\xe3 sao ch\xe9p \u0111\u01b0\u1eddng li\xean k\u1ebft v\xe0o b\u1ea3ng nh\u1edb t\u1ea1m!', 'ok': 'Ok', 'postLink': 'Li\xean k\u1ebft b\xe0i \u0111\u0103ng'}}, {'name': 'template', 'data': {'name': 'Simple', 'localizedName': '\u0110\u01a1n gi\u1ea3n', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'pale', 'variantId': 'pale'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'H\u01b0\u1edbng d\u1eabn build nhanh b\u1ed9 c\xe0i Windows 7 t\u1ef1 nh\u1eadn driver, c\xe0i \u0111\u1eb7t ph\u1ea7n m\u1ec1m v\xe0 k\xedch ho\u1ea1t', 'description': 'Xin ch\xe0o c\xe1c b\u1ea1n! N\u1ebfu c\xe1c b\u1ea1n c\xf3 \u0111\u1ecdc b\xe0i vi\u1ebft h\u01b0\u1edbng d\u1eabn x\xe2y d\u1ef1ng l\u1ea1i b\u1ed9 c\xe0i \u0111\u1eb7t Windows 7 ho\xe0n ch\u1ec9nh t\u1eeb b\u1ed9 c\xe0i \u0111\u1eb7t g\u1ed1c c\u1ee7a t\xf4i \u1eaft h\u1ea3n b\u1ea1n s\u1ebd...', 'featuredImage': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimEYWxo8KO1NndDYSr9J1vk0cCyfD2sP94I6-rOAqwSxwjNF-n42iqHuutcgZZePkcYnmc5Vs3Zv8aeWHAeVclJyaEyLQPB3KRLAV_SmQLamUuzGLcw-STTNgbEjVTSClbmgYP5b6VC6s/s640/11-4-2016+2-33-11+PM.png', 'url': 'https://shopgamestt.blogspot.com/2017/12/huong-dan-build-nhanh-bo-cai-windows-7.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 2360423992678867374}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1137819693-lbx__vi.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/1964470060-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar-right-1', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': '\u0110ang t\u1ea3i\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-1', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>