5eraph, I've got a mess! Don't know what I did to deserve this. I used your 5er_IE8_Addon_2009-03_1_x64.7z, took your entries_IE8Tweaks.ini and modified it. My modifications amounted to removing a number of your tweaks by placing a ; in front of all the Registry commands. I then used " Reg2Inf v0.46 -
http://tinyurl.com/fgqyf" to convert my .reg file and copied it onto the end of yours after removing the upper parts that I thought were not needed. It ended up over an MB. Here is some lines of the transition from yours to mine:
CODE
; "When a pop-up is encountered: Always open pop-up in a new tab"
; "Open links from other programs in: A new tab in the current window"
HKCU,"Software\Microsoft\Internet Explorer\TabbedBrowsing","PopupsUseNewWindow",0x10001,2
; Settings from my old machine
; Reg2Inf v0.46 - http://tinyurl.com/fgqyf
HKCU,"Software\Microsoft\Internet Explorer",,0x0
HKCU,"Software\Microsoft\Internet Explorer","Show_FullURL",0x10001,00,00,00,00
HKCU,"Software\Microsoft\Internet Explorer","SmartDithering",0x10001,01,00,00,00
And from the bottom of 5erie8.inf after running nLite:
CODE
[Tweaks.AddReg]
HKCU,"Software\Microsoft\Internet Explorer\LinksBar","Enabled",0x10001,0
HKCU,"Software\Microsoft\Internet Explorer\Main","AlwaysShowMenus",0x10001,0
HKCU,"Software\Microsoft\Internet Explorer\Main","IE8RunOnceCompletionTime",1,d6,74,a1,f0,a8,d1,c9,01
HKCU,"Software\Microsoft\Internet Explorer\Main","IE8RunOnceLastShown",0x10001,1
HKCU,"Software\Microsoft\Internet Explorer\Main","IE8RunOnceLastShown_TIMESTAMP",1,4e,7b,14,eb,a8,d1,c9,01
HKCU,"Software\Microsoft\Internet Explorer\Main","IE8RunOncePerInstallCompleted",0x10001,1
HKCU,"Software\Microsoft\Internet Explorer\Main","IE8TourShown",0x10001,1
......................Removed about 50 lines.......................
HKCU,"Software\Microsoft\Internet Explorer\TabbedBrowsing","OpenInForeground",0x10001,1
HKCU,"Software\Microsoft\Internet Explorer\TabbedBrowsing","PopupsUseNewWindow",0x10001,2
HKCU,"Software\Microsoft\Internet Explorer\CommandBar","CommandBarEnabled",0x10001,0
Please notice the last entry removes the command bar, and it is truly gone on my VM. I had commented this line out (with a ; ). My three home pages were not there and there were many other problems in IE8 and my system. The .reg I started with had worked fine before. One really strange thing I noticed when I added this .ini to nLite is the size shown was something like 52 MB. The .ini file is a little over 1 MB and the 52 MB looks like the size of the whole folder containing the .ini, your original .ini, your IE8 AddOn and several other AddOns. If you have any ideas what happened, please let me know. Thanks, John.