Jump to content

Recommended Posts

Posted

just a little addon to the previous post:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL]
@="1"

Because of that little suc*er i almost threw my computer out of the window ~2 years ago when i switched from nvidia to ati. I can't remember if it is already documented, but with that tweak on XP and an ati-card it will totally fsck every file on the disk.


Posted

At the beginning of context.menu there are some inconsistancies :

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]

Both point to the same location in XP (backward compatibilty thing).

As far as I've understood, it's better to use HKLM\...

Posted

thank you again strowi.

already made a note in the reg file for that tweak.

thank you too, camarade, for your contribution.

i´m hoping on releasing the next version as soon as possible.

and with your help, it will be only better and better.

:)

Posted (edited)

You're welcome. ;)

I have another small comment : the less different paths the better.

I mean

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
;Disables right-click
"NoViewContextMenu"=dword: 00000001
;Disable all access to Control Panel (and its modules)
"NoControlPanel"=dword:00000001

it better (imho) than

;Disables right-click

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoViewContextMenu"=dword: 00000001
;--------------------------------------------------------------------------------------------------------------------------------

;Disable all access to Control Panel (and its modules)

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoControlPanel"=dword:00000001

It is much more readable. ;)

Btw, in Outlook Express, there are two "Hide Messenger". ;)

and in "other softwares too". :P

Edited by Camarade_Tux
Posted

Another thing : I believe data in "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache]" is not used anymore. At least in IE7; I used regshot and saw nothing there.

Posted

camarade, the first one was already correct when i went to check.

the double entrie in Outlook Express i just corrected, thanks!

I´m separating outlook express and other apps that has too many tweaks from Other.Software.reg file.

Version 0.3 shall be comeing very soon, i´m planing to include all the tweaks in a inf file as well, but there is still some things to learn about it.

If i cannot do it now, i´ll do it in v0.4.

I´m working here. Thanks for all your help (hope you keep like this! :P )

:)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...