Facebook

Fun with window registery

Playing with window registry is a great fun , you can change any setting from within it but remember if not handle carefully it may lead you into trouble and you will have no other choice but formatting and reinstalling the OS.

---------------------------------------------------------------------------------------------------------
A>> Changing the Title on Windows Media Player

You can change the title bar for the Windows Media Player
   1. Start Regedit by typing 'regedit' in command prompt.
   2. Go to HKEY_USERS \ .DEFAULT \ Software \ Policies \ Microsoft \
      WindowsMediaPlayer
   3. Create a string value of 'TitleBar'
   4. Give it a value of whatever you want to appear in the title bar, for example your name or anything.



----------------------------------------------------------------------------------------------------------------
B >>Eliminating the Right Click on the Desktop

To eliminate the right click on the desktop:

1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \
   CurrentVersion \ Policies \ Explorer
3. Add a DWORD and give it a name of 'NoViewContextMenu'
4. Give it a value of 1 .
5. Reboot .





-----------------------------------------------------------------------------------------------------------------
C>> Creating a Legal Text Notice Before Logon (its great!!!!).

You can create a banner that will come up just before you logon to the computer:

   1. Start Regedit
   2. Go to HKeyLocalMachine \ SOFTWARE \ Microsoft \ Windows \    CurrentVersion \WinLogon
   3. Create a new string value called 'LegalNoticeCaption' and give it a value you want to see in the menu bar , for example "NOTICE".
   4. Create a new string value called 'LegalNoticeText' and give it a value you want to see in the dialog box , e.g. "Hiii , Please don't mess up with my system."

Now before anyone logs into that computer, this banner will come up on the screen. This can be useful for any legal warnings you want to give regarding the use of the computer.
-----------------------------------------------------------------------------

1 comment: