Jump to content

How to Remove Windows 8 Desktop Watermark, Hash and Microsoft Confidential Text


adam0925

Recommended Posts

How to Remove Windows 8 Desktop Watermark, Hash and Microsoft Confidential Text

To remove all these watermarks for a clean desktop, there is a tool which does all the dirty jobs. Named as Universal Text Remover and developed by chbaldo, it can patch the system files to remove the all the watermark text that appears on the Windows 8 desktop, including the Microsoft Pre-Release Windows Operating System, evaluation or testing purpose notice, build string, installation hash, and the Microsoft confidential message. It supports uninstallation too, i.e. to put back the watermark onto desktop.

Run the program as administrator in order to work. The Universal Text Remover currently only works on Windows 8 M2/M3.

For technical-savvy people who wants to know how to patch the system files to remove the watermark, here’s how to remove the hash checksum that appears after the build string watermark:

  • Copy the %WinDir%System32shell32.dll file to another folder location (e.g. Desktop) for editing.

  • Run a HEX Editor (e.g. XVI32 or HexEdit).

  • Open the copied shell32.dll in the HEX editor.

  • Search for the following HEX string:34 00 37 00 38 00 43

  • Replace the 34 in the HEX code with 35.
Posted Image

6. Save the file.

7. Take ownership and grant full control permissions of %WinDir%System32shell32.dll.

8. Rename the shell32.dll to shell32.dll.old.

9. Copy the patched shell32.dll into the %WinDir%System32 folder.

Note: Sometimes Windows may block shell32.dll from been copied, so make sure that a shell32.dll has already been copied or else you cannot start Windows 8 due to missing shell32.dll. If you can’t get modified shell32.dll to copy into %WinDir%System32 folder, use “sfc /scannow” to repair the system files, and then try the following method:

Shutdown Windows and boot from a Windows 7 or Windows 8 installation DVD or ISO. Select “Repair your computer”, select the Windows 8 installation, and then open “Command Prompt” window. Use the “copy” command (e.g. copy shell32.dll %WinDir%System32) to copy the file over.

10. Restart the computer.

11. Type Cmd into Start Search, right click on the Cmd and select Run as Administrator.

12. Type mcbuilder.exe and press Enter to rebuild MUI cache.

To remove the rest of the watermarks, use the simple tricks that take advantage of multi-language support. Microsoft inserts the text of the watermarks in shell32.dll.mui file for Windows 8 (in Windows 7 and Windows Vista, it’s user32.dll.mui). By removing such texts, the watermark will be removed too.

  • Copy the %WinDir%System32en-USshell32.dll.mui file to another folder location (e.g. Desktop) for editing.

  • Run a Resource Editor (e.g. Resource Hacker).

  • Open the copied shell32.dll.mui in the Resource Editor.

  • Go to String Table -> 2070 -> 1033.
Modify the string of the following resource ID so that the new string is just a space (” “):

33107: %wsWindows %ws

33108: %ws Build %ws

33109: Evaluation copy.

33110: For testing purposes only.

33118: Microsoft Pre-release Windows Operating System

Posted Image

Note: In Resource Hacker, the string value is enclosed in quotation marks.

6. Go to String Table -> 3876 -> 1033.

7. Modify the string of the following resource ID so that the new string is just a space (” “):

62000: Unauthorized use or disclosure in any manner may result in disciplinary action up to and including termination of employment (in the case of employees), termination of an assignment or contract (in the case of contingent staff), and potential civil and criminal liability.

62001: Microsoft Confidential

Posted Image

Note: In Resource Hacker, the string value is enclosed in quotation marks.

8. Compile the script (if applicable) and save the file.

9. Take ownership and grant full control permissions of %WinDir%System32en-USshell32.dll.mui.

10. Rename the shell32.dll.mui to shell32.dll.mui.old.

11. Copy the edited shell32.dll.mui into the %WinDir%System32en-US folder.

Note: Sometimes Windows may block shell32.dll.mui from been copied. If you can’t get modified shell32.dll.mui to copy into %WinDir%System32en-US folder, try the following method:

Shutdown Windows and boot from a Windows 7 or Windows 8 installation DVD or ISO. Select “Repair your computer”, select the Windows 8 installation, and then open “Command Prompt” window. Use the “copy” command (e.g. copy shell32.dll.mui %WinDir%System32en-US) to copy the file over.

12. Restart the computer.

13. Type Cmd into Start Search, right click on the Cmd and select Run as Administrator.

14. Type mcbuilder.exe and press Enter to rebuild MUI cache.

The steps too troublesome? Here’s a command-line batch script that does ownerships taking and files replacement automatically, yet allowing you to inspect the content of the files. The ZIP package contains the already patched shell32.dll and shell32.dll.mui from Windows 8 Build 7955.

Download Remove-Win8-7955-Watermarks.zip

Run the Remove-Win8-7955-Watermarks.cmd as administrator.

Link to comment
Share on other sites


  • Replies 4
  • Views 4.2k
  • Created
  • Last Reply
  • Administrator

Thread renamed and moved to Guides and Tutorials. Please add the correct source.

Link to comment
Share on other sites


that is all that was emailed to me so I posted it I did not know if it would help or not so what they sent is what I posted..... sorry

Link to comment
Share on other sites


I kinda like this tutorial for the educational value. My suggestion to the people would be to upload the 2 doctored files (for different flavors) - shell32.dll and shell32.dll.mui so that even Beginners can use this tutorial without having to go through some of the elaborate steps. ;)

It's also quite probable that those 2 files shell32.dll and shell32.dll.mui are the same across different flavors of Windows 8.

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...