Skip to main content

How To Change The Windows Logon Screen Message And Font ?


By:Prayag nao



Recently I was playing with windows 7 customization setting , I feel that some of graphics of windows is no directly editable. If we want to customize them, How to do that ?

In Windows 7, these options (Logon text and background) have been restricted by Microsoft, leaving many users with a problem. If you’re responsible for applying company-specific branding to a network of computers or if you’re simply an enthusiast who enjoys tweaking the OS to suit a whim, you’ll have noticed that the Windows 7 logon message, the font and the color of the text are apparently impossible to change.

Or are they?

Well, no, they’re not. As a matter of fact, making these changes is relatively easy.


Customize Logon Text

  • While this is downloading, open C:\Windows\System32\en-US\ (note that non-English versions of Windows will have a different folder name, such as \es-ES\ for Spanish) and find winlogon.exe.mui.

  • Now Right-click this file and select Properties > Security > Advanced > Owner – in this window, click Edit and then under Change owner to, select your own logon name and click Apply. Click OK to proceed, and select OK to exit these windows and the original Properties box.

  • Once done, return to Properties > Security and select Edit. In the following box, click Add and search for your logon name; it should resolve as PCNAME\USERNAME. Select this, click OK to add and you will be returned to the Security tab. From here, click Advanced > Permissions > Change Permissions, and under Permission Entries:, select the newly added entry(EX. Your Pc/User Name ) and click Edit. Select the Full Control checkbox in the Allow column, then click OK and Apply to exit back to the Properties box.


  • You should then copy the winlogon.exe.mui to a new location.

    Next, install Resource Hacker and launch the software from the Windows Start menu by right-clicking and selecting Run as Administrator. Agree to the UAC notice and when the application has loaded open File > Open and in the Files of type box select All files (*.*). Browse to Your copied location (EX. Desktop) and load winlogon.exe.mui into Resource Hacker.
  • You will see that the tool has a similar interface to the Windows Registry Editor, so expand String Table > 63 > 1033 and in the right pane update the entries in quotes  – this will be your new Windows 7 logon screen message!
          Ensure the quotes remain in place, and click Compile Script and then File > Save to    complete the process.


  • Close Resource Hacker and copy the winlogon.exe.mui file back to C:\Windows\System32\en-US\ (choosing Copy and Replace) and then open Start and type CMD, right-clicking the resulting command prompt icon and selecting Run as administrator. Type mcbuilder and tap Enter, and wait until the process is complete (the cursor will flash on a new line) before entering Exit to close the command prompt.
    Restart Windows to complete the process and confirm your changes.


     To undo this and restore the original message, simply start the process again, replacing your custom message with “Welcome”. Alternatively, delete winlogon.exe.mui and replace it with the winlogon.exe_original.mui file created by Resource Hacker, renaming it appropriately.

    If you have any query feel free to comment below.

Comments

Popular posts from this blog

Here's How This Supercool Hoverboard Works

By:Prayag nao   If you've ever dreamed of cruising around town on a floating skateboard like Marty McFly does in the classic '80s flick "Back to the Future Part II," then you could soon be in luck. A pair of innovators is trying to make the futuristic fantasy of riding a hoverboard into a reality. About two months ago, husband and wife design team Jill and Greg Henderson launched a Kickstarter campaignfor their Hendo Hoverboard, a levitating skateboard that could hit "hoverparks" as early as October 2015. The Kickstarter campaign , which ends Sunday (Dec. 14), has been a resounding success, bringing in well over its initial goal of $250,000 in its first week. With only a couple of days to go in the impressive crowdfunding campaign, the project has already raised nearly $500,000. But with all the hype comes an important question: How in the world does this thing work? The basic premise behind the technology is something called

Shows full image when you hover over a thumbnail

By:Prayag nao Thumbnail Zoom Plus   It's a firefox add-ons.Shows full image when you hover over a thumbnail. Works with Amazon, Baidu Images, Bing Images, Facebook, Flickr, Google+, Google Images, IMDb, LinkedIn, Netflix, Pinterest, Reddit, Twitter, Yandex, YouTube, Wikipedia, Yahoo Images, & many more.     About this Add-on Thumbnail Zoom Plus is a Firefox plug-in which shows a full-size image popup when you hover over a thumbnail or image link. When you hover your mouse over a thumbnail or a link to an image or YouTube video, the add-on displays the full-size image or video still-frame in a floating window. The image remains visible until you move the mouse outside the thumb, click the mouse, or press Escape. It’s quick and easy to move the mouse from one thumbnail to another to see the corresponding full-size images. For details see  User Manual . Supported sites include Amazon , Baidu , Bing , Facebook , Flickr , Google , Huffington

Real life Jarvis-Talk With Your Computer like Jarvis in Iron Man ....!

By:Prayag nao                                            Code to Make your Computer like Jarvis New Speech macro..>> Choose Advanced and change the code like this.. <speechMacros>   <command>     <listenFor></listenFor>   </command> </speechMacros> You have to add a commands  <listenFor>........</listenFor> - computer listens the words you specify here and respond accordingly. <speak>............</speak> - computer speaks what is written in this field according to the command which it got. Similarly, You can Edit more commands in the same way.   <speechMacros> <command> <listenFor>What's going on dude</listenFor> <speak>Nothing special tony</speak> </command> </speechMacros> This is just a basic command,If you want more advanced commands.you have to use Java Scripts and VB scripts . Tell me Time : This is d