Hex method to set Vista start menu and taskbar

  
        All Hex methods in this article, using the Resource Hacker software binary to export VARIANT files, this step is different from our use of Restorator export (Restorator is a hexadecimal export file), which is caused in the next step. The searched Hex address is different and cannot be modified. It is unclear what difference between the file exported by this method and the Restorator export file and the Hex address correspondence, and it is even more difficult to convert it into the Restorator method. Resource Hacker Mirkes Tiny Hexer Export Use the Resource Hacker to open the .msstyles file (in the "File Type" selection box of the Open dialog box, select "All Files", or drag and drop the .msstyles file directly onto the icon of the Resource Hacker software) "VARIANT"-"NORMAL"-"1033" in the directory tree structure Click the menu bar "Operation" - "Save resource as binary file", then just enter a file name to save Hex editor and use Mirkes Tiny Hexer to open the saved text. (The menu bar "File"-"Open", or directly drag the .msstyles file onto the icon of the Mirkes Tiny Hexer software.) Click the menu bar "Edit"-"Goto", enter the Hex address written in the article, click " OK" can locate the position. If you perform the "write" operation, use the mouse to frame the value to be changed, and then enter it. If you perform the "insert" operation, please make sure that the menu bar "VIEw"-"Insert mode "This item is checked. If not, click once, then position the mouse cursor at the position to be inserted, copy the Hex code written in the article, paste it (right click to select "Paste" or press shortcut" Ctrl"+"V"), a dialog box will pop up, make sure to select the default "Text" in the upper pane and check the "Hex text" below. Save the click menu bar "File" - "Save" (The software will generate a backup file. If you don't want it to do this, click on the menu bar "Options" - "Global settings", select the "General 2" tab on the left, and uncheck the "Greate backups" on the right. Yes). Import using Resource Hacker open the .msstyles file, click on the menu bar "Actions" - "Replace other resources", click "Open new resource file" to select the file saved above, then fill in the VARIANT under "Resource Type", fill in the "Resource Name", click on "Replace", and finally save the file (the software will also automatically create a backup file, you can select the "Save As" command and locate the original file when saving). Note: Because there is an "insert" operation when modifying the code, you can modify other In the location, there may be no corresponding code found in the written Hex address, then you can search in some of the following locations. Suggestion: Confirm that the other code in Normal.res is modified and then modify the following code, otherwise it will come out. A lot of code, it is difficult to find the exact location by modifying other places. In this case, you can use the backup file to make a comparison and find the height of the taskbar. Note: You need to reduce the size of the image 868.png according to the size of your taskbar, otherwise when the explorer After the .exe process is reloaded, the taskbar will change to 2 columns and cannot be shrunk. For example, 16 Code=04 Taskbar Height = 30px 868.png Image Size = 60x138 Hex Code=03 Taskbar Height = 28px 868.png Image Size = 60x128 Hex Code=02 Taskbar Height = 26px 868.png Image Size = 60x118 Hex code=01 Taskbar height = 26px 868.png Image size = 60x108 Hex code =00 ​​Taskbar height = 22px 868.png Image size = 60x98 Address: 0x017728 Original code: 04 Replace with: Write Your size 00 - 03 Address: 0x01772c Original code: 04 Replace with: Write your size 00 - 03 Address: 0x027b80 Original code: 04 Replace with: Write your size 00 - 03 Address: 0x027b84 Original code: 04 Replace To: Write your size 00 - 03 Address: 0x027cf0 Original code: 04 Replace with: Write your size 00 - 03 Address: 0x027cf4 Original code: 04 Replace with: Write your size 00 - 03 Address: 0x028f60 Code: 04 Replace with: Write your size 00 - 03 Address: 0x028f64 Original code: 04 Replace with: Write your size 00 - 03 Address: 0x0290d0 Original: 04 Change to: Write your size 00 - 03 Address: 0x0290d4 Original code: 04 Replace with: Write your size 00 - 03 Start menu right panel top height [Aero] Address 0x1620C Original code 74 Write 00 Address 0x16218 Insert 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [Basic] Address 0x1448C Original code 72 Write 00 Address 0x14498 Insert 00 00 00 00 00 00 00 00 91 00 00 00 08 00 00 00 Note 08 is the top The value of the height, the larger the value, the lower the panel component. If you want to achieve the same effect as Aero, enter 2C. Single left panel width [General] Address 0x14A7C Original code 77 Write 00 Address 0x14A88 Insert 00 00 00 00 00 00 00 00 A0 00 00 00 7F 01 00 00 Note A0 is the value of the hexadecimal panel width. If you need a value greater than 1 byte (2 numbers), you can change the following 00. If you modify the left panel The width of the right side panel plus the width of the right side panel is greater than the horizontal dimension of the display, then the right side panel will be close to the right edge of the screen, left A part of the left side of the panel will be blocked. If you want to change the width of the following picture, please change A0 to D0 address 0x14A7C original code 77 write 00 address 0x14A88 insert 00 00 00 00 00 00 00 00 D0 00 00 00 7F 01 00 00 Start menu only has the right panel section (hidden left panel) [General] Address 0x14A7C Original code 77 Write 00 Address 0x14A88 Insert 00 00 00 00 00 00 00 00 00 00 00 00 7f 01 00 00 Note This method is only adjusted The position of the start menu causes the left panel to be blocked off the screen, and there is no real sense that the left panel disappears. Therefore, some operations of the left panel can also be performed with the keyboard. The window title bar text is centered [Basic] Address 0x1F138 Original code 00 Write 01 Address 0x1ED80 Insert a6 0f 00 00 c8 00 00 00 c8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Navigation panel text color (Favorite Link Panel) [General] Address 0x263C8 Original Code 0066CC Write the color code you want (default state) Address 0x26470 Insert db0e0000 cc000000 d5000000 00000000 02000000 00000000 00000000 04000000 12345600 00000000 db0e0000 cc000000 d5000000 00000000 03000000 00000000 00000000 04000000 65432100 00000000 Rewrite 123456 Rewrite the color code you want (mouse-in) Overwrite 654321 For your desired color code (press) Note If you don't want the text to appear different when the mouse is pressed and pressed, you only need to take the first step.
Copyright © Windows knowledge All Rights Reserved