Jump to content

Registry Tweaks


Recommended Posts

I've searched a bit but haven't seen this one posted yet. Nothing earth shattering, but could be useful to somebody.

[HKEY_CURRENT_USER\Software\Microsoft\tabletoobe]"ShowTabletSplash"=dword:00000000      ; TabletPC - Disable Tutorial Splash Screen
Link to comment
Share on other sites


im looking for a reg tweak to remove the recycle bin icon from the desktop. i would like it to be gone from the desktop the first boot into windows off of a unattended install.

;Remove Reycle Bin From Desktop

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]

"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001

Link to comment
Share on other sites

Why'd you want to "empty" your TIF cache....

Unattended install after a re-format.... certainly no files can be existing there....

If you do want to anyway set the size of the cache automatically through registry, you can find it here:

comprehensive pre-configuration of Internet Explorer 6 options in XP's unAttended setup

(its described there for setting cache to 2 MB - you need to set the size in KB in hex)

Link to comment
Share on other sites

;-----  Stores more DNS entries so that your computer

;"NegativeCacheTime"=dword:00000000  <-----------

"MaxCacheEntryTtlLimit"=dword:0000fa00

i read somewhere that those registry names are for win2000 for xp should be ...

  ;-----  DNS in Windows XP

  ;To stop Windows XP from caching negative responses

"MaxNegativeCacheTtl "=dword:00000000

MS TechNet Microsoft Windows Server 2003 TCP/IP Implementation Details

Link to comment
Share on other sites

i saved a local copy of that article, link was copied from my bookmark, i got problem to view that page online, my isp sxxks lately.

from my local copy, every entries were there with full description, except that two new entries illusions added.

Link to comment
Share on other sites

illusions is right about the caching of negative DNS entries. This is the tweak I've been using as well.

;Disable caching negative entries, cache positive entries for 4hrs
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxNegativeCacheTtl"=dword:00000000
"MaxCacheTtl"=dword:00003840

Both are described in M$ Knowledge Base Article here.

Link to comment
Share on other sites

Hello everybody :whistle: ,

Is there a tweak to empty your "Temporary Internet Files" and set the settings to 1% for example?

These are the values u want, tho i set to 30mb limit. There really isn't a need to clear TIF cos it helps in faster surfing. Limiting the cache is good enough. So its better to leave out "Persistent".

;Sets TIF limit to 30mb, Clear TIF on shutdown
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]
"CacheLimit"=dword:00007800
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content]
"CacheLimit"=dword:00007800
"Persistent"=dword:00000000

Link to comment
Share on other sites

These are my Notes on that, don't set to 0 DELETE

Windows Registry Editor Version 5.00
;If you find DWORD values MaxCacheEntryTtlLimit and/or NegativeCacheTime in the
;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters
;registry location, delete those. When present they will prevent Windows XP using the correct settings.
;
;After doing this flush the DNS cache for the changes to take effect
; @command prompt    ipconfig /flushdns
;  wshshell.Run "cmd /c ipconfig /flushdns"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxNegativeCacheTtl"=dword:00000000
"MaxCacheTtl"=dword:00003840
"MaxCacheEntryTtlLimit"=-
"NegativeCacheTime"=-

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"QueryIpMatching"=dword:00000001

EDIT:

http://www.windows-help.net/WindowsXP/tune-24.html

EDIT:2 Added the reg

Edited by maxXPsoft
Link to comment
Share on other sites

Why do people just keep on about the attached registry tweaks....

Give em all in one place and peep's will install all and then complain. That's why I prefer to use an app to do it so i can test and undo.

Having fun yet? :w00t:

Link to comment
Share on other sites

@XPero

I'm trying to figure out what you mean

Both of those are wrong man or

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

I think Microsoft has the correct way since, uhhh they wrote it. What you see on that MS link is the application of Regini.exe, it does not mean AlwaysUnloadDLL is on separate line as a Reg Value, it's a Key with a @ value.

whever which is right one , it does not matter any more

This registry key is no longer supported in Microsoft Windows 2000 or later

so ~ see it in http://support.microsoft.com/default.aspx?...kb;en-us;196480

Link to comment
Share on other sites

I should probably add this here.  I had a problem with my ati mobility card, and this lil bugger was the culprit.  I'm taking it out of my unattended, and you may want to also if you have an ati card.

The following registry key will screw up SP2 with ati mobility and possibly other cards.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"LargeSystemCache"=dword:00000001

Sure with any ATI graphic card and XP1-some-hotfix or XP2

if u set "LargeSystemCache"=dword:00000001 then u might never see any of desktop of your account

Link to comment
Share on other sites

I encountered a problem with one of HoverHeads tweaks...

;-----  Active Window Tracking  for XP

;-----  Value: (0=disable, 1=enable)

;-----  This tweak allows you to bring running programs to the foreground just by

;-----  moving you mouse of the application window. This is similar to the X-Mouse

;-----  feature found on UNIX operating systems.

[HKEY_CURRENT_USER\Control Panel\Desktop]

"UserPreferencesMask"=hex:ff, 3e, 00 00

"ActiveWindowTracking"=dword:00000001

"ActiveWndTrkTimeout"=dword:000003e8

Doesn't seem to work on my Logitech MX700 mouse (with the 9.80 Logitech drivers).

set "UserPreferencesMask"=hex:ff, 3e, 00 00 to "UserPreferencesMask"=hex:fe, 3e, 00 00

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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