
Martin H
MemberContent Type
Profiles
Forums
Events
Everything posted by Martin H
-
Sorry, but that's not correct... Files dosen't get scrambled by defragging them and if they do, then the app is seriously broken. Practically all defraggers makes use of Microsoft's defragging API's, and those API's are 100% safe, as they make sure that every piece of moved data isn't deleted untill it has been first verified to be written correctly. Also, the filesystem can easilly keep track of all files and folders, no matter where they are moved to, as that's what the filesystem is explicitly designed for...
-
Firefox 2.0.0.9 and Thunderbird 2.0.0.6 silent with Extensions
Martin H replied to HØLLØW's topic in Application Installs
Back when i used Firefox and Thunderbird instead of Opera, then i posted instructions for making switchless silent installers for Firefox and Thunderbird, which where fully pre-configured and included the wanted extensions/plugins... Instructions for Firefox : http://www.msfn.org/board/index.php?s=&...st&p=675672 Instructions for Thunderbird : http://www.msfn.org/board/index.php?s=&...st&p=678443 Those instructions include a regfile for setting up Thunderbird as the default mail client(Firefox supports a command-line switch for doing that and which i also have included). -
Is hotfix integration possible at all ?
Martin H replied to smilodon's topic in Unattended Windows 2000/XP/2003
@Smilodon Ok, sorry then; you seem to know what you're doing I thought that you where going to integrate through svcpack.inf, rather than directly integrate(slipstream) the updates, which surely is a waste of space and install time. Yes, as you say, then the benefit from using an update pack(besides direct integration, which is the no.1 advantage and which you are already doing), is that for all the standard updates, then you just need to download one pack, with all the files and reg entries and install scripts allready compiled for you, instead of having to download over 100 updates and manually add to nLite or whatever people else use(i only have knowledge about nLite, and have never had any reason to use other tools like hfslip). Then if you need other updates, then you of course still need to locate and download them, but the aim of the update packs are also not to get you everything installed, but just to get you the base fixes in order(as many actually don't need anything else, like me, since i use Opera and foobar2000 and dosen't use .Net). Anyway, if i where you, then i would use nLite or the RVMintegrator to integrate RyanVM's latest beta update pack, RyanVM's .NET AIO addon, Booogy's WMP11 solution and MrNxDmX IE7 + updates addon, which i then believe would give you all you need, but if you like your solution better, then that's of course fine Also, there can be other addons that are better than those i listed, as i really wouldn't know as i don't use those kinda things myself, but they where just some quick examples i found... Sorry for butting in and it seems that you are on the right track, then(as long as you use direct integration, or atleast for the base fixes, then that's the main point i where after) -
Is hotfix integration possible at all ?
Martin H replied to smilodon's topic in Unattended Windows 2000/XP/2003
@smilodon Again i strongly recommend using an update pack which features direct integration instead of the slow and space taking svcpack.inf integrating method. Now since i'm guessing that you want more updates than only the high-priority one's, then Xable's update pack is out of the question and you should concentrate on RyanVM's beta update pack instead from his forum : http://www.ryanvm.net/forum/viewtopic.php?t=5700. Then after having all the updates sorted out, then just go and locate the nLite addons for the rest of the stuff you need, like WMP11 and IE7 etc. I don't use WMP11/IE7 myself, so i don't really know anything about that, but check out Booogy's WMP11 direct integration solution. Don't use the RVMintegrator if you want to use nLite also, but just use nLite for everything and in one pass only, as that's the recommended way by both nuhi and RyanVM. Of course if you have some RVMintegrator only addons, then you have to use the RVMintegrator, but if you aren't, then simply just stick to nLite only. -
Foxit Reader : file assoc. and disable ads.
Martin H replied to Martin H's topic in Application Installs
As i posted in my previous post in this thread, then the Foxit Reader executable supports a command-line switch for setting it up as the default pdf reader on the system : "PathTo\Foxit Reader.exe" -Register -
Instructions for making a pre-configured Opera v9.25 silent switchless installer, that's setup as the default browser : Download Opera v9.25 msi installer. Download the flash player plugin for Opera/Firefox. Extract the flash player installer with 7-Zip and copy the file 'NPSWF32.dll' into a folder called 'temp' and delete all the other files. Start the Opera installer and when you are presented with the welcome screen, then go into %temp% and copy the opera msi installer into your 'temp' folder and then continue with the install, and disable the option for having seperate user profiles. Configure Opera as you please and then close it. Go into '%programfiles%\Opera\' and copy these two folders into a folder named 'profile' and which you place into the 'temp' folder: 'profile' and 'mail'. Go into 'temp\profile\profile\' and delete the folder 'cache4'(it's Opera's webpage cache). Download msistub.exe and place it into 'temp'. Copy paste the following into a regfile called 'setup.reg' and place it into the 'temp' folder : Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\Opera.Image] @="Image" [HKEY_CURRENT_USER\Software\Classes\Opera.HTML] @="HTML Document" [HKEY_CURRENT_USER\Software\Classes\Opera.HTML\DefaultIcon] @="C:\\Program Files\\Opera\\Opera.exe,1" [HKEY_USERS\S-1-5-21-1957994488-1580818891-1708537768-1000_Classes\Opera.Image] @="Image" [HKEY_USERS\S-1-5-21-1957994488-1580818891-1708537768-1000_Classes\Opera.HTML] @="HTML Document" [HKEY_USERS\S-1-5-21-1957994488-1580818891-1708537768-1000_Classes\Opera.HTML\DefaultIcon] @="C:\\Program Files\\Opera\\Opera.exe,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet] @="Opera.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.html] @="Opera.HTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http] "EditFlags"=hex:02,00,00,00 "URL Protocol"= [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\shell\open\ddeexec] @="\"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\shell\open\ddeexec\Application] @="Opera" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\shell\open\command] @="\"C:\\Program Files\\Opera\\Opera.exe\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https] "EditFlags"=hex:02,00,00,00 "URL Protocol"= [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\ddeexec] @="\"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\ddeexec\Application] @="Opera" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\command] @="\"C:\\Program Files\\Opera\\Opera.exe\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.htm] @="Opera.HTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell\open] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell\open\ddeexec] @="\"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell\open\ddeexec\Topic] @="WWW_OpenURL" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell\open\ddeexec\Application] @="Opera" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell\open] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell\open\ddeexec] @="\"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell\open\ddeexec\Topic] @="WWW_OpenURL" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell\open\ddeexec\Application] @="Opera" Copy/paste the following into a batchfile called 'setup.cmd' and place into 'temp' : msistub.exe "Opera installer.msi" /qn MULTI_USER_SETTING=0 CREATE_STARTMENU_ICONS=1 CREATE_DESKTOP_ICON=1 xcopy profile\*.* "%programfiles%\Opera\" /e /h /k move NPSWF32.dll "%programfiles%\Opera\program\plugins\" regedit /s setup.reg Now make a 7z SFX installer of the contents inside the 'temp folder' and use the modified SFX module to do it, so that you can hide the console window and hide the unpacking window completely without using extra tools(it can also run msi's directly). Copy/paste the following into your utf-8 'config.txt' file : ;!@Install@!UTF-8! RunProgram="hidcon:setup.cmd" GUIMode="2" ;!@InstallEnd@! Make the 7z SFX installer(i won't tell you how - if you don't know allready, then search for a guide). Finished
-
Is hotfix integration possible at all ?
Martin H replied to smilodon's topic in Unattended Windows 2000/XP/2003
No, it by default uses direct integration for all supported updates, and then installs the rest from svcpack.inf(the equavalent to /integrate). Direct integration means replacing the source files directly and importing the required reg entries, so that theres no extra installation-time/space overhead added at all. Personally, then i would recommend that you consider using an update pack instead(they also use direct integration). Check out Xable's update pack if you only want all high-priority updates and check out RyanVM's update pack if you want both all high-priority updates + most optional updates and some unofficial updates(request only updates). -
@cbosdell I personally always use 'Hide pages' and have never experienced your described issue. Also, you shouldn't need to select 'Fully automatted', since 'Hide pages' is exactly as unattended as 'Fully automatted' if having entered all needed data correctly. If you are 100% sure that you have entered the needed data in nLite, then i would recommend that you cleanly reinstall nLite and use a fresh XPCD source and try again with your old preset.
-
Of course you can do that, from either nLite's 'RunOnce' section, or it's 'Addon' section(make the regfile into an addon), but my point where that since the tweak isn't universal, but controls so many other Windows settings than just the 'delete confirmation dialog', then it would be difficult for nuhi to add such a tweak to nLite's tweak section, and that it instead would be up to the end user to locate the correct value for the 'ShellState' regkey and incorporate it into the unattended CD(with or without nLite's help - I personally run the regtweak from RunOnceEx together with all my app installs).
-
People that want to disable the 'delete confirmation dialog' unattendedly(My unattended CD does it), will have to manually disable that option under recycle bin's preferences and then afterwards export the following reg key to a regfile on their unattended CD : [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "ShellState" My point is that this tweak is extremely system dependant, and depends upon very many other windows system settings. MSDN article covering the 'shellstate' structure : http://msdn2.microsoft.com/en-us/library/bb759788.aspx
-
The link r3incarnat0r kindly posted features perfectly clear screen-shoots of flat vs. normal menus. The difference is that normal menus has a thin black edge at the right side and at the bottom side, so that it gets a 3D look, while the flat menu is simply just a plain menu without that thin black edge, so that it dosen't look like a 3D menu, but just a plain flat menu. Very nice tweak, as i much prefer the flat menu style (The default menu style in classic theme is 'normal')
-
You have just confirmed that the tweak works perfectly (Yes, it is exactly supposed to be like that ) Edit : To clarify, then that tweak presets the 'Advanced Options' selections, but it doesn't however preset the 'Advanced Options' to be used by default.
-
Yes, i know However, personally then i preffer to include the exact reg entries which Opera itself adds while settings itself up as the default browser
-
Foxit Reader : file assoc. and disable ads.
Martin H replied to Martin H's topic in Application Installs
Just wanted to add that the reg keys i posted in the first post of this thread, for setting up Foxit Reader as the default pdf reader on the system, isn't actually needed after all, since the Foxit Reader executable(not the installer!) features a '-Register' command-line switch, which does just that. Other than that, then the new versions of Foxit Reader comes by default with a couple of big bloated toolbars, which IMHO takes up to much screen-estate, so here follows the captured reg entries needed for disabling the 'bookmarks' sidebar, enabling the option 'View > Toolbars > Hide toolbars' and disable the banner adds : Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Foxit Software\Foxit Reader\ChildFrame] "ShowBookmark"="0" [HKEY_CURRENT_USER\Software\Foxit Software\Foxit Reader\DockState_PRO] @=hex:02,00,00,00,20,03,00,00,58,02,00,00,19,00,f6,e8,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,fe,ff,ff,ff,ff,7f,00,00,01,00,00,00,00,00,00,\ 00,00,00,00,00,fe,ff,ff,ff,87,00,00,00,21,00,00,00,04,20,00,00,00,00,00,80,\ 00,00,00,00,00,00,f7,e8,00,00,00,00,00,00,00,00,00,00,00,00,00,00,85,00,00,\ 00,fe,ff,ff,ff,ff,7f,00,00,01,00,00,00,00,00,00,00,85,00,00,00,fe,ff,ff,ff,\ 50,01,00,00,21,00,00,00,04,20,00,00,00,00,00,80,00,00,00,00,00,00,f8,e8,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,95,01,00,00,fe,ff,ff,ff,ff,7f,00,00,\ 01,00,00,00,00,00,00,00,95,01,00,00,fe,ff,ff,ff,8d,02,00,00,21,00,00,00,04,\ 20,00,00,00,00,00,80,00,00,00,00,00,00,f9,e8,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,4e,01,00,00,fe,ff,ff,ff,ff,7f,00,00,01,00,00,00,00,00,00,00,4e,\ 01,00,00,fe,ff,ff,ff,97,01,00,00,21,00,00,00,04,20,00,00,00,00,00,80,00,00,\ 00,00,00,00,fa,e8,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,1f,\ 00,00,00,ff,7f,00,00,01,00,00,00,00,00,00,00,00,00,00,00,1f,00,00,00,ea,00,\ 00,00,42,00,00,00,04,20,00,00,00,00,00,80,00,00,00,00,00,00,fb,e8,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,3f,01,00,00,40,00,00,00,ff,7f,00,00,01,00,\ 00,00,1b,e8,00,00,3f,01,00,00,40,00,00,00,76,01,00,00,63,00,00,00,04,20,00,\ 00,00,00,00,80,00,00,00,00,00,00,fc,e8,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,ff,7f,00,00,01,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,20,00,00,00,00,00,80,00,00,00,00,\ 00,00,f5,e8,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,01,00,00,61,00,00,\ 00,ff,7f,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,04,20,00,00,00,00,00,80,00,00,00,00,00,00,01,e8,00,00,01,00,00,\ 00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,7f,00,00,00,00,00,00,\ 00,00,1b,e8,00,00,01,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,\ ff,ff,7f,00,00,00,00,00,00,16,00,00,00,00,00,f6,e8,00,00,f7,e8,00,00,f9,e8,\ 00,00,f8,e8,00,00,00,00,00,00,fa,e8,00,00,cc,e8,00,00,cb,e8,00,00,c9,e8,00,\ 00,00,00,00,00,c8,e8,00,00,c7,e8,00,00,c6,e8,00,00,c5,e8,00,00,c4,e8,00,00,\ 00,00,00,00,c3,e8,00,00,fb,e8,00,00,ca,e8,00,00,f5,e8,00,00,00,00,00,00,1e,\ e8,00,00,01,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,7f,\ 00,00,00,00,00,00,01,00,00,00,00,00,1c,e8,00,00,01,00,00,00,00,00,00,00,00,\ 00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,7f,00,00,00,00,00,00,01,00,00,00,00,00,\ 1d,e8,00,00,01,00,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,\ 7f,00,00,00,00,00,00,01,00,00,00,00,00,f3,e8,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,7f,00,00,00,00,00,00,00,00,cc,e8,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,e8,00,00,00,fe,ff,ff,ff,ff,7f,00,00,\ 01,00,00,00,00,00,00,00,e8,00,00,00,fe,ff,ff,ff,d4,01,00,00,21,00,00,00,04,\ 20,00,00,00,00,00,80,38,02,00,00,00,00,cb,e8,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,d2,01,00,00,fe,ff,ff,ff,ff,7f,00,00,01,00,00,00,00,00,00,00,d2,\ 01,00,00,fe,ff,ff,ff,66,02,00,00,21,00,00,00,04,20,00,00,00,00,00,80,00,00,\ 00,00,00,00,ca,e8,00,00,00,00,00,00,00,00,00,00,00,00,00,00,41,01,00,00,61,\ 00,00,00,ff,7f,00,00,01,00,00,00,00,00,00,00,00,00,00,00,82,00,00,00,1e,02,\ 00,00,a5,00,00,00,04,20,00,00,00,00,00,80,38,02,00,00,00,00,c9,e8,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,64,02,00,00,fe,ff,ff,ff,ff,7f,00,00,01,00,\ 00,00,1b,e8,00,00,64,02,00,00,fe,ff,ff,ff,d9,02,00,00,21,00,00,00,04,20,00,\ 00,00,00,00,80,38,02,00,00,00,00,c8,e8,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,fe,ff,ff,ff,ff,7f,00,00,01,00,00,00,1b,e8,00,00,00,00,00,\ 00,fe,ff,ff,ff,68,00,00,00,21,00,00,00,04,20,00,00,00,00,00,80,38,02,00,00,\ 00,00,c7,e8,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,00,00,00,fe,ff,ff,\ ff,ff,7f,00,00,01,00,00,00,1b,e8,00,00,66,00,00,00,fe,ff,ff,ff,af,00,00,00,\ 21,00,00,00,04,20,00,00,00,00,00,80,38,02,00,00,00,00,c6,e8,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,ad,00,00,00,fe,ff,ff,ff,ff,7f,00,00,01,00,00,00,\ 1b,e8,00,00,ad,00,00,00,fe,ff,ff,ff,72,01,00,00,21,00,00,00,04,20,00,00,00,\ 00,00,80,00,00,00,00,00,00,c5,e8,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 70,01,00,00,fe,ff,ff,ff,ff,7f,00,00,01,00,00,00,1b,e8,00,00,70,01,00,00,fe,\ ff,ff,ff,b9,01,00,00,21,00,00,00,04,20,00,00,00,00,00,80,00,00,00,00,00,00,\ c4,e8,00,00,00,00,00,00,00,00,00,00,00,00,00,00,b7,01,00,00,fe,ff,ff,ff,ff,\ 7f,00,00,01,00,00,00,1b,e8,00,00,b7,01,00,00,fe,ff,ff,ff,3e,02,00,00,21,00,\ 00,00,04,20,00,00,00,00,00,80,00,00,00,00,00,00,c3,e8,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,fe,ff,ff,ff,ff,7f,00,00,01,00,00,00,1b,e8,\ 00,00,00,00,00,00,fe,ff,ff,ff,41,01,00,00,21,00,00,00,04,20,00,00,00,00,00,\ 80,00,00,00,00,00,00,1f,e8,00,00,01,00,00,00,01,00,00,00,01,00,00,00,68,00,\ 00,00,78,00,00,00,ff,7f,00,00,00,00,00,00,03,00,00,00,00,00,fc,e8,00,00,00,\ 00,00,00 "Bars"="18" [HKEY_CURRENT_USER\Software\Foxit Software\Foxit Reader\MainFrame] "ShowFFAd_908"="0" "ShowSDKAd_908"="0" "ShowPOAd_908"="0" "ShowTypewriterAd_908"="0" "ShowReaderAd_908"="0" "ShowEditorAd_908"="0" I then make a 7z sfx installer which runs the following batch file silently and where 'Foxit Reader.exe' and a couple of the free add-ons(JS, GDI and JPEG2K support) is placed in a subfolder named 'setup' : -
Here is the captured reg keys that Opera sets when you choose 'OK' to make it the default browser : Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\Opera.Image] @="Image" [HKEY_CURRENT_USER\Software\Classes\Opera.HTML] @="HTML Document" [HKEY_CURRENT_USER\Software\Classes\Opera.HTML\DefaultIcon] @="C:\\Program Files\\Opera\\Opera.exe,1" [HKEY_USERS\S-1-5-21-796845957-1563985344-1060284298-1000_Classes\Opera.Image] @="Image" [HKEY_USERS\S-1-5-21-796845957-1563985344-1060284298-1000_Classes\Opera.HTML] @="HTML Document" [HKEY_USERS\S-1-5-21-796845957-1563985344-1060284298-1000_Classes\Opera.HTML\DefaultIcon] @="C:\\Program Files\\Opera\\Opera.exe,1" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.html] @="Opera.HTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.htm] @="Opera.HTML" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https] "EditFlags"=hex:02,00,00,00 "URL Protocol"= [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\ddeexec] @="\"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\ddeexec\Application] @="Opera" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\command] @="\"C:\\Program Files\\Opera\\Opera.exe\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http] "EditFlags"=hex:02,00,00,00 "URL Protocol"= [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\shell\open\ddeexec] @="\"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\shell\open\ddeexec\Application] @="Opera" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\shell\open\command] @="\"C:\\Program Files\\Opera\\Opera.exe\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell\open] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell\open\ddeexec] @="\"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell\open\ddeexec\Topic] @="WWW_OpenURL" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.Image\shell\open\ddeexec\Application] @="Opera" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell\open] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell\open\ddeexec] @="\"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell\open\ddeexec\Topic] @="WWW_OpenURL" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Opera.HTML\shell\open\ddeexec\Application] @="Opera" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet] @="Opera.exe"
-
Thank you so much, mate
-
Instead of having to reinstall just to check this out(my PC has to little RAM to use WMvare propperly), then i would really be gratefull if someone could please tell me what the tweak about 'Flat' or 'Normal' menus as menu style is about ? I'm using classic style and want to disable everything related to eye-candy and visual effects, so as to save resources and RAM usage, but i don't know if i should select 'Flat' or 'Normal' under this tweak, as i don't know which of these settings turn the eye-candy off and uses least amount of RAM ? I'm on WinXP-Pro-SP2 with classic style. Thank's in advance.
-
Works perfectly here on WinXP-Pro-SP2...
-
@nuhi : Thank you very much for all your efforts If it is possible, then i would very much appreciate if you would fix a bug in one of the tweaks. I have reported it 2 times allready in the v1.4b period, but of course i understand that tweaks probably aren't that important to you, and that you have so many things to do Anyway, it's about the following tweak : 'Explorer' > 'Preset Places Bar to' > 'C:, D:, E:, Desktop, My Network Places'. nLite precets the places bar to : 'C:, D:, E:, Desktop, My Recent Documents'. nLite sets this regkey wrong : [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ComDlg32\Placesbar] "Place4"=dword:00000008 The correct regkey is : [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ComDlg32\Placesbar] "Place4"=dword:00000012 Thank's in advance
-
Firstly, i apologise in advance for posting to this somewhat old thread, but since the subject is exactly the same, then i thought that there where no point in starting a new thread. I have just changed from using Firefox to Opera, and i started by using the classic installer(wise) in my 7z switchless installer, since it was a little smaller in size than the msi installer. However, since i always preffer to have individual user profiles disabled in the apps i use, then i thought about maybe the msi installer possibly had a switch for that, since msi installers freqently have many switches available, so i opened the msi installer in orca and saw there indeed where a switch for that. So if anyone would like to disable user profile support in Opera i.e. having the profile folder in '%programfiles%\Opera\' instead of in '%appdata%\Opera\', then use the following switch : MULTI_USER_SETTING=0 Anyway, before i opened the msi installer in orca, then i had searched alot and couldn't find any info about such a switch existing, so that's why i decided to post it here
-
Q2 : 'Windows Update Agent' is for accesing Windows Update and with a little extra; Microsoft Update. Nothing off-line about it...
-
One or more files is missing, so uninstall/reinstall the app, or prefferably, ghost your system partition back and install it again(if you have the option of doing so available...). Edit: Beaten by puntoMX
-
@nuhi The 'Start Menu > Remove Windows Update shortcut' tweak only gets applied if removing IE also, just like the 'Start Menu > Remove Windows Catalog shortcut' tweak, which i previously have reported. The 'Boot/Shutdown > Enable Num Lock' tweak dosen't work(i know that it's also listed on the net, but it atleast dosen't work on a fresh install). The 'Privacy > Disable error reporting' tweak is described as it is just disabling error reporting to MS, but the tweak sets two reg keys, one for doing that + one for not reporting critical errors to the user at all anymore(ShowUI=0), so i would recommend either changing the description or preferebly remove the 'ShowUI' reg key entirely. In the Unattended User Creation settings, then if selecting to create a user with admin priviliges and with a blank password + being able to change the password, then you will get prompted about 14 days after about needing to make a new password as the "old" one will soon expire. Thank's in advance.
-
I have previously in this thread given a solution to fixing the problem with installing more than one extension from a batch file, but i have now comed to think about that the solution would only work for people which for security reasons have set their router to not respond to any localhost i.e 127.0.0.1 pinging attempts. I have personally done that myself, and i just now came to think about that this would have been the reason for Inferi0r stating that my solution didn't work for him. So here is then a revised version of my previous solution, which now works for both people with stealthed localhost pinging enabled and also for people without : ping -n 1 -w 4000 1.1.1.1 Please accept my apologi for not thinking about this sooner and also please include it in your SOF script if you like Inferi0r
-
need lightweight spyware/virus protection
Martin H replied to Masland's topic in Malware Prevention and Security
I have personally been using and recommending Eset NOD32 for a long time by now, and i still think that it's a great application because of it's small size and low memmory footprint + it's good signature based detetction and it's best heuristics based detetction, but after having read some posts here by several knowledgeble old-timers(Zxian, Jeremy etc.), then i decided that there where actually no reason to use any anti-virus app at all if just using some common sence and to always have a backup image of the system drive available + to seperate the data from the OS and it's installed apps. Just my two cents @Zxian I am really sorry for having continued this thread as i had somehow completely missed your previous post, so please delete my post if you see it fit and again, i'm really sorry about that