symanex Posted April 14, 2007 Posted April 14, 2007 (edited) i want to have your opinions about my tweak and your help to make him goes more good thanx for your helpsplease post post your comment and what you think in term of tweak that can run my windows xp pro sp2 and ie 7 more efficiantly.i want to know in power configuration how to put all to never like like hard drive and screen to never ... if that possible and to know if that possible to make the windows auto resizable to not get the scroll like in the photos i got , i want to know also if that possible to remove the blue in the right clicks menu or when i goes to files or folders in windows and the things in start menu it's having somethings blue look the picture #2 or can i change the color of thatand make flash not activate in ie like flashblock things thank you and i hope to get some help because i have one and others questions about the visual effect in windows like how to get only the "use the visual style..." and "use drop shadow in icon labels" to be active not any otheris that possible to make "Block images and other external..." in outlook express to be unchecked by default... Edited April 18, 2007 by symanex Tags removed and fixed with comments attachment added.
GrofLuigi Posted April 14, 2007 Posted April 14, 2007 Quite good reg file; but it depends on what you want to achieve (each person's taste is different).If you ask me, I would restore "BootExecute" to default, in case some drive gets corrupted to have chance to get repaired on startup. Also, is ClearPageFileAtShutdown really necessary? (i.e. you work with such sensitive data that it must be wiped at every reboot?) (and below I see another conflicting ClearPageFileAtShutdown = 0 ).Also, are you running XP (I guess so since you enable prefetcher). In that case, IoPageLockLimit is obsolete and not used. Also, LargeSystemCache can cause big slowdown if you machine isn't actually acting as a server (regardless of how much memory you have). SecondLevelDataCache should be correct for your processor, otherwise you're better off without it. I hope you calculated SystemPages carefully.About NtfsDisable8dot3NameCreation, I found out that MANY installers don't work correctly with it set to 1, but your experience may differ. DEVMGR_SHOW_DETAILS should be string; You have some mess with:[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]"IdleEnable"dword:00000001and [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}000]Also, I think [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]is too restrictive for my taste, but that might be your goal.LinkResolveIgnoreLinkInfo already defaults to 0, so I think you should set it to 1 since you included it here (if you want windows to stop tracing potentially broken shorcuts).With ClassicViewState=1, there are some potential side effects (quicklaunch and/or themes tab dissapearing). Check whether that was your intention.The following line is obsolete (since you already did that above):[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]I think you should not touch MasterDeviceTimingModeAllowed and SlaveDeviceTimingModeAllowed, they are hardware dependant (who knows, you may have such device).Again, I don't know what is your goal, but I set "NoDriveTypeAutoRun"=dword:000000FF on mine -> No autorun on ANY drive. Ever. Period. If your goal is to disable error reporting, I think AllOrNone=3 is for you (that's what I have in my documentation ).DisableTaskOffload depends whether you have 'proper' (hardware accelerated, full) network card.PerformRouterDiscovery in my opinion is better to be set to 2 (ask for router, and if no answer, stay put). Sometimes you might need it.Set SackOpts to 1 (Selective Acknowledgment = good thing), unless you have a reason not to...Consider reducing the following:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]"Size"=dword:3to "Size"=dword:1 unless this computer is a heavy duty server (this value goes together with LargeSystemCache).I wouldn't set NodeType at all (I've seen unexplained problems with it - all computers in the network set to same value, and still can't see each other). Better let windows handle it.[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace]should be:[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace]if I'm guessing right. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]"DnsPriority"=dword:00000001"HostsPriority"=dword:00000001"LocalPriority"=dword:00000001"NetbtPriority"=dword:00000001has been labelled as myth on the Internet, and I personally agree. No good thing can happen if you let all the dogs out at the same time. I would either leave'em alone, or reorder according to my preference (lower number gets higher priority).[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\37\Shell]"Links"=dword:00000000is pointless, since you already deleted it above. And the number will change every time.Again, pay attention to:[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoNetHood"=dword:00000001since you are optimizing for network. Something isn't right here.I think "WheelScrollLines"="-1" is invalid. Why don't you just set the number of lines you want the text to scroll with one turn of the wheel? If you don't want to, I think 0 will work.I see you are disabling many services. If that is your goal, see if Dnscache set to 3 or 4 works for you (the reg tweaks still apply even if the service is not started!)Whooh, it's over... this quick look. About your second and third post: Power - you already set power schemes in your reg file. Try applying manualy what you want, then exporting it... But I remember this was tricky.Same about the size of windows - you already set this in your reg file. I think auto resize is not possible without some third-party program. About the blue colour of right click: that's set in Display Properties > Appearance > Advanced > Selected items. I don't know about registry. Search for it.Block flash in IE: through ActiveXCompatibility (search for it, don't know the exact key).Set only some visual styles active: you already do that. Investigate further.Outlook Express: don't know. I don't use it.RegMon is your friend.GL
symanex Posted April 14, 2007 Author Posted April 14, 2007 what did you say aboutDEVMGR_SHOW_DETAILS should be string; You have some mess with:[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]"IdleEnable"dword:00000001and [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}000]Also, I think [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]is too restrictive for my taste, but that might be your goal.what i need to change
GrofLuigi Posted April 14, 2007 Posted April 14, 2007 what did you say aboutDEVMGR_SHOW_DETAILS should be string; You have some mess with:[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]"IdleEnable"dword:00000001and [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}000]Also, I think [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]is too restrictive for my taste, but that might be your goal.what i need to changeIt should be:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]"DEVMGR_SHOW_DETAILS"="1"[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]And "idleenable" is from some other place (copy/paste error?). Delete that line. Maybe it was meant to be below [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}000](see this, but you should take additional steps based on your configuration - work out if it is a controller and which number is it - 000 or 001 or...)[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]too restrictive for my taste - I meant you won't be able to do much with add/remove programs - but maybe that's what you want.And I just realised I don't use much that too. GL
symanex Posted April 15, 2007 Author Posted April 15, 2007 what did you mean by In that case, IoPageLockLimit is obsolete and not used. Also, LargeSystemCache can cause big slowdown if you machine isn't actually acting as a server"if you machine isn't actually acting as a server" like how i can know that i use windows xp pro sp2 i play on this computer and i goes on mirc , msn , and dl some music and compress some data and uncompress it so did any of that 2 options iopagelocklimit or largesystemcache can help my computer to run better or it will slow it down ? and by slowing down in what context ?
GrofLuigi Posted April 15, 2007 Posted April 15, 2007 what did you mean by In that case, IoPageLockLimit is obsolete and not used. Also, LargeSystemCache can cause big slowdown if you machine isn't actually acting as a server"if you machine isn't actually acting as a server" like how i can know that i use windows xp pro sp2 i play on this computer and i goes on mirc , msn , and dl some music and compress some data and uncompress it so did any of that 2 options iopagelocklimit or largesystemcache can help my computer to run better or it will slow it down ? and by slowing down in what context ?Delete IoPageLockLimit line. Act as a server = serving files on LOCAL NETWORK to other computers, and that is the primary role of that computer (i.e. you don't do much other stuff on that computer). Since this is not your case, set LargeSystemCache=dword:0 and Size=dword:1 . You will have some memory and CPU power back for ircing GL
Yzöwl Posted April 15, 2007 Posted April 15, 2007 I have fixed and commented some stuff in your attachment, please see the re-upped version.Comments begin lines with ;***
symanex Posted April 16, 2007 Author Posted April 16, 2007 (edited) so there we go i have fix a lot's of the things that the users says to me but i decide to conserve "IoPageLockLimit"=dword:00020000"LargeSystemCache"=dword:00000001and "Size"=dword:00000003i don't know if that have a link but when i remove or disable this windows messenger take from 4seconde to open to 11 so i think maybe they not use , maybe they don't have a link at all but untill i found so i update my .reg version with most of the error and bug that ppl send or comment about it i still have bug likei want to have this options activate in all screen like standard buttons and status bar i let you know with a screenshot of what i want i can set it manually but i want it to be by default so thank you Edited April 18, 2007 by Yzöwl
Yzöwl Posted April 16, 2007 Posted April 16, 2007 i still have bug like[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]"AltColor"="00 51 79"it's seems to not work is someone can help me with this oneI have already commented this one for you, (data type and structure), in the attachment on your first post.
symanex Posted April 16, 2007 Author Posted April 16, 2007 (edited) here we go new versionif someone can help me out with this:-standards buttons activate by default , i want to only see in my control panel this 5 items:Add or remove programsAdministrative toolsMouseNetwork ConnectionsSound and Audio Device new version updated without bug mentionned by Yzöwl thank you man for helping mei want new fix that optimise networking and services and ie 7 if that possible Edited April 23, 2007 by symanex
Yzöwl Posted April 18, 2007 Posted April 18, 2007 @ symanexAs you will see, I have already edited your posts in this thread.I have done this because you have posted several successive messages without reply. This is bad forum etiquette!If no-one has replied since your last post, then edit the last post appending the updated material to it.Thank you.PSRemoving the outdated attachments would have been a good idea too!<Edit>Lines 488, 1027 & 1612 contain syntax errors - 'Missing Double Quotation Marks'</Edit>
symanex Posted April 22, 2007 Author Posted April 22, 2007 (edited) new version still need new registry tweak to optimise the computer or some to remove that mae my computer work not good========Next Message========you need to modify that "DefaultDomainName"="COMPUTER-NAME""DefaultUserName"="login""DefaultPassword"="password"by your own computer name and login and password , your password need to be 9 caracter at least open reg.rar with winrarif anyone have suggestion let me know========Next Message========can someone help me because i want to remove the image in the windows about dialogreg.rar Edited May 6, 2007 by Yzöwl
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now