Another KMA question

BleedDodgerBlue

Admin
Forum Member
Feb 12, 2004
7,383
82
0
49
los angeles
kma, please help if you can

for the last month or two, i constantly get windows firewall disability notifications whenever i run spybot which i do daily. i fix them everyday and nothing is wrong with my computer, just curious why i keep getting a notification from spybot about this.

thanks in advance
 

KMA

Registered User
Forum Member
May 25, 2003
745
2
0
The following are the contents of my own tweak file, which includes all the TCP parameters to achieve full compliance with RFC 1323, and make the best use of it, as well as 879, 2018 and a few others.

Section 1 - TCP parameters will set a lower default for TimeTo Live, higher receive window buffers, Selective Acknowledgements turned on, and only allow for blackhole discovery but not its detection.
Section 2 - make available more layer 4 sessions for Internet Explorer so it will not lock up
Section 3 - DLL Cache - define upper limit of 256 MB so it will not eat up large portions of disk, as well as to avoid tothe extent possible duplication
Section 4 - DNS Cache - better, more efficient handling
Section 5 - I do not trust Micro$oft to keep my time. I'd rather go to the US Navy's Atomic clock directly through NIST in Gaithersburg, MD.,
Section 6 - the Windows Antivirus, firewall notification and nagware. My systems were secure from virii and intrusions even before Micro$oft thought about these issues. I like my own solutions better than what Micro$oft has made available with their unreasonable default settings.

As always, backup your registry before making any changes to it. these settings may not hold for every system, but by and large, they will optimize performance on most. There is no compulsion to use this information.

I did leave out a copule of settings which I use, those pertain to the Micro$oft Office tuneup feature, which I believe Micro$oft is no longer pushing to the systems which the software is installed on. If yah think installing Office or any of its components has slowed your system down, let me know, and I will be happy to show how to turn off the Office TuneUP thing which is a pain and consumes more resources than it frees. As usual, the person who designed it is no longer employed at Micro$oft.


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]

"SackOpts"=dword:00000001

"TcpWindowSize"=dword:0008E940

"Tcp1323Opts"=dword:00000001

"DefaultTTL"=dword:00000030

"EnablePMTUBHDetect"=dword:00000000

"EnablePMTUDiscovery"=dword:00000001

"GlobalMaxTcpWindowSize"=dword:0011D280

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"MaxConnectionsPer1_0Server"=dword:00000020

"MaxConnectionsPerServer"=dword:00000020

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"MaxConnectionsPer1_0Server"=dword:00000020

"MaxConnectionsPerServer"=dword:00000020

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"SFCQuota"=dword:00000100

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]

"NetFailureCacheTime"=dword:00000000

"NegativeSOACacheTime"=dword:00000000

"NegativeCacheTime"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]

"NtpServer"="time.nist.gov,0x1"

"Period"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

"AntiVirusDisableNotify"=dword:00000001

"AntiVirusOverride"=dword:00000001

"FirewallDisableNotify"=dword:00000001

"FirewallOverride"=dword:00000001

"UpdatesDisableNotify"=dword:00000000
 

KMA

Registered User
Forum Member
May 25, 2003
745
2
0
I forgot to tell yah how to use it!!! Sorry!!!


Starting from the line:
Windows Registry Editor Version 5.00

Copy everything below that line till the one that has: UpdatedDisableNotify

Paste it into a text file, and save the file with extension .reg something like regupdate.reg

Backup your registry, and then double click on this file yah just now created. Confirm to update the registry, and reboot the system.
 

MadJack

Administrator
Staff member
Forum Admin
Super Moderators
Channel Owner
Jul 13, 1999
105,218
1,620
113
70
home
BDB, you understand now? :D
 

BahamaMama

not banned
Forum Member
Dec 6, 1999
3,933
9
0
65
Davenport, Iowa
i know it's

over.head.jpg
 

BleedDodgerBlue

Admin
Forum Member
Feb 12, 2004
7,383
82
0
49
los angeles
KMA, thanks for the help, but i encountered a problem. i set a system restore and backed everything up after i made the .reg file with what you told me to copy and paste. but when i confirm yes after double clicking it, i get a prompt saying:

The specified file is not a registry script. You can only import binary registry files from within the registry editor.

any suggestions if you have time?
 

SixFive

bonswa
Forum Member
Mar 12, 2001
18,739
245
63
54
BG, KY, USA
:teknology :wtf: KMA, I'm glad there are nice folks like you in this world who understand this sort of thing. Thanks for all your help with these computer questions. :clap:




KMA said:
The following are the contents of my own tweak file, which includes all the TCP parameters to achieve full compliance with RFC 1323, and make the best use of it, as well as 879, 2018 and a few others.

Section 1 - TCP parameters will set a lower default for TimeTo Live, higher receive window buffers, Selective Acknowledgements turned on, and only allow for blackhole discovery but not its detection.
Section 2 - make available more layer 4 sessions for Internet Explorer so it will not lock up
Section 3 - DLL Cache - define upper limit of 256 MB so it will not eat up large portions of disk, as well as to avoid tothe extent possible duplication
Section 4 - DNS Cache - better, more efficient handling
Section 5 - I do not trust Micro$oft to keep my time. I'd rather go to the US Navy's Atomic clock directly through NIST in Gaithersburg, MD.,
Section 6 - the Windows Antivirus, firewall notification and nagware. My systems were secure from virii and intrusions even before Micro$oft thought about these issues. I like my own solutions better than what Micro$oft has made available with their unreasonable default settings.

As always, backup your registry before making any changes to it. these settings may not hold for every system, but by and large, they will optimize performance on most. There is no compulsion to use this information.

I did leave out a copule of settings which I use, those pertain to the Micro$oft Office tuneup feature, which I believe Micro$oft is no longer pushing to the systems which the software is installed on. If yah think installing Office or any of its components has slowed your system down, let me know, and I will be happy to show how to turn off the Office TuneUP thing which is a pain and consumes more resources than it frees. As usual, the person who designed it is no longer employed at Micro$oft.


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]

"SackOpts"=dword:00000001

"TcpWindowSize"=dword:0008E940

"Tcp1323Opts"=dword:00000001

"DefaultTTL"=dword:00000030

"EnablePMTUBHDetect"=dword:00000000

"EnablePMTUDiscovery"=dword:00000001

"GlobalMaxTcpWindowSize"=dword:0011D280

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"MaxConnectionsPer1_0Server"=dword:00000020

"MaxConnectionsPerServer"=dword:00000020

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"MaxConnectionsPer1_0Server"=dword:00000020

"MaxConnectionsPerServer"=dword:00000020

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"SFCQuota"=dword:00000100

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]

"NetFailureCacheTime"=dword:00000000

"NegativeSOACacheTime"=dword:00000000

"NegativeCacheTime"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]

"NtpServer"="time.nist.gov,0x1"

"Period"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

"AntiVirusDisableNotify"=dword:00000001

"AntiVirusOverride"=dword:00000001

"FirewallDisableNotify"=dword:00000001

"FirewallOverride"=dword:00000001

"UpdatesDisableNotify"=dword:00000000
 

KMA

Registered User
Forum Member
May 25, 2003
745
2
0
If yah used wordpad to create the file, it may not work. I use Notepad and create a flat text file, pure ASCII. Works all the time.

Another thing is this is not going to work if you did the File -> import from within the editor.

Just doubleclick on the file from windows explorer, reg is associated with the registry editor.
 

KMA

Registered User
Forum Member
May 25, 2003
745
2
0
I just tried it. Copied and pasted the test from above into a file in Notepad, and did a file -> save as

And changed the "save as type" from .txt to all files, and changed the name to regtest.reg and saved it.

When I doubleclicked the file, my registry get updated.
 

KMA

Registered User
Forum Member
May 25, 2003
745
2
0
Post again if yah can't get it to work for yah and I'll somehow get the .zip file to yah, it WILL work!!! I'll log in again on Saturday.
 

BleedDodgerBlue

Admin
Forum Member
Feb 12, 2004
7,383
82
0
49
los angeles
KMA still didn't work, but i appreciate the effort.

i saved the copied text in notebook and created a desktop of it and it said what i said in other post.

didn't work.

BUT, i then tried to open the registry editor and I was gonna drag the new .reg file you gave me into it and it says

Confirm Restore Key
the key will be restored on top of key: My Computer. All value entries and subkey of this key will be deleted. Dou you want to continue the operation?

I'm scared to press yes......not sure if that's the right thing to do.


thanks again, and if i wasn't married....................
 

KMA

Registered User
Forum Member
May 25, 2003
745
2
0
Did yah get it fixed??? I can send yah the file if yah want.


AND if yah weren't already married, you'd be able to take some classes, become a geek and troubleshoot your computer!!!
 

BleedDodgerBlue

Admin
Forum Member
Feb 12, 2004
7,383
82
0
49
los angeles
KMA, no never got it working.

if you wouldn't mind sending it to my email address jack has. i don't think we are allowed to post email addresses here. or if you don't mind, just send it to jack and he can forward it on to me. i'm sure the big guy isn't THAT busy.

only if you got some spare time. don't want to put you out. also, could you tell me what to do with the file when i receive it.

thanks again for all you do at this site. as for becoming a geek, i'm sure i'm well on my way there

thanks again.
 
Bet on MyBookie
Top