AMADOR C. AMISTOSO
Leecher
1. In this one you can Disable/Remove the Minimize, Maximize and Close Tooltips
QUOTE
HKEY_CURRENT_USER\Control Panel\Desktop
Value Name: MinMaxClose Data Type: REG_SZ (String Value) Value Data: (0 = disabled, 1 = enabled)
Create a new String value, or modify the existing value, called 'MinMaxClose' and edit the value according to the settings below.
Exit your registry.
2.You can do this with the codes below: Disable Media Player Update Message
QUOTE
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\PlayerUpgrade
Value Name: AskMeAgain, Data Type: REG_SZ (String Value), Value Data: "yes" or "no". Create a new String value, or modify the existing value, called 'AskMeAgain' and edit the value according to the settings below.
Exit your registry.
3.You can do this with the codes below
isable Error Reporting
QUOTE
HKEY_LOCAL_MACHINE \SOFTWARE\Microsoft\PCHealth\ErrorReporting
Value: DoReport, 1 = Send Reports, 0 = Don't Send.Exit your registry.
4.You will Disable Low Disk Space Message with these codes
QUOTE
HKEY_CURRENT_USER\Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create or modify : NoLowDiskSpaceChecks REG_DWORD and set the value to 1. Logoff or Reboot.
5.You can do this with the codes below
isable Search Assistant
QUOTE
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer \ CabinetState
In the right pane, look for or create a string value called : Use Search Asst set the value to:no
Exit your registry.
6.You can:Change the Text in Internet Explorers Title Bar
QUOTE
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer\Main
In the right pane,change the value of the string, "WindowTitle".
7.you can Disable Auto-Run of Windows Messenger!
QUOTE
HKEY_CURRENT_USER \SOFTWARE\MICROSOFT \WINDOWS\CURRENTVERSION\RUN
Delete the Value named "MSMSGS".
8.This is a way to how to Change Name and Company Information After You Install Win XP
QUOTE
HKEY_LOCAL_MACHINE \SOFTWARE\ Microsoft \ Windows NT \ CurrentVersion In the right pane double-click RegisteredOrganization.
Under "Value data", type the name that you want, and then click OK.
To change the name of the registered owner, do the following:
In the right pane, double-click RegisteredOwner.Under "Value data", type the name that you want,and then click OK or Exit.
9.In this way you may Change the Title of Windows Media Player
QUOTE
HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer
Value Name:TitleBar, Data Type: REG_SZ (String Value).
Create a new string value called "TitleBar" and set it to the text you would like display in the title.
Restart Media Player for the change,to take effect.
(It didn't work for me! you try)
10.And in last one you will: Remove "All Programs" Button from the Start Menu
QUOTE
HKEY_CURRENT_USER \Software\Microsoft\Windows\CurrentVersion\Policies\Explorer HKEY_LOCAL_MACHINE\Software\Microsoft \ Windows \ CurrentVersion\Policies\ Explorer
Value Name:NoStartMenuMorePrograms Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1 = disable button) Create a new DWORD value,or modify the existing value,called 'NoStartMenuMorePrograms' and edit the value according to the settings below then
exit your registry.
Note : To get the latest Tips & Tricks abouts Windows visit the You do not have permission to view the full content of this post. Log in or register now.section and You do not have permission to view the full content of this post. Log in or register now. to set updated on new links .
To fully reap this Manual you need to have a basic understanding of the You do not have permission to view the full content of this post. Log in or register now. If you wants to know the basic of registry then go to You do not have permission to view the full content of this post. Log in or register now. page of this site.
Important Note: Before you read on, you need to keep one thing in mind. Whenever you make changes to the Windows Registry you need to Refresh it before the changes take place. Simply press F5 to refresh the registry and enable the changes. If this does not work Restart your system.
1) Disabling Display of Drives in My Computer :
This is yet another trick you can play on your geek friend. To disable the display of local or networked drives when you click My Computer go to :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane create a new DWORD item and name it NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you click on My Computer, no drives will be shown. To enable display of drives in My Computer, simply delete this DWORD item. It's .reg file is as follows:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDrives"=dword:03ffffff
2) Pop a banner each time Windows Boots :
To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon
Now create a new string Value in the right pane named LegalNoticeCaption and enter the value that you want to see in the Menu Bar. Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots. This can be effectively used to display the company's private policy each time the user logs on to his NT box. It's .reg file would be:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon]
"LegalNoticeCaption"="Caption here."
3) Secure your Desktop Icons and Settings :
You can save your desktop settings and secure it from your nerdy friend by playing with the registry. Simply launch the Registry Editor go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
In the right pane create a new DWORD Value named NoSaveSettings and modify it's value to 1. Refresh and restart for the settings to get saved.
4) Deleting System Options from the Start menu :
You can actually remove the Find and Run options from the start menu by performing a simple registry häçk. Again like always Launch the registry editor and scroll down to the below key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Right-click on the right pane and select New, DWORD Value. Name it NoFind.(To remove the RUN option name it NoRun). Double-click the newly create DWORD to edit it's value and enter 1 as its value. This will disable the FIND option of the Start Menu and will also disable the default Shortcut key(F3 for Find.)
To restore the Run or find command modify the value of the DWORD to 0 or simply Delete the DWORD value.
5) Cleaning Recent Docs Menu and the RUN MRU :
The Recent Docs menu can be easily disabled by editing the Registry. To do this go to the following Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane, create a new DWORD value by the name: NoRecentDocsMenu and set it's value to 1. Restart Explorer to save the changes.
You can also clear the RUN MRU history. All the listings are stored in the key:
HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
You can delete individual listings or the entire listing. To delete History of Find listings go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU and delete.
6) Other Similar Useful Tricks :
Launch Regedit and go to the following Registry Key:
HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies
Under this key, there will definitely be a key named explorer. Now under this explorer key we can create new DWORD values and modify it's value to 1 in order to impose the restriction. If you want to remove the Restriction, then you can simply delete the respective DWORD values or instead change their values to 0. The following is a list of DWORD values that can be created under the Explorer Key-:
NoDeletePrinter:
Disables Deletion of already installed Printers
NoAddPrinter:
Disables Addition of new Printers
NoRun
: Disables or hides the Run Command
NoSetFolders
: Removes Folders from the Settings option on Start Menu (Control Panel, Printers, Taskbar)
NoSetTaskbar
: Removes Taskbar system folder from the Settings option on Start Menu
NoFind
: Removes the Find Tool (Start >Find)
NoDrives:
Hides and does not display any Drives in My Computer
NoNetHood: Hides or removes the Network Neighborhood icon from the desktop
NoDesktop:
Hides all items including, file, folders and system folders from the Desktop
NoClose:
Disables Shutdown and prevents the user from normally shutting down Windows.
NoSaveSettings:
Means to say, 'Don't save settings on exit'
DisableRegistryTools:
Disable Registry Editing Tools (If you disable this option, the Windows Registry Editor(regedit.exe) too will not work.)
NoRecentDocsHistory:
Removes Recent Document system folder from the Start Menu (IE 4 and above)
ClearRecentDocsOnExit:
Clears the Recent Documents system folder on Exit.
Nolnternetlcon:
Removes the Internet (system folder) icon from the Desktop
Under the same key:
HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies you can create new subkeys other than the already existing Explorer key. Now create a new key and name it System. Under this new key, system we can create the following new DWORD values(1 for enabling the particular option and 0 for disabling the particular option):
Disabled:
Disable MS-DOS Prompt
NoRealMode:
Disable Single-Mode MS-DOS.
QUOTE
HKEY_CURRENT_USER\Control Panel\Desktop
Value Name: MinMaxClose Data Type: REG_SZ (String Value) Value Data: (0 = disabled, 1 = enabled)
Create a new String value, or modify the existing value, called 'MinMaxClose' and edit the value according to the settings below.
Exit your registry.
2.You can do this with the codes below: Disable Media Player Update Message
QUOTE
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\PlayerUpgrade
Value Name: AskMeAgain, Data Type: REG_SZ (String Value), Value Data: "yes" or "no". Create a new String value, or modify the existing value, called 'AskMeAgain' and edit the value according to the settings below.
Exit your registry.
3.You can do this with the codes below
isable Error ReportingQUOTE
HKEY_LOCAL_MACHINE \SOFTWARE\Microsoft\PCHealth\ErrorReporting
Value: DoReport, 1 = Send Reports, 0 = Don't Send.Exit your registry.
4.You will Disable Low Disk Space Message with these codes
QUOTE
HKEY_CURRENT_USER\Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create or modify : NoLowDiskSpaceChecks REG_DWORD and set the value to 1. Logoff or Reboot.
5.You can do this with the codes below
isable Search AssistantQUOTE
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer \ CabinetState
In the right pane, look for or create a string value called : Use Search Asst set the value to:no
Exit your registry.
6.You can:Change the Text in Internet Explorers Title Bar
QUOTE
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer\Main
In the right pane,change the value of the string, "WindowTitle".
7.you can Disable Auto-Run of Windows Messenger!
QUOTE
HKEY_CURRENT_USER \SOFTWARE\MICROSOFT \WINDOWS\CURRENTVERSION\RUN
Delete the Value named "MSMSGS".
8.This is a way to how to Change Name and Company Information After You Install Win XP
QUOTE
HKEY_LOCAL_MACHINE \SOFTWARE\ Microsoft \ Windows NT \ CurrentVersion In the right pane double-click RegisteredOrganization.
Under "Value data", type the name that you want, and then click OK.
To change the name of the registered owner, do the following:
In the right pane, double-click RegisteredOwner.Under "Value data", type the name that you want,and then click OK or Exit.
9.In this way you may Change the Title of Windows Media Player
QUOTE
HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer
Value Name:TitleBar, Data Type: REG_SZ (String Value).
Create a new string value called "TitleBar" and set it to the text you would like display in the title.
Restart Media Player for the change,to take effect.
(It didn't work for me! you try)
10.And in last one you will: Remove "All Programs" Button from the Start Menu
QUOTE
HKEY_CURRENT_USER \Software\Microsoft\Windows\CurrentVersion\Policies\Explorer HKEY_LOCAL_MACHINE\Software\Microsoft \ Windows \ CurrentVersion\Policies\ Explorer
Value Name:NoStartMenuMorePrograms Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1 = disable button) Create a new DWORD value,or modify the existing value,called 'NoStartMenuMorePrograms' and edit the value according to the settings below then
exit your registry.
Note : To get the latest Tips & Tricks abouts Windows visit the You do not have permission to view the full content of this post. Log in or register now.section and You do not have permission to view the full content of this post. Log in or register now. to set updated on new links .
To fully reap this Manual you need to have a basic understanding of the You do not have permission to view the full content of this post. Log in or register now. If you wants to know the basic of registry then go to You do not have permission to view the full content of this post. Log in or register now. page of this site.
Important Note: Before you read on, you need to keep one thing in mind. Whenever you make changes to the Windows Registry you need to Refresh it before the changes take place. Simply press F5 to refresh the registry and enable the changes. If this does not work Restart your system.
1) Disabling Display of Drives in My Computer :
This is yet another trick you can play on your geek friend. To disable the display of local or networked drives when you click My Computer go to :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane create a new DWORD item and name it NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you click on My Computer, no drives will be shown. To enable display of drives in My Computer, simply delete this DWORD item. It's .reg file is as follows:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDrives"=dword:03ffffff
2) Pop a banner each time Windows Boots :
To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon
Now create a new string Value in the right pane named LegalNoticeCaption and enter the value that you want to see in the Menu Bar. Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots. This can be effectively used to display the company's private policy each time the user logs on to his NT box. It's .reg file would be:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon]
"LegalNoticeCaption"="Caption here."
3) Secure your Desktop Icons and Settings :
You can save your desktop settings and secure it from your nerdy friend by playing with the registry. Simply launch the Registry Editor go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
In the right pane create a new DWORD Value named NoSaveSettings and modify it's value to 1. Refresh and restart for the settings to get saved.
4) Deleting System Options from the Start menu :
You can actually remove the Find and Run options from the start menu by performing a simple registry häçk. Again like always Launch the registry editor and scroll down to the below key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Right-click on the right pane and select New, DWORD Value. Name it NoFind.(To remove the RUN option name it NoRun). Double-click the newly create DWORD to edit it's value and enter 1 as its value. This will disable the FIND option of the Start Menu and will also disable the default Shortcut key(F3 for Find.)
To restore the Run or find command modify the value of the DWORD to 0 or simply Delete the DWORD value.
5) Cleaning Recent Docs Menu and the RUN MRU :
The Recent Docs menu can be easily disabled by editing the Registry. To do this go to the following Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane, create a new DWORD value by the name: NoRecentDocsMenu and set it's value to 1. Restart Explorer to save the changes.
You can also clear the RUN MRU history. All the listings are stored in the key:
HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
You can delete individual listings or the entire listing. To delete History of Find listings go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU and delete.
6) Other Similar Useful Tricks :
Launch Regedit and go to the following Registry Key:
HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies
Under this key, there will definitely be a key named explorer. Now under this explorer key we can create new DWORD values and modify it's value to 1 in order to impose the restriction. If you want to remove the Restriction, then you can simply delete the respective DWORD values or instead change their values to 0. The following is a list of DWORD values that can be created under the Explorer Key-:
NoDeletePrinter:
Disables Deletion of already installed Printers
NoAddPrinter:
Disables Addition of new Printers
NoRun
: Disables or hides the Run Command
NoSetFolders
: Removes Folders from the Settings option on Start Menu (Control Panel, Printers, Taskbar)
NoSetTaskbar
: Removes Taskbar system folder from the Settings option on Start Menu
NoFind
: Removes the Find Tool (Start >Find)
NoDrives:
Hides and does not display any Drives in My Computer
NoNetHood: Hides or removes the Network Neighborhood icon from the desktop
NoDesktop:
Hides all items including, file, folders and system folders from the Desktop
NoClose:
Disables Shutdown and prevents the user from normally shutting down Windows.
NoSaveSettings:
Means to say, 'Don't save settings on exit'
DisableRegistryTools:
Disable Registry Editing Tools (If you disable this option, the Windows Registry Editor(regedit.exe) too will not work.)
NoRecentDocsHistory:
Removes Recent Document system folder from the Start Menu (IE 4 and above)
ClearRecentDocsOnExit:
Clears the Recent Documents system folder on Exit.
Nolnternetlcon:
Removes the Internet (system folder) icon from the Desktop
Under the same key:
HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies you can create new subkeys other than the already existing Explorer key. Now create a new key and name it System. Under this new key, system we can create the following new DWORD values(1 for enabling the particular option and 0 for disabling the particular option):
- NODispCPL:
Hides Control Panel - NoDispBackgroundPage:
Hides Background page. - NoDispScrsavPage:
Hides Screen Saver Page - NoDispAppearancePage:
Hides Appearance Page - NoDispSettingsPage:
Hides Settings Page - NoSecCPL:
Disables Password Control Panel - NoPwdPage:
Hides Password Change Page - NoAdminPaqe
: Hides Remote Administration Page - NoProfilePage:
Hides User Profiles Page - NoDevMgrPage:
Hides Device Manager Page - NoConfigPage:
Hides Hardware Profiles Page - NoFileSysPage:
Hides File System Button - NoVirtMemPage:
Hides Virtual Memory Button
Disabled:
Disable MS-DOS Prompt
NoRealMode:
Disable Single-Mode MS-DOS.
