RogueSpear Posted October 4, 2004 Posted October 4, 2004 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
war59312 Posted October 5, 2004 Posted October 5, 2004 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
Flugel Posted October 5, 2004 Posted October 5, 2004 Hello everybody ,Is there a tweak to empty your "Temporary Internet Files" and set the settings to 1% for example?
prathapml Posted October 5, 2004 Author Posted October 5, 2004 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)
idle.newbie Posted October 5, 2004 Posted October 5, 2004 ;----- Stores more DNS entries so that your computer;"NegativeCacheTime"=dword:00000000 <-----------"MaxCacheEntryTtlLimit"=dword:0000fa00i 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:00000000MS TechNet Microsoft Windows Server 2003 TCP/IP Implementation Details
evilvoice Posted October 5, 2004 Posted October 5, 2004 did you paste the wrong article...or maybe quoted the wrong person...I did a ctrl+f and put in both values that illusions was talking about and neither one is found in the document.
idle.newbie Posted October 5, 2004 Posted October 5, 2004 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.
oddbasket Posted October 5, 2004 Posted October 5, 2004 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:00003840Both are described in M$ Knowledge Base Article here.
oddbasket Posted October 5, 2004 Posted October 5, 2004 Hello everybody ,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
maxXPsoft Posted October 5, 2004 Posted October 5, 2004 (edited) These are my Notes on that, don't set to 0 DELETEWindows 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:00000001EDIT:http://www.windows-help.net/WindowsXP/tune-24.htmlEDIT:2 Added the reg Edited October 5, 2004 by maxXPsoft
maxXPsoft Posted October 5, 2004 Posted October 5, 2004 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?
AriesSyntax Posted October 5, 2004 Posted October 5, 2004 @XPeroI'm trying to figure out what you meanBoth 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 moreThis registry key is no longer supported in Microsoft Windows 2000 or laterso ~ see it in http://support.microsoft.com/default.aspx?...kb;en-us;196480
maxXPsoft Posted October 5, 2004 Posted October 5, 2004 Important This registry key is no longer supported in Microsoft Windows 2000 or later. http://support.microsoft.com/?id=196480I still use it cause it do seem to work, that trying to delete file thing and it saying it in use seem's to work quicker with this added.AriesSyntaxAllready said that.
AriesSyntax Posted October 5, 2004 Posted October 5, 2004 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:00000001Sure with any ATI graphic card and XP1-some-hotfix or XP2if u set "LargeSystemCache"=dword:00000001 then u might never see any of desktop of your account
AriesSyntax Posted October 5, 2004 Posted October 5, 2004 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:000003e8Doesn'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
Recommended Posts