Tips And Tricks for Windows Registry

          Tricks  for Windows  Registry
window registry


          The Windows Registry is a database that stores low-level settings for                                       the Microsoft Windows operating system.

          The kernel, device drivers, services, Security Accounts Manager (SAM), 
           and user interface can all use the Registry.


      1-Shutting down Window without warning and Restart
         'C:\windows\rundll.exe user.exe,exitwindowsexec'
          This Shortcut on clicking will restart Windows immediately without any Warning.
          To create a Shortcut to Restarting Window

         c:\windows\rundll.exe user.exe,exitwindows
          This will shutdown your window without warning

      2-How to Disable Shutdown option in Shutdown DialogBox in  Registry

       Goto Run And type  regidit
       And then Goto HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion                    \Policies\Explorer
        right click and goto Find Option and type Noclosekey .
        In Windows 8 or higher shutdown option is given just click and change the value such as 1 or 0
        "NoClose"="1"
 
     3-Disable display in my computer

        Type the command
         [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersio n\Policies\Explorer]
         "NoDrives"=dword:03ffffff

      4-How to Activate and Deactivate screen saver  using Registry

          HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \ScreenSavers
          Now add a new string value and name it Mouse Corners.
           Edit this new value to -Y-N. Press F5 to refresh the registry.

       5- How to POP a Banner  when Window Boot

           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\CurrentVer sion\Winlogon]
            "LegalNoticeCaption"="Caption here."
             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.

       6- How to change the Default Location

             To change the default drive or path where Windows will look for it's installation files:
             HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersio                                            n\Setup\SourcePath you can also edit it Its your choice

         7- How to secure Desktop icons And Setting

             You can save your Desktop Setting and icon  to secure from your friend
             Open registry editor
              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.
             
           8- How to customize  Shortcut Arrow

                Shortcuts have a tiny black arrow attached to it's icon to distinguish from normal files.
                Launch the Registry Editor and go to:
                 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVers                                        ion\explorer\Shell Icons.
                 Find the value 29. If it isn't there, just add it.
                The value of this string should be C:\Windows\system\shell32.dll, 29.
                Now we want blank icon.Just create the icon once you created
                 just change the value to C:\abc.ico, 0 where "abc" is the full path of the icon file and "0" is                 the icon in it.

          9-How to change Internet Explorer's Caption

             Don't like the caption of Internet Explorer caption? Want to change it?  
              HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main.
             In the right pane create a new String Value names Window Title .
             Right click on this newly created String Value and select Modify.
              Then Restart it.

          10-How to Making the Internet Explorer & the Explorer Toolbars Fancy

               Go to the following key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\ Internet                          Explorer\Toolbar\.
           
              Create a new String Value and name it BackBitmap and modify it's value to the path of the
              Bitmap you want to dress it up with by rightclicking on  it and choosing Modify.






Share on Google Plus

0 comments:

Post a Comment