Jump to content

Recommended Posts

Posted (edited)

When I use the regtweaks, buth in an unattended install and inside windows, every few minutes the little triangle pops up in the tray saying that a file is corrupt and unreadable. This goes on till I no longer can use the computer. also, some partitions become corrupt and unreadable.

can someone file the tweak that is corrupting files?

Windows Registry Editor Version 5.00

;-----
;-----  allows boot files to be placed optimally on the hard-drive for faster boots.
;-----
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"

;NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you.
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001



;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a

;Removes Sign up with Passport Wizard when trying to sign in MSN Messenger
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport]
"RegistrationCompleted"=dword:00000001

;Disables Preview of Movie file formats (allowing you to move/rename/delete without errors)
[-HKEY_CLASSES_ROOT\.avi\ShellEx]
[-HKEY_CLASSES_ROOT\.mpg\ShellEx]
[-HKEY_CLASSES_ROOT\.mpe\ShellEx]
[-HKEY_CLASSES_ROOT\.mpeg\ShellEx]



;Enabling this setting will allow you to use Notepad to open a file by simply right clicking on the icon.
[HKEY_CLASSES_ROOT\*\shell\open]
@="Open With Notepad"
[HKEY_CLASSES_ROOT\*\shell\open\command]
@="notepad.exe %1"


;Enable 48-bit LBA Support for Large Hard Drives
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Atapi\Parameters]
"EnableBigLba"=dword:00000001

;Manage the Windows Prefetcher Service ("C:\windows\Prefetch")
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003

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

;disable system paging
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001

;Change the Icon Cache Size
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="4096"

;Enable DMA66 (faster hard drive)
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000]
"EnableUDMA66"=dword:00000001

;-----
;-----  Opens nfo files with Notepad
;-----
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]
"Application"="NOTEPAD.EXE"
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="Explorer.exe"
"MRUList"="ba"
"b"="NOTEPAD.EXE"
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"MSInfo.Document"=hex(0):

;-----
;-----  Disable Error Reporting
;-----
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"AllOrNone"=dword:00000001
"DoReport"=dword:00000000
"IncludeKernelFaults"=dword:00000000
"IncludeMicrosoftApps"=dword:00000000
"IncludeWindowsApps"=dword:00000000
"ShowUI"=dword:00000000

;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
;To stop Windows XP from caching negative responses
;"MaxNegativeCacheTtl "=dword:00000000

;-----
;-----  Maximize Number of Simultaneous Connections
;-----
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000040
"MaxConnectionsPer1_0Server"=dword:00000040
 
;-----
;-----  Faster Web Page Loading
;-----
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]
"DnsPriority"=dword:00000001
"HostsPriority"=dword:00000001
"LocalPriority"=dword:00000001
"NetbtPriority"=dword:00000001

;-----
;-----  Disable Indexing Service
;-----
;Indexes contents and properties of files on local and remote computers; provides rapid access to files through flexible querying
;language. This service always has been a major resource hog. I NEVER recommend having this service enabled. Remove the
;function via the "Add / Remove Programs" icon in the control panel (Windows Setup Programs). It uses about 500 K to 2 MB in
;an idle state, not to mention the amount of memory and CPU resources it takes to INDEX the drives. I have had people (and
;witnessed it on other people's computers) report to me that the Indexing Service sometimes starts up EVEN while the system
;is NOT idle... as in the middle of a game. You may feel, as I do, that this is unacceptable. If your computer suddenly seems
;"sluggish," Indexing Service is usually the cause of it.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cisvc]
"Start"=dword:00000004

;-----
;-----  Disable Windows Time Service
;-----
;Maintains date and time synchronization on all clients and servers in the network. If this service is stopped, date and time
;synchronization will be unavailable. If this service is disabled, any services that explicitly depend on it will fail to start.
;Automatically sets your clock by contacting a server (Microsoft's server by default) on the internet. Great idea if your network
;connects to the internet 24/7. The Event Log fills up with "cannot find server" messages on a non-dedicated setup, though.
;After successful synchronizing, this service will not attempt to do it again for 7 days, meanwhile, taking up resources. You may
;also need Task Scheduler running. You may choose to set your clock manually on a dial up connection, but with a 24/7
;broadband setup, this could keep you on time for work. Note: as mentioned, "time.windows.com" is the default server for
;synchronization. For those privacy conscious people that prefer to connect to a government site rather then MS, use;"time.nist.gov."
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]
"Start"=dword:00000004

;----- Disable System Restore
;----- Value: (1 = disabled, 0 = enabled)
;-----
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001

;-----
;-----  Disable ClipBook Service
;-----
;Enables ClipBook Viewer to store information and share it with remote computers. If the service is stopped, ClipBook Viewer
;will not be able to share information with remote computers. If this service is disabled, any services that explicitly depend on
;it will fail to start. Used to store information (cut / paste) and share it with other computers. I have never found enough need
;for this to allow this service to always be running. This service alone uses about 1.3 MB of memory.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv]
"Start"=dword:00000004

;-----
;-----  Disable Remote Desktop Help Session Manager Service
;-----
;Manages and controls Remote Assistance. If this service is stopped, Remote Assistance will be unavailable. Before stopping
;this service, see the Dependencies tab of the Properties dialog box. Manages and controls Remote Assistance. If you do not
;want or need to use this feature, disable it. In an idle state, this service sucks up 3.4 MB to 4 MB of RAM.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]
"Start"=dword:00000004

;-----
;-----  Disable Upload Manager Service
;-----
;Manages synchronous and asynchronous file transfers between clients and servers on the network. If this service is stopped,
;synchronous and asynchronous file transfers between clients and servers on the network will not occur. If this service is
;disabled, any services that explicitly depend on it will fail to start.
;This service sends driver information to Microsoft to track availability of driver information. This service is not required for
;basic File and Print sharing. I have yet to find a need for this service, nor do I wish to send my hardware information to Microsoft.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\uploadmgr]
"Start"=dword:00000004

;-----
;-----  Remove System Folders Baricade
;-----
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\WebView\BarricadedFolders]
"shell:ControlPanelFolder"=dword:00000000
"shell:SystemDriveRootFolder"=dword:00000000
"shell:ProgramFiles"=dword:00000000
"shell:Windows"=dword:00000000
"shell:System"=dword:0000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew]
@="Open In New &Window"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew\Command]
@="explorer %1"

[HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Toolbar]
"LinksFolderName"=""
"Locked"=dword:00000001

EDIT :blushing:

EDIT removed things that I know (belive) did not do it.

Edited by Dustinwmew

Posted

first, you want to put [ code ] [ /code ] tags around that tweak list.

2nd, because there are so many tweaks, your best bet (unless someone can pick out the one that's causing problems) might be to not install any by default, and then add one tweak at a time until you find the one that is causing issues

Posted (edited)

Where did you get the information telling you about your tweaks?

This one is your most likely culprit

;Enable 48-bit LBA Support for Large Hard Drives
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Atapi\Parameters]
"EnableBigLba"=dword:00000001

see the conditions and note here

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

The registry key LargeSystemCache "1" on a RAID Windows XP Pro configuration will lead to disastrious read/write errors.

;disable system paging
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001

This can cause 'Delayed Write Failed' errors on some machines and may render it unbootable. This tweak is no longer recommended for Windows XP.

;Enable DMA66 (faster hard drive)
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000]
"EnableUDMA66"=dword:00000001

Only recommended if you are using an Intel Chipset.

Edited by Yzöwl

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...