Jump to content

Acheron

Member
  • Posts

    1,077
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Acheron

  1. Updated builds to 1.17.2.2. Fixes the Nero 7 ProductSetup path issue and try to improve uninstall a bit. All languages updated.
  2. Before any new Nero release I will upload new builds to my site: Nero 8.3.6.0 build 1.17.2.1 changelog: - Fix automated serial entering code - Update gdiplus.dll (Windows 2000 Security Fix) Nero 7/8 English builds are now available from my website. As soon as I get reports back that the serial entering stuff is working I'll upload other language builds soon. A new SDK will get released 1 week later.
  3. I have worked on fixing the automated serial entering code for current builds. I'm now waiting for the upcoming Nero 8.4 release which hopefully won't break anything. Nero 9 has some new features and a lot of additional software utilities. I noticed some new audio plugins which hopefully will also be included with Nero 8.4. So hopefully we can finally get rid of the unsupported Mausau plugins. It's a shame Nero didn't update the audio plugins since Nero 5. While testing a bit I could get the new flac support working in Nero 8 . P.S. I have decided not to work on Nero 9 Lite for now. I will continue update Nero 7 Lite and Nero 8 Lite and their SDK, but no more new features will be added.
  4. For comparison the Adobe Reader 9 msi is about 42.5 MB when unpacked in size. I use wimakcab to recompress it to a single MSI which installs much faster then the original installer. I see Adobe Reader 9 Lite is half the size, but on a recent computer size doesn't matter that much.
  5. Well, I have released a Nero SDK. Also someone else already built a Recode Addon. You can use that material to go build the script. You only need a lot of time to test changes when you go make it lighter.
  6. If you want to avoid having problems playing some web content you should not modify the installer. You be waisting your time to save about 5 MB.
  7. For deploying Shockwave Player Adobe also provides an msi for corporations. You can apply for a distribution license, but you can also use the following link for the latest version. Currently the link downloads the latest 11.0.0.465 version: http://fpdownload.macromedia.com/get/shock...l_installer.msi
  8. I have uploaded some new test builds to my site. Under the hood there are some big code changes, so I want these changes to be tested before any new Nero release. Have fun
  9. HFSLIP does process the new files. However Windows Update still needs to download some dll file, but not the whole component. Pretty good imho
  10. Those files are encrypted files. You have to use the password to actualy decrypt the file. I could use it for Nero Lite if I wanted it
  11. You actually have to activate Nero otherwise you get an fatal error. You can use official Nero msi file to do activation or enter serial through ControlCenter tool. As I can't call the MSI activation functions I use the second method by using autoit. I don't know why your serial isn't entered through the commandline. What happens when you do a normal install entering the same serial number?
  12. I'm thinking of releasing another update to Nero Lite to improve FileType associations and improve cleanup a bit. @JID. The setup commands are for the installer, not for nero.exe. @People with MP3 issues. Please check your serial.
  13. The methods described here doesn't work on my system. I have created a VBScript that does the job: pin_explorer.vbs Set Shell = WScript.CreateObject("Shell.Application") Set FSO = WScript.CreateObject("Scripting.FileSystemObject") ssfPROGRAMS = 2 ssfCOMMONPROGRAMS = 23 ssfSTARTUP = 7 Select Case GetLocale() Case 1033 strPinVerb = "P&in to Start Menu" Case 1043 strPinVerb = "Aan het menu S&tart vastmaken" End Select ' Pin Corel Paint Shop Pro shortcut to Start menu Set objFolder = Shell.Namespace(ssfCOMMONPROGRAMS) Set objFolderItem = objFolder.ParseName("Corel Paint Shop Pro X.lnk") objFolderItem.InvokeVerb(strPinVerb) ' Pin FileZilla shortcut to Start menu Set objFolder = Shell.Namespace(ssfCOMMONPROGRAMS) Set objFolderItem = objFolder.ParseName("FileZilla.lnk") objFolderItem.InvokeVerb(strPinVerb) ' Pin Nero Express shortcut to Start menu Set objNeroFolderItem = Shell.Namespace(ssfCOMMONPROGRAMS).ParseName("Nero") Set objNeroFolder = Shell.Namespace(objNeroFolderItem.Path) Set objShortcutFolderItem = objNeroFolder.ParseName("Nero Express.lnk") objShortcutFolderItem.InvokeVerb(strPinVerb) ' Pin Notepad++ shortcut to Start menu Set objFolder = Shell.Namespace(ssfCOMMONPROGRAMS) Set objFolderItem = objFolder.ParseName("Notepad++.lnk") objFolderItem.InvokeVerb(strPinVerb) ' Pin OpenOffice.org Writer shortcut to Start menu Set objOpenOfficeFolderItem = Shell.Namespace(ssfCOMMONPROGRAMS).ParseName("OpenOffice.org 2.4") Set objOpenOfficeFolder = Shell.Namespace(objOpenOfficeFolderItem.Path) Set objShortcutFolderItem = objOpenOfficeFolder.ParseName("OpenOffice.org Writer.lnk") objShortcutFolderItem.InvokeVerb(strPinVerb) ' Pin Windows Media Player shortcut to Start menu Set objFolder = Shell.Namespace(ssfPROGRAMS) Set objFolderItem = objFolder.ParseName("Windows Media Player.lnk") objFolderItem.InvokeVerb(strPinVerb) ' Pin Windows Messenger shortcut to Start menu Set objFolder = Shell.Namespace(ssfCOMMONPROGRAMS) Set objFolderItem = objFolder.ParseName("Windows Messenger.lnk") objFolderItem.InvokeVerb(strPinVerb) ' Delete script when done On Error Resume Next Set objFolder = Shell.Namespace(ssfSTARTUP) Set objFolderItem = objFolder.ParseName("pin_explorer.vbs") Set File = FSO.GetFile(objFolderItem.Path) File.Delete(true) On Error Goto 0 Have fun Place script in USER STARTUP Folder. When I tried running the script from HKCU\SOFTWARE\Microsoft CurrentVersion\RunOnce the wscript.exe was called but did nothing. I think Microsoft disabled this option to prevent any virusses to launch automaticly at startup. I like this method, since changing shortcuts is simple and works on different platforms. Didn't test this script on Vista though. Anyway I spend alot of time on it to get it to work also for subdirs. VBScript is nice, but I prefer AutoIT. UPDATE: Script only gets deleted from User startup dir now.
  14. The unattended guide is outdated.
  15. Have you also been posting on my site? Brazilian is already included in the European package.
  16. Updated first post. I now have more settings configured, like threaded view, descending sort order etc. Also configured to compose and sent as HTML mail. I just hate Thunderbirds default settings
  17. @AtomicRabbit. The error messages are in fact just warnings. I might alter it for next SDK release. It just says the reshacked files are not signed. For the official release I sign all binary files with my certificate. Did you manage to build Nero Lite?
  18. Daily base: 1. Mozilla Firefox + extensions 2. Mozilla Thunderbird + extensions 3. Notepad++ 4. FileZilla 5. OpenOffice.org 6. Nero 8 Lite 7. Corel Paint Shop Pro X 8. Windows Media Player 11 9. PowerArchiver 10. Orbit Downloader 11. Windows Messenger 12. Daemon Tools + ArniWorx 13. Adobe Reader 14. Shareaza 15. µTorrent Software development: 1. Universal Extractor 2. Quick Unpack 3. Restorator 4. Hex Workshop 5. VMWare Workstation 6. MagicISO
  19. I voted for CrapCleaner also. New version 2.10 cleans also Type Libraries leftovers
  20. Updated script for Daemon Tools 4.30.1
  21. QTTabBar is a nice program to add Tabs and more to Windows Explorer. See homepage for features and more info It contains a lot of settings, so I have saved my configuration for it. Make sure you have .NET 2.0 installed before installing QTTabBar! To show Windows Menu press ALT-M, to show Windows Explorer tree press CTRL-E [Version] Signature = "$Windows NT$" [DefaultInstall] RunPreSetupCommands = QTTabBar.Install:1 AddReg = QTTabBar.AddReg CopyFiles = QTTabbar.CopyFiles [SourceDisksNames] 1 = "QTTabBar plugins","plugins.cab" [SourceDisksFiles] "FolderTreeButton.dll" = 1 "OptionButton.dll" = 1 "QTFileTools.dll" = 1 "QTViewModeButton.dll" = 1 [DestinationDirs] QTTabbar.CopyFiles = 16422,"QuizoApps\QTTabBar\Plugins" [QTTabbar.CopyFiles] "FolderTreeButton.dll" "OptionButton.dll" "QTFileTools.dll" "QTViewModeButton.dll" [QTTabBar.Install] ;QTTabbar 1.2.3 beta 2 """%01%\QTTabBar.exe"" /q" ;QTAddressbar 0.9.6 """%01%\QTAddressBar"" /q" [QTTabBar.AddReg] ;Customize Windows Explorer HKCR,"Interface\{618736E0-3C3D-11CF-810C-00AA00389B71}\TypeLib",,0x0,"{1EA4DBF0-3C3B-11CF-810C-00AA00389B71}" HKCR,"Interface\{618736E0-3C3D-11CF-810C-00AA00389B71}\TypeLib","Version",0x0,"1.1" HKCU,"Software\Microsoft\Internet Explorer\Explorer Bars\{EFA24E64-B078-11D0-89E4-00C04FC9E26E}","BarSize",0x1,30,01,00,00,00,00,00,00 HKCU,"Software\Microsoft\Internet Explorer\Toolbar\Explorer","ITBarLayout",0x1,11,00,00,00,4c,00,00,00,00,00,00,00,34,00,00,00,18,00,0e,00,53,00,00,00,01,00,00,00,a0,06,0 0,00,4a,01,00,00,08,00,00,00,a0,04,00,00,86,02,00,00,02,00,00,00,a8,06,00,00,65,02,00,00,04,00,00,00 , a9,00,00,00,0a,03,00,00,05,00,00,00,62,04,00,00,26,00,00,00,09,00,00,00,a1,04,00,00,3a,01,00,00,07,0 0 ,00,00,a1,04,00,00,c0,02,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, 0 0,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,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,00,00,0 0 ,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,00, 0 0,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,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,0e,47,bf,d2,1c,ed,7f,4 8 ,a3,33,2b,d8,83,5e,b6,ce,0e,47,bf,d2,1c,ed,7f,48,a6,66,2b,d8,83,5e,b6,ce,3c,e4,83,af,2b,dd,87,47,82, 6 b,31,b1,7d,ee,52,ed,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,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,0 0 ,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,00, 0 0,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,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,00,00,0 0 ,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,00, 0 0,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 HKCU,"Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser","{01E04581-4EEE-11D0-BFE9-00AA005B4383}",0x1,81,45,e0,01,ee,4e,d0,11,bf,e9,00,aa,00,5b,43,83,10,00,00,00,00,00,00,00,01,e0,32,f4,01,00,0 0,00 HKCU,"Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser","ITBarLayout",0x1,11,00,00,00,4c,00,00,00,00,00,00,00,34,00,00,00,18,00,0e,00,53,00,00,00,01,00,00,00,a0,06,0 0,00,4a,01,00,00,08,00,00,00,a0,04,00,00,86,02,00,00,02,00,00,00,a8,06,00,00,65,02,00,00,04,00,00,00 , a9,00,00,00,0a,03,00,00,05,00,00,00,62,04,00,00,26,00,00,00,09,00,00,00,a1,04,00,00,3a,01,00,00,07,0 0 ,00,00,a1,04,00,00,c0,02,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, 0 0,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,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,00,00,0 0 ,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,00, 0 0,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,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,0e,47,bf,d2,1c,ed,7f,4 8 ,a3,33,2b,d8,83,5e,b6,ce,0e,47,bf,d2,1c,ed,7f,48,a6,66,2b,d8,83,5e,b6,ce,3c,e4,83,af,2b,dd,87,47,82, 6 b,31,b1,7d,ee,52,ed,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,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,0 0 ,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,00, 0 0,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,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,00,00,0 0 ,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,00, 0 0,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 HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2","Settings",0x1,28,00,00,00,ff,ff,ff,ff,02,00,00,00,03,00,00,00,45,00,00,00,1e,00,00,00,00,00,00,00,e2,02,0 0,00,00,04,00,00,00,03,00,00 ;QTTabbar settings HKCU,"Software\Quizo\QTTabBar","NoCaptureAt",0x0 HKCU,"Software\Quizo\QTTabBar","Config",0x1,c9,00,02,04,04,60,41,8a,d2,00,a0,14,02,20,00,00 HKCU,"Software\Quizo\QTTabBar","TabWidth",0x10001,50,00,00,00 HKCU,"Software\Quizo\QTTabBar","TabHeight",0x10001,18,00,00,00 HKCU,"Software\Quizo\QTTabBar","TabWidthMax",0x10001,96,00,00,00 HKCU,"Software\Quizo\QTTabBar","TabWidthMin",0x10001,46,00,00,00 HKCU,"Software\Quizo\QTTabBar","TitleColorActive",0x10001,00,00,00,ff HKCU,"Software\Quizo\QTTabBar","TitleColorInactive",0x10001,00,00,00,ff HKCU,"Software\Quizo\QTTabBar","HighlightColorClassic",0x10001,c5,6a,31,ff HKCU,"Software\Quizo\QTTabBar","TitleColorShadowActive",0x10001,c0,c0,c0,ff HKCU,"Software\Quizo\QTTabBar","TitleColorShadowInActv",0x10001,ff,ff,ff,ff HKCU,"Software\Quizo\QTTabBar","ToolbarBGColor",0x10001,d8,e9,ec,ff HKCU,"Software\Quizo\QTTabBar","AlternateColor_Bk",0x10001,f1,f5,fa,00 HKCU,"Software\Quizo\QTTabBar","AlternateColor_Text",0x10001,00,00,00,00 HKCU,"Software\Quizo\QTTabBar","Max_Undo",0x10001,10,00,00,00 HKCU,"Software\Quizo\QTTabBar","PreviewMaxWidth",0x10001,00,02,00,00 HKCU,"Software\Quizo\QTTabBar","PreviewMaxHeight",0x10001,00,01,00,00 HKCU,"Software\Quizo\QTTabBar","Action_BarDblClick",0x0 HKCU,"Software\Quizo\QTTabBar","TabImage",0x0 HKCU,"Software\Quizo\QTTabBar","TabImageSizingMargin",0x1,00,00,00,00 HKCU,"Software\Quizo\QTTabBar","TextExtensions",0x0,".txt;.ini;.inf;.cs;.log;.js;.vbs" HKCU,"Software\Quizo\QTTabBar","ImageExtensions",0x0,".bmp;.dib;.rle;.jpg;.jpeg;.jpe;.jfif;.gif;.emf;.wmf;.tif;.tiff;.png;.asf;.asx;.avi;.dvr-ms;.m1v;.wmv;.mpg;.mpeg;.mp2;.flv;.pspimage" HKCU,"Software\Quizo\QTTabBar","NetworkTimeout",0x10001,00,00,00,00 HKCU,"Software\Quizo\QTTabBar","LanguageFile",0x0 HKCU,"Software\Quizo\QTTabBar","ToolbarBGImage",0x0 HKCU,"Software\Quizo\QTTabBar","ShortcutKeys",0x1,00,01,00,00,00,ff,ff,ff,ff,01,00,00,00,00,00,00,00,0f,01,00,00,00,28,00,00,00,08,00,00,00,0 0,00,00,00,00,25,00,16,00,27,00,16,00,09,00,12,00,09,00,13,00,00,00,00,00,00,00,00,00,57,00,12,00,57 , 00,13,00,00,00,00,00,00,00,00,00,00,00,00,00,5a,00,13,00,54,00,12,00,4e,00,12,00,4c,00,12,00,4c,00,1 3 ,00,4f,00,12,00,00,00,00,00,4f,00,14,00,bc,00,14,00,be,00,14,00,47,00,14,00,48,00,14,00,55,00,14,00, 4 d,00,14,00,00,00,00,00,71,00,11,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,00,53,00,12,00,00,00,00,00,00,00,00,00,0b HKCU,"Software\Quizo\QTTabBar","TabsLocked",0x1,00,01,00,00,00,ff,ff,ff,ff,01,00,00,00,00,00,00,00,11,01,00,00,00,00,00,00,00,0b HKCU,"Software\Quizo\QTTabBar","StartUpGroups",0x0 HKCU,"Software\Quizo\QTTabBar","Handle",0x10001,f2,01,1a,00 HKCU,"Software\Quizo\QTTabBar","Buttons_ImagePath",0x0 HKCU,"Software\Quizo\QTTabBar","Config_Buttons",0x1,80,00,00,00 HKCU,"Software\Quizo\QTTabBar","MD5FormLocation",0x10001,00,01,00,01 HKCU,"Software\Quizo\QTTabBar","MD5FormSize",0x10001,c2,01,c8,00 HKCU,"Software\Quizo\QTTabBar","TaskBarHandle",0x10001,12,03,06,00 HKCU,"Software\Quizo\QTTabBar","LastChecked",0xB0001,8e,93,be,2e,7e,b3,ca,08 HKCU,"Software\Quizo\QTTabBar","Config_Desktop",0x1,10,21,48,00 HKCU,"Software\Quizo\QTTabBar","TaskBarWidth",0x10001,1e,00,00,00 HKCU,"Software\Quizo\QTTabBar","Buttons_Order",0x1,00,01,00,00,00,ff,ff,ff,ff,01,00,00,00,00,00,00,00,0f,01,00,00,00,27,00,00,00,08,01,00,00,0 0,02,00,00,00,00,00,00,00,00,00,01,00,10,00,00,00,00,00,00,00,03,00,00,00,04,00,00,00,00,00,00,00,00 , 00,01,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,0 1 ,00,00,00,01,00,00,00,00,00,07,00,00,00,06,00,00,00,00,00,00,00,0b,00,00,00,0c,00,00,00,00,00,00,00, 0 9,00,00,00,14,00,00,00,12,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,05,00,00,00,00,00,00,00,00,00 , 01,00,00,00,00,00,00,00,01,00,00,00,00,00,0a,00,00,00,0b HKCU,"Software\Quizo\QTTabBar","OptionWindowBounds",0x1,00,01,00,00,00,ff,ff,ff,ff,01,00,00,00,00,00,00,00,0f,01,00,00,00,04,00,00,00,08,00,01,00,0 0,41,00,00,00,21,02,00,00,8e,02,00,00,0b HKCU,"Software\Quizo\QTTabBar\Plugins","LanguageFile",0x0 HKCU,"Software\Quizo\QTTabBar\Plugins","Enabled",0x1,00,01,00,00,00,ff,ff,ff,ff,01,00,00,00,00,00,00,00,11,01,00,00,00,0c,00,00,00,06,02,00,00,0 0,37,4f,70,74,69,6f,6e,42,75,74,74,6f,6e,31,2e,30,2e,30,2e,30,28,44,33,44,43,32,31,35,31,29,2b,51,75 , 69,7a,6f,50,6c,75,67,69,6e,73,2e,4f,70,74,69,6f,6e,42,75,74,74,6f,6e,06,03,00,00,00,3f,51,54,46,6f,6 c ,64,65,72,42,75,74,74,6f,6e,31,2e,30,2e,30,2e,30,28,43,31,39,35,43,30,30,30,29,2b,51,75,69,7a,6f,50, 6 c,75,67,69,6e,73,2e,51,54,46,6f,6c,64,65,72,54,72,65,65,42,75,74,74,6f,6e,06,04,00,00,00,31,46,69,6c , 65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,6 9 ,6e,73,2e,43,75,74,42,75,74,74,6f,6e,06,05,00,00,00,32,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e, 3 0,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,43,6f,70,79,42,75,74,74,6f , 6e,06,06,00,00,00,33,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2 b ,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,50,61,73,74,65,42,75,74,74,6f,6e,06,07,00,00,00,34,46,69,6c, 6 5,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69 , 6e,73,2e,44,65,6c,65,74,65,42,75,74,74,6f,6e,06,08,00,00,00,34,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2 e ,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,43,6f,70,79,54,6f, 4 2,75,74,74,6f,6e,06,09,00,00,00,34,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31 , 46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,4d,6f,76,65,54,6f,42,75,74,74,6f,6e,06,0a,00,0 0 ,00,32,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a, 6 f,50,6c,75,67,69,6e,73,2e,55,6e,64,6f,42,75,74,74,6f,6e,06,0b,00,00,00,3a,46,69,6c,65,54,6f,6f,6c,73 , 31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,53,65,6 e ,64,54,6f,50,61,72,65,6e,74,42,75,74,74,6f,6e,06,0c,00,00,00,38,46,69,6c,65,54,6f,6f,6c,73,31,2e,30, 2 e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,50,72,6f,70,65,72 , 74,69,65,73,42,75,74,74,6f,6e,06,0d,00,00,00,3b,56,69,65,77,4d,6f,64,65,42,75,74,74,6f,6e,31,2e,30,2 e ,30,2e,30,28,46,33,41,41,39,36,39,39,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,56,69,65,77,4d,6f, 6 4,65,42,75,74,74,6f,6e,0b HKCU,"Software\Quizo\QTTabBar\Plugins","Buttons_Order",0x1,00,01,00,00,00,ff,ff,ff,ff,01,00,00,00,00,00,00,00,11,01,00,00,00,0c,00,00,00,06,02,00,00,0 0,3f,51,54,46,6f,6c,64,65,72,42,75,74,74,6f,6e,31,2e,30,2e,30,2e,30,28,43,31,39,35,43,30,30,30,29,2b , 51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,51,54,46,6f,6c,64,65,72,54,72,65,65,42,75,74,74,6f,6e,06,03,0 0 ,00,00,31,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69, 7 a,6f,50,6c,75,67,69,6e,73,2e,43,75,74,42,75,74,74,6f,6e,06,04,00,00,00,32,46,69,6c,65,54,6f,6f,6c,73 , 31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,43,6f,7 0 ,79,42,75,74,74,6f,6e,06,05,00,00,00,33,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46, 3 7,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,50,61,73,74,65,42,75,74,74,6f,6e,06,06,00 , 00,00,34,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7 a ,6f,50,6c,75,67,69,6e,73,2e,44,65,6c,65,74,65,42,75,74,74,6f,6e,06,07,00,00,00,32,46,69,6c,65,54,6f, 6 f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e , 55,6e,64,6f,42,75,74,74,6f,6e,06,08,00,00,00,3a,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,4 5 ,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,53,65,6e,64,54,6f,50,61,72,65,6e, 7 4,42,75,74,74,6f,6e,06,09,00,00,00,34,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37 , 31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,43,6f,70,79,54,6f,42,75,74,74,6f,6e,06,0a,0 0 ,00,00,34,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69, 7 a,6f,50,6c,75,67,69,6e,73,2e,4d,6f,76,65,54,6f,42,75,74,74,6f,6e,06,0b,00,00,00,38,46,69,6c,65,54,6f , 6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2 e ,50,72,6f,70,65,72,74,69,65,73,42,75,74,74,6f,6e,06,0c,00,00,00,3b,56,69,65,77,4d,6f,64,65,42,75,74, 7 4,6f,6e,31,2e,30,2e,30,2e,30,28,46,33,41,41,39,36,39,39,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e , 56,69,65,77,4d,6f,64,65,42,75,74,74,6f,6e,06,0d,00,00,00,37,4f,70,74,69,6f,6e,42,75,74,74,6f,6e,31,2 e ,30,2e,30,2e,30,28,44,33,44,43,32,31,35,31,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,4f,70,74,69, 6 f,6e,42,75,74,74,6f,6e,0b HKCU,"Software\Quizo\QTTabBar\Plugins","ShortcutKeys",0x1,00,01,00,00,00,ff,ff,ff,ff,01,00,00,00,00,00,00,00,0c,02,00,00,00,4b,51,54,54,61,62,42,61,7 2,2c,20,56,65,72,73,69,6f,6e,3d,31,2e,30,2e,30,2e,30,2c,20,43,75,6c,74,75,72,65,3d,6e,65,75,74,72,61 , 6c,2c,20,50,75,62,6c,69,63,4b,65,79,54,6f,6b,65,6e,3d,37,38,61,30,63,64,65,36,39,62,34,37,63,61,32,3 5 ,07,01,00,00,00,00,01,00,00,00,05,00,00,00,04,15,51,54,54,61,62,42,61,72,4c,69,62,2e,50,6c,75,67,69, 6 e,4b,65,79,02,00,00,00,05,fd,ff,ff,ff,15,51,54,54,61,62,42,61,72,4c,69,62,2e,50,6c,75,67,69,6e,4b,65 , 79,02,00,00,00,08,50,6c,75,67,69,6e,49,44,04,4b,65,79,73,01,07,08,02,00,00,00,06,04,00,00,00,3f,51,5 4 ,46,6f,6c,64,65,72,42,75,74,74,6f,6e,31,2e,30,2e,30,2e,30,28,43,31,39,35,43,30,30,30,29,2b,51,75,69, 7 a,6f,50,6c,75,67,69,6e,73,2e,51,54,46,6f,6c,64,65,72,54,72,65,65,42,75,74,74,6f,6e,09,05,00,00,00,01 , fa,ff,ff,ff,fd,ff,ff,ff,06,07,00,00,00,3a,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,4 6 ,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,53,65,6e,64,54,6f,50,61,72,65,6e,74,42, 7 5,74,74,6f,6e,09,08,00,00,00,01,f7,ff,ff,ff,fd,ff,ff,ff,06,0a,00,00,00,34,46,69,6c,65,54,6f,6f,6c,73 , 31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e,73,2e,43,6f,7 0 ,79,54,6f,42,75,74,74,6f,6e,09,0b,00,00,00,01,f4,ff,ff,ff,fd,ff,ff,ff,06,0d,00,00,00,34,46,69,6c,65, 5 4,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50,6c,75,67,69,6e , 73,2e,4d,6f,76,65,54,6f,42,75,74,74,6f,6e,09,0e,00,00,00,01,f1,ff,ff,ff,fd,ff,ff,ff,06,10,00,00,00,3 8 ,46,69,6c,65,54,6f,6f,6c,73,31,2e,30,2e,30,2e,30,28,45,38,46,37,31,46,38,36,29,2b,51,75,69,7a,6f,50, 6 c,75,67,69,6e,73,2e,50,72,6f,70,65,72,74,69,65,73,42,75,74,74,6f,6e,09,11,00,00,00,0f,05,00,00,00,02 , 00,00,00,08,45,00,12,00,00,00,00,00,0f,08,00,00,00,01,00,00,00,08,00,00,00,00,0f,0b,00,00,00,01,00,0 0 ,00,08,00,00,00,00,0f,0e,00,00,00,01,00,00,00,08,00,00,00,00,0f,11,00,00,00,01,00,00,00,08,00,00,00, 0 0,0b HKCU,"Software\Quizo\QTTabBar\Plugins\Paths","QTFolderButton1.0.0.0",0x0,"%16422%\QuizoApps\QTTabBar\Plugins\FolderTreeButton.dll" HKCU,"Software\Quizo\QTTabBar\Plugins\Paths","OptionButton1.0.0.0",0x0,"%16422%\QuizoApps\QTTabBar\Plugins\OptionButton.dll" HKCU,"Software\Quizo\QTTabBar\Plugins\Paths","FileTools1.0.0.0",0x0,"%16422%\QuizoApps\QTTabBar\Plugins\QTFileTools.dll" HKCU,"Software\Quizo\QTTabBar\Plugins\Paths","ViewModeButton1.0.0.0",0x0,"%16422%\QuizoApps\QTTabBar\Plugins\QTViewModeButton.dll" HKCU,"Software\Quizo\QTTabBar\Plugins\Settings",,0x10 ;QTAddressbar settings HKCU,"Software\Quizo\QTAddressBar",,0x10 HKCU,"Software\Quizo\QTAddressBar","Config",0x1,06,00,00,00 HKCU,"Software\Quizo\QTAddressBar","MaxMenuHeight",0x10001,00,02,00,00 HKCU,"Software\Quizo\QTAddressBar","ShortcutKey",0x10001,44,00,04,00 HKCU,"Software\Quizo\QTAddressBar","Font",0x0 HKCU,"Software\Quizo\QTAddressBar","FontSize",0x0,"9" HKCU,"Software\Quizo\QTAddressBar","MenuFont",0x0 HKCU,"Software\Quizo\QTAddressBar","MenuFontSize",0x0,"9" HKCU,"Software\Quizo\QTAddressBar","Color_Text",0x10001,00,00,00,ff HKCU,"Software\Quizo\QTAddressBar","Color_Back",0x10001,ff,ff,ff,ff Here is a link to plugins.cab: plugins.cab Install command: rundll32.exe advpack.dll,LaunchINFSection %01%\Install\QTTabBar\install.inf,,1 Have fun
  22. Instead of hiding the Recycle bin on the Desktop you can also move the Recycle bin to My computer. To show the Recyclebin on Start Menu I use the following tweaks: [RunOnceEx.AddReg] ;Add Recycle bin to My computer HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}",,0x10 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}",,0x0,"Recycle Bin" ;Add Recycle Bin shortcut to the Start Menu HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}",,0,"@%%SystemRoot%%\system32\shell32.dll,-8964" HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}","InfoTip",0,"@%%SystemRoot%%\system32\shell32.dll,-22915." HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon",,0,"%11%\shell32.dll,31" HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32",,0x20000,"%%SystemRoot%%\system32\shdocvw.dll" HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32","ThreadingModel",0,"Apartment" HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance","CLSID",0,"{3f454f0e-42ae-4d7c-8ea3-328250d6e272}" HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag","CLSID",0,"{13709620-C279-11CE-A49E-444553540000}" HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag","method",0,"ShellExecute" HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag","Command",0,"@%%SystemRoot%%\system32\shell32.dll,-8964" HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag","Param1",0,"::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{645FF040-5081-101B-9F08-00AA002F954E}" HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}",,0 HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu",,0 HKCR,"CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder","Attributes",0x10001,00,00,00,00 [RunOnceEx.DelReg] ;Remove Recycle bin from Desktop HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}" NOTE: Only tested on Windows XP. I don't add extra options to any Windows menu. As I configure my CD no need to change options afterwards
×
×
  • Create New...