Monday, April 5, 2010

#3 .REG with NOTEPAD

.REG FILES:
-----------------
.reg files are made in notepad they can run directly by double clicking on it and as result, they enter the required

enteries into the registry editor.here are scripts which u can use for different purposes all you have to do is this:
(I) Open Note Pad
(II) copy the script into it
(III) save the file as somename.reg
(IV) run that file
Note: It is good to take backup of the registry editor and if u find any problem after changing the registry u can run

that backed up file which make the previous settings. To take backup follow these steps
(a) Goto START > RUN and type REGEDIT
(b) Goto FILE > EXPORT and then give any name and save to some safe place.
You can also download this software which scans registry, finds error and repaires them.
http://www.4shared.com/file/239045422/f86b3726/Registry_Booster_2.html
now here are the .reg scripts.

1)All Windows Beeps OFF
----------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Control Panel\Sound]
"Beep"="no"

2)Change Volume Mixer Appearance
-------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Volume Control\Options]
"Style"=dword:00000020

3)Clear PAGEFILE at shutdown
------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001

4)Disable Click Here To Begin Scroll
------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartBanner"=hex:01,00,00,00

5)Disable Windows Tips At Start
------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Tips]
"DisplayInitialTipWindow"=dword:00000000

6)Disable Run From Start Menu
------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRun"=dword:00000001

7)Disabling the Blinking Cursor
------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Control Panel\Desktop]
"CursorBlinkRate"="-1"

8)No Save Settings On Shutdown
------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=hex:01,00,00,00

9)Permanently Delete Files Without Sending Them To Recycle Bin
-----------------------------------------------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"NukeOnDelete"=dword:00000001

10)Turn Off The Help on Min, Max, Close Icon
------------------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Control Panel\Desktop]
"MinMaxClose"="1"
11)
Turn OFF Windows Animation
--------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"MinAnimate"="0"

12)Sticky Start Menu ( Menu Show Delay)
-------------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="655314

13) Enable Clear Type On The Logon Screen
-----------------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000002

14) Disable Low Disk Notification
-------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000000
"CDRAutoRun"=dword:00000000
"NoLowDiskSpaceChecks"=dword:00000001

15)Disable Right Click On Desktop
---------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoViewContextMenu"=dword:00000001


16)Dont Allow Changes In Start Menu
--------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoChangeStartMenu"=dword:00000001


17) Disable BlueScreen Of System Dead
-----------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

Windows Registry Editor Version 5.00

;Disable Automatic Reboot After Crash (Blue Screen)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000

18)Disable Autorun On Putting CD
---------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=hex:95,00,00,00

19)Disable Right Click On TaskBar
---------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoTrayContextMenu"=dword:00000001

20) Disable WINDOWS MEDIA PLAYER update message
----------------------------------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\PlayerUpgrade]
"AskMeAgain"="no"

21)Enable The Fast Refresh For Windows
--------------------------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

REGEDIT4

;Enable the Fast Refresh for windows

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update]
"UpdateMode"=dword:00000000

22) Disable Error Reporting
------------------------------------
copy this code and paste into notepad then save it as somename.reg and then run the file
code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000

No comments:

Post a Comment