Jump to content

Registry Files


Recommended Posts

Can someone please tell me what is wrong with this registry file, it keeps saying it is not a registry script.

Windows Registry Editor 5.00

;Disable the Desktop Cleanup Wizard

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]

;Change MenuShowDelay (Start Menu load speed)

[HKEY_CURRENT_USER\Control Panel\Desktop]

"MenuShowDelay"="2"

;NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you.

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

"NoLowDiskSpaceChecks"=dword:00000001

;Speed up shutdown

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

"WaitToKillServiceTimeout"="2000"

;Disables Windows Tour bubble popup

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]

"RunCount"=dword:00000000

;Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]

"Start"=dword:00000004

;Adds Empty Recycle Bin to Right Click Menu

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]

@="Empty Recycle Bin"

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Empty Recycle Bin]

@="{645FF040-5081-101B-9F08-00AA002F954E}"

[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Empty Recycle Bin]

@="{645FF040-5081-101B-9F08-00AA002F954E}"

[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Empty Recycle Bin]

@="{645FF040-5081-101B-9F08-00AA002F954E}"

[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Empty Recycle Bin]

@="{645FF040-5081-101B-9F08-00AA002F954E}"

;Disables Error Reporting, but notifies when errors occur

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]

"DoReport"=dword:00000000

;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)

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

"MaxConnectionsPer1_0Server"=dword:0000000a

"MaxConnectionsPerServer"=dword:0000000a

;Disable Welcome Screen and uses Classic Logon

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

"LogonType"=dword:00000000

;Show TweakUI at Control Panel

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]

@="TweakUI"

"InfoTip"="Start TweakUI"

;Speed up shutdown

[HKEY_CURRENT_USER\Control Panel\Desktop]

"HungAppTimeout"="5000"

"WaitToKillAppTimeout"="4000"

;Disable Secondary Log-on

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]

"Start"=dword:00000004

;Start Menu settings

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"StartMenuScrollPrograms"="YES"

;Enable word wrap and status bar in notepad, and give it Tahoma font

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]

"fWrap"=dword:00000001

"StatusBar"=dword:00000001

"lfFaceName"="Tahoma"

;Disable Click-Sound

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]

@=""

;Accept Acrobat EULA

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\6.0\AdobeViewer]

"EULA"=dword:00000001

;Classic search, full path in title bar and address bar.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]

"FullPath"=dword:00000001

"FullPathAddress"=dword:00000001

"Use Search Asst"="no"

"Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00

Link to comment
Share on other sites


And, furthermore,

;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]

would work much better if changed to

;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001

Link to comment
Share on other sites

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