Discussion:
disable dump file creation
(too old to reply)
Virendra
2006-01-12 07:46:02 UTC
Permalink
Hi,
can anybody suggest me how can i disable dump file creation on Windows 2000
Advanced Servers to enhance the security of operation system.
What can be affect after disabling dump file creaion.

Thanks in advance

Virendra Sharma
Dave Patrick
2006-01-14 19:19:17 UTC
Permalink
Control Panel|System|Advanced|Startup and Recovery change 'Write debugging
info.....' to 'none'

Nothing really other than the fact you won't have any dump files to look at.
--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Virendra" wrote:
| Hi,
| can anybody suggest me how can i disable dump file creation on Windows
2000
| Advanced Servers to enhance the security of operation system.
| What can be affect after disabling dump file creaion.
|
| Thanks in advance
|
| Virendra Sharma
Rajesh Nayak
2009-03-17 11:46:10 UTC
Permalink
Post by Dave Patrick
Control Panel|System|Advanced|Startup and Recovery change 'Write debugging
info.....' to 'none'
Nothing really other than the fact you won't have any dump files to look at.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
| Hi,
| can anybody suggest me how can i disable dump file creation on Windows
2000
| Advanced Servers to enhance the security of operation system.
| What can be affect after disabling dump file creaion.
|
| Thanks in advance
|
| Virendra Sharma
You Can even use registry to disable the dump creation:
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl"
Safe Value: CrashDumpEnabled REG_DWORD 0x0

-Rajeshnyk :-)
Dave Patrick
2009-03-18 02:58:19 UTC
Permalink
Did you know that post was more than two years old? The OP has more than
likely moved on.
--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
Post by Rajesh Nayak
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl"
Safe Value: CrashDumpEnabled REG_DWORD 0x0
-Rajeshnyk :-)
Loading...